diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-10-02 10:46:53 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:04 -0500 |
commit | 73b6a3d2d7e4d4bc9a39dc47e7201caa56c09e00 (patch) | |
tree | a27ca349683b40801b75fd7642c104dead982698 /docs/smbdotconf | |
parent | 53177812fb8f2b5a4297b53428588fe7d5a3657d (diff) | |
download | samba-73b6a3d2d7e4d4bc9a39dc47e7201caa56c09e00.tar.gz samba-73b6a3d2d7e4d4bc9a39dc47e7201caa56c09e00.tar.bz2 samba-73b6a3d2d7e4d4bc9a39dc47e7201caa56c09e00.zip |
Explain that winbind does not cache authentication requests.
Andrew Bartlett
(This used to be commit 136f3451cf63ad831cc2df8c26d287a2de07f34e)
Diffstat (limited to 'docs/smbdotconf')
-rw-r--r-- | docs/smbdotconf/winbind/winbindcachetime.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/smbdotconf/winbind/winbindcachetime.xml b/docs/smbdotconf/winbind/winbindcachetime.xml index c746086e3b..662338877e 100644 --- a/docs/smbdotconf/winbind/winbindcachetime.xml +++ b/docs/smbdotconf/winbind/winbindcachetime.xml @@ -9,6 +9,8 @@ <manvolnum>8</manvolnum></citerefentry> daemon will cache user and group information before querying a Windows NT server again.</para> + <note><para>This does not apply to authentication requests, + these are always evaluated in real time.</para></note> </description> <value type="default">300</value> |