From 7dfa11f03962b7694fbec74e9e33c88dbcc02f0e Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Thu, 7 Jan 2016 10:25:40 -0800 Subject: [PATCH] add note re Debian Jesse and LDAP --- .../configuration_files/files_locking_transactional.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/admin_manual/configuration_files/files_locking_transactional.rst b/admin_manual/configuration_files/files_locking_transactional.rst index 6d912a495..2ee293786 100644 --- a/admin_manual/configuration_files/files_locking_transactional.rst +++ b/admin_manual/configuration_files/files_locking_transactional.rst @@ -69,4 +69,9 @@ Learn more about Reds at `Redis `_. Memcached, the popular distributed memory caching system, is not suitable for the new file locking because it is not designed to store locks, and data can disappear from the cache at any time. Redis is a key-value store, and it guarantees that cached objects -are available for as long as they are needed. +are available for as long as they are needed. + +Debian Jesse users, please see this `Github discussion +`_ if you have problems with +LDAP authentication. +