From fec4b31bc1a76e408732e1a80b366d97fcf38143 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 10 Oct 2003 16:46:22 +0000 Subject: removing docs tree from 3.0 (This used to be commit 0a3eb5574c91685ab07436c67b031266fb329693) --- .../smbdotconf/winbind/enableridalgorithm.xml | 17 ---------------- docs/docbook/smbdotconf/winbind/idmapbackend.xml | 18 ----------------- docs/docbook/smbdotconf/winbind/idmapgid.xml | 18 ----------------- docs/docbook/smbdotconf/winbind/idmapuid.xml | 14 ------------- .../docbook/smbdotconf/winbind/templatehomedir.xml | 17 ---------------- .../smbdotconf/winbind/templateprimarygroup.xml | 14 ------------- docs/docbook/smbdotconf/winbind/templateshell.xml | 13 ------------ .../smbdotconf/winbind/winbindcachetime.xml | 14 ------------- .../winbind/winbindenablelocalaccounts.xml | 16 --------------- .../smbdotconf/winbind/winbindenumgroups.xml | 21 -------------------- .../smbdotconf/winbind/winbindenumusers.xml | 23 ---------------------- docs/docbook/smbdotconf/winbind/winbindgid.xml | 18 ----------------- .../smbdotconf/winbind/winbindseparator.xml | 21 -------------------- .../winbind/winbindtrusteddomainsonly.xml | 16 --------------- docs/docbook/smbdotconf/winbind/winbinduid.xml | 17 ---------------- .../smbdotconf/winbind/winbindusedefaultdomain.xml | 19 ------------------ 16 files changed, 276 deletions(-) delete mode 100644 docs/docbook/smbdotconf/winbind/enableridalgorithm.xml delete mode 100644 docs/docbook/smbdotconf/winbind/idmapbackend.xml delete mode 100644 docs/docbook/smbdotconf/winbind/idmapgid.xml delete mode 100644 docs/docbook/smbdotconf/winbind/idmapuid.xml delete mode 100644 docs/docbook/smbdotconf/winbind/templatehomedir.xml delete mode 100644 docs/docbook/smbdotconf/winbind/templateprimarygroup.xml delete mode 100644 docs/docbook/smbdotconf/winbind/templateshell.xml delete mode 100644 docs/docbook/smbdotconf/winbind/winbindcachetime.xml delete mode 100644 docs/docbook/smbdotconf/winbind/winbindenablelocalaccounts.xml delete mode 100644 docs/docbook/smbdotconf/winbind/winbindenumgroups.xml delete mode 100644 docs/docbook/smbdotconf/winbind/winbindenumusers.xml delete mode 100644 docs/docbook/smbdotconf/winbind/winbindgid.xml delete mode 100644 docs/docbook/smbdotconf/winbind/winbindseparator.xml delete mode 100644 docs/docbook/smbdotconf/winbind/winbindtrusteddomainsonly.xml delete mode 100644 docs/docbook/smbdotconf/winbind/winbinduid.xml delete mode 100644 docs/docbook/smbdotconf/winbind/winbindusedefaultdomain.xml (limited to 'docs/docbook/smbdotconf/winbind') diff --git a/docs/docbook/smbdotconf/winbind/enableridalgorithm.xml b/docs/docbook/smbdotconf/winbind/enableridalgorithm.xml deleted file mode 100644 index 86786f0734..0000000000 --- a/docs/docbook/smbdotconf/winbind/enableridalgorithm.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - This option is used to control whether or not smbd in Samba 3.0 should fallback - to the algorithm used by Samba 2.2 to generate user and group RIDs. The longterm - development goal is to remove the algorithmic mappings of RIDs altogether, but - this has proved to be difficult. This parameter is mainly provided so that - developers can turn the algorithm on and off and see what breaks. This parameter - should not be disabled by non-developers because certain features in Samba will fail - to work without it. - - - Default: enable rid algorithm = <yes> - - diff --git a/docs/docbook/smbdotconf/winbind/idmapbackend.xml b/docs/docbook/smbdotconf/winbind/idmapbackend.xml deleted file mode 100644 index bc725b589f..0000000000 --- a/docs/docbook/smbdotconf/winbind/idmapbackend.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - The purpose of the idmap backend parameter is to allow idmap to NOT use the local idmap - tdb file to obtain SID to UID / GID mappings, but instead to obtain them from a common - LDAP backend. This way all domain members and controllers will have the same UID and GID - to SID mappings. This avoids the risk of UID / GID inconsistencies across UNIX / Linux - systems that are sharing information over protocols other than SMB/CIFS (ie: NFS). - - - Default: idmap backend = <empty string> - - Example: idmap backend = ldap:ldap://ldapslave.example.com - - diff --git a/docs/docbook/smbdotconf/winbind/idmapgid.xml b/docs/docbook/smbdotconf/winbind/idmapgid.xml deleted file mode 100644 index 8bd46a80c6..0000000000 --- a/docs/docbook/smbdotconf/winbind/idmapgid.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - The idmap gid parameter specifies the range of group ids that are allocated for - the purpose of mapping UNX groups to NT group SIDs. This range of group ids should have no - existing local or NIS groups within it as strange conflicts can occur otherwise. - - The availability of an idmap gid range is essential for correct operation of - all group mapping. - - Default: idmap gid = <empty string> - - Example: idmap gid = 10000-20000 - - diff --git a/docs/docbook/smbdotconf/winbind/idmapuid.xml b/docs/docbook/smbdotconf/winbind/idmapuid.xml deleted file mode 100644 index 5e6a245bfe..0000000000 --- a/docs/docbook/smbdotconf/winbind/idmapuid.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - The idmap uid parameter specifies the range of user ids that are allocated for use - in mapping UNIX users to NT user SIDs. This range of ids should have no existing local - or NIS users within it as strange conflicts can occur otherwise. - - Default: idmap uid = <empty string> - - Example: idmap uid = 10000-20000 - - diff --git a/docs/docbook/smbdotconf/winbind/templatehomedir.xml b/docs/docbook/smbdotconf/winbind/templatehomedir.xml deleted file mode 100644 index 6c19617bab..0000000000 --- a/docs/docbook/smbdotconf/winbind/templatehomedir.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - When filling out the user information for a Windows NT - user, the winbindd - 8 daemon uses this - parameter to fill in the home directory for that user. If the - string %D is present it - is substituted with the user's Windows NT domain name. If the - string %U is present it - is substituted with the user's Windows NT user name. - - Default: template homedir = /home/%D/%U - - diff --git a/docs/docbook/smbdotconf/winbind/templateprimarygroup.xml b/docs/docbook/smbdotconf/winbind/templateprimarygroup.xml deleted file mode 100644 index bd59ea7ee0..0000000000 --- a/docs/docbook/smbdotconf/winbind/templateprimarygroup.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - This option defines the default primary group for - each user created by winbindd - 8's local account management - functions (similar to the 'add user script'). - - - Default: template primary group = nobody - - diff --git a/docs/docbook/smbdotconf/winbind/templateshell.xml b/docs/docbook/smbdotconf/winbind/templateshell.xml deleted file mode 100644 index 1104387331..0000000000 --- a/docs/docbook/smbdotconf/winbind/templateshell.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - When filling out the user information for a Windows NT - user, the winbindd - 8 daemon uses this - parameter to fill in the login shell for that user. - - Default: template shell = /bin/false - - diff --git a/docs/docbook/smbdotconf/winbind/winbindcachetime.xml b/docs/docbook/smbdotconf/winbind/winbindcachetime.xml deleted file mode 100644 index cd063f8daa..0000000000 --- a/docs/docbook/smbdotconf/winbind/winbindcachetime.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - This parameter specifies the number of - seconds the winbindd - 8 daemon will cache - user and group information before querying a Windows NT server - again. - - Default: winbind cache type = 300 - - diff --git a/docs/docbook/smbdotconf/winbind/winbindenablelocalaccounts.xml b/docs/docbook/smbdotconf/winbind/winbindenablelocalaccounts.xml deleted file mode 100644 index f6e7cfb359..0000000000 --- a/docs/docbook/smbdotconf/winbind/winbindenablelocalaccounts.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - This parameter controls whether or not winbindd - will act as a stand in replacement for the various account - management hooks in smb.conf (e.g. 'add user script'). - If enabled, winbindd will support the creation of local - users and groups as another source of UNIX account information - available via getpwnam() or getgrgid(), etc... - - - Default: winbind enable local accounts = yes - - diff --git a/docs/docbook/smbdotconf/winbind/winbindenumgroups.xml b/docs/docbook/smbdotconf/winbind/winbindenumgroups.xml deleted file mode 100644 index 1cffca7492..0000000000 --- a/docs/docbook/smbdotconf/winbind/winbindenumgroups.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - On large installations using winbindd - 8 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 - no, 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 = yes - - diff --git a/docs/docbook/smbdotconf/winbind/winbindenumusers.xml b/docs/docbook/smbdotconf/winbind/winbindenumusers.xml deleted file mode 100644 index 95f1e7ff4c..0000000000 --- a/docs/docbook/smbdotconf/winbind/winbindenumusers.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - On large installations using winbindd - 8 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 - no, 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 = yes - - diff --git a/docs/docbook/smbdotconf/winbind/winbindgid.xml b/docs/docbook/smbdotconf/winbind/winbindgid.xml deleted file mode 100644 index e00e576389..0000000000 --- a/docs/docbook/smbdotconf/winbind/winbindgid.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - This parameter is now an alias for idmap gid - - The winbind gid parameter specifies the range of group - ids that are allocated by the winbindd - 8 daemon. This range of group ids should have no - existing local or NIS groups within it as strange conflicts can - occur otherwise. - - Default: winbind gid = <empty string> - - Example: winbind gid = 10000-20000 - - diff --git a/docs/docbook/smbdotconf/winbind/winbindseparator.xml b/docs/docbook/smbdotconf/winbind/winbindseparator.xml deleted file mode 100644 index cefc69d5bd..0000000000 --- a/docs/docbook/smbdotconf/winbind/winbindseparator.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - This parameter allows an admin to define the character - used when listing a username of the form of DOMAIN - \user. This parameter - is only applicable when using the pam_winbind.so - and nss_winbind.so modules for UNIX services. - - - Please note that setting this parameter to + causes problems - with group membership at least on glibc systems, as the character + - is used as a special character for NIS in /etc/group. - - Default: winbind separator = '\' - - Example: winbind separator = + - - diff --git a/docs/docbook/smbdotconf/winbind/winbindtrusteddomainsonly.xml b/docs/docbook/smbdotconf/winbind/winbindtrusteddomainsonly.xml deleted file mode 100644 index bf383131d4..0000000000 --- a/docs/docbook/smbdotconf/winbind/winbindtrusteddomainsonly.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - This parameter is designed to allow Samba servers that - are members of a Samba controlled domain to use UNIX accounts - distributed vi NIS, rsync, or LDAP as the uid's for winbindd users - in the hosts primary domain. Therefore, the user 'SAMBA\user1' would - be mapped to the account 'user1' in /etc/passwd instead of allocating - a new uid for him or her. - - - Default: winbind trusted domains only = <no> - - diff --git a/docs/docbook/smbdotconf/winbind/winbinduid.xml b/docs/docbook/smbdotconf/winbind/winbinduid.xml deleted file mode 100644 index 0f61bac13c..0000000000 --- a/docs/docbook/smbdotconf/winbind/winbinduid.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - This parameter is now an alias for idmap uid - - The winbind gid parameter specifies the range of user ids that are allocated by the - winbindd 8 - daemon. This range of ids should have no existing local or NIS users within it as strange - conflicts can occur otherwise. - - Default: winbind uid = <empty string> - - Example: winbind uid = 10000-20000 - - diff --git a/docs/docbook/smbdotconf/winbind/winbindusedefaultdomain.xml b/docs/docbook/smbdotconf/winbind/winbindusedefaultdomain.xml deleted file mode 100644 index 8112331f5e..0000000000 --- a/docs/docbook/smbdotconf/winbind/winbindusedefaultdomain.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - This parameter specifies whether the - winbindd - 8 daemon should operate on users - without domain component in their username. Users without a domain - component are treated as is part of the winbindd server's own - domain. While this does not benifit Windows users, it makes SSH, FTP and - e-mail function in a way much closer to the way they - would in a native unix system. - - Default: winbind use default domain = <no> - - Example: winbind use default domain = yes - - -- cgit