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/htmldocs/winbindd.8.html | |
parent | 090f1bc9b7f73962d62bdc108550c1a1ff10c48b (diff) | |
download | samba-4287b412e99d33a0a5b4e2cc8a2ad3c937cdb266.tar.gz samba-4287b412e99d33a0a5b4e2cc8a2ad3c937cdb266.tar.bz2 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/htmldocs/winbindd.8.html')
-rw-r--r-- | docs/htmldocs/winbindd.8.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/htmldocs/winbindd.8.html b/docs/htmldocs/winbindd.8.html index d9e8017daa..0e0d70c2f4 100644 --- a/docs/htmldocs/winbindd.8.html +++ b/docs/htmldocs/winbindd.8.html @@ -149,6 +149,25 @@ database is not actively changing <strong>winbindd</strong> will only have to se sequence number query packet every "winbind cache time" seconds. <p><strong>Default:</strong> <code> winbind cache time = 15</code> +<p><p></p><dt><strong>winbind enum users</strong><dd> +<p>On large installations it may be necessary to suppress the enumeration of +users through the <code>setpwent</code>, <code>getpwent</code> and <code>endpwent</code> group of +system calls. If the <code>winbind enum users</code> parameter is false, calls to +the <code>getpwent</code> system call will not return any data. +<p>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. +<p><strong>Default:</strong> +<code> winbind enum users = true</code> +<p><p></p><dt><strong>winbind enum groups</strong><dd> +<p>On large installations it may be necessary to suppress the enumeration of +groups through the <code>setgrent</code>, <code>getgrent</code> and <code>endgrent</code> group of +system calls. If the <code>winbind enum groups</code> parameter is false, calls to +the <code>getgrent</code> system call will not return any data. +<p>Warning: Turning off group enumeration may cause some programs to behave +oddly. +<p><strong>Default:</strong> +<code> winbind enum groups = true</code> <p><p></p><dt><strong>template homedir</strong><dd> <p>When filling out the user information for a Windows NT user, the <strong>winbindd</strong> daemon uses this parameter to fill in the home directory for |