diff options
author | Tim Potter <tpot@samba.org> | 2000-10-17 02:28:24 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2000-10-17 02:28:24 +0000 |
commit | 4287b412e99d33a0a5b4e2cc8a2ad3c937cdb266 (patch) | |
tree | b1952ed8327576cba2839ad922cee38b296189ea /docs/yodldocs | |
parent | 090f1bc9b7f73962d62bdc108550c1a1ff10c48b (diff) | |
download | samba-4287b412e99d33a0a5b4e2cc8a2ad3c937cdb266.tar.gz samba-4287b412e99d33a0a5b4e2cc8a2ad3c937cdb266.tar.xz samba-4287b412e99d33a0a5b4e2cc8a2ad3c937cdb266.zip |
Added documentation for winbind enum users and winbind enum groups
configuration parameters.
(This used to be commit c76dfab559003c9194f519cb89869d191cc0d6c0)
Diffstat (limited to 'docs/yodldocs')
-rw-r--r-- | docs/yodldocs/winbindd.8.yo | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/yodldocs/winbindd.8.yo b/docs/yodldocs/winbindd.8.yo index 41f566b4d22..a2128be3933 100644 --- a/docs/yodldocs/winbindd.8.yo +++ b/docs/yodldocs/winbindd.8.yo @@ -168,6 +168,33 @@ sequence number query packet every "winbind cache time" seconds. bf(Default:) tt( winbind cache time = 15) +dit(winbind enum users) + +On large installations it may be necessary to suppress the enumeration of +users through the tt(setpwent), tt(getpwent) and tt(endpwent) group of +system calls. If the tt(winbind enum users) parameter is false, calls to +the tt(getpwent) system call will not return any data. + +Warning: Turning off user enumeration may cause some programs to behave +oddly. For example, the finger program relies on having access to the full +user list when searching for matching usernames. + + bf(Default:) +tt( winbind enum users = true) + +dit(winbind enum groups) + +On large installations it may be necessary to suppress the enumeration of +groups through the tt(setgrent), tt(getgrent) and tt(endgrent) group of +system calls. If the tt(winbind enum groups) parameter is false, calls to +the tt(getgrent) system call will not return any data. + +Warning: Turning off group enumeration may cause some programs to behave +oddly. + + bf(Default:) +tt( winbind enum groups = true) + dit(template homedir) When filling out the user information for a Windows NT user, the |