From 4287b412e99d33a0a5b4e2cc8a2ad3c937cdb266 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 17 Oct 2000 02:28:24 +0000 Subject: Added documentation for winbind enum users and winbind enum groups configuration parameters. (This used to be commit c76dfab559003c9194f519cb89869d191cc0d6c0) --- docs/htmldocs/winbindd.8.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'docs/htmldocs') 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 winbindd will only have to se sequence number query packet every "winbind cache time" seconds.

Default: winbind cache time = 15 +

winbind enum users
+

On large installations it may be necessary to suppress the enumeration of +users through the setpwent, getpwent and endpwent group of +system calls. If the winbind enum users parameter is false, calls to +the 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. +

Default: + winbind enum users = true +

winbind enum groups
+

On large installations it may be necessary to suppress the enumeration of +groups through the setgrent, getgrent and endgrent group of +system calls. If the winbind enum groups parameter is false, calls to +the getgrent system call will not return any data. +

Warning: Turning off group enumeration may cause some programs to behave +oddly. +

Default: + winbind enum groups = true

template homedir

When filling out the user information for a Windows NT user, the winbindd daemon uses this parameter to fill in the home directory for -- cgit