summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/winbind
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docbook/smbdotconf/winbind')
-rw-r--r--docs/docbook/smbdotconf/winbind/enableridalgorithm.xml17
-rw-r--r--docs/docbook/smbdotconf/winbind/idmapbackend.xml18
-rw-r--r--docs/docbook/smbdotconf/winbind/idmapgid.xml18
-rw-r--r--docs/docbook/smbdotconf/winbind/idmapuid.xml14
-rw-r--r--docs/docbook/smbdotconf/winbind/templatehomedir.xml17
-rw-r--r--docs/docbook/smbdotconf/winbind/templateprimarygroup.xml14
-rw-r--r--docs/docbook/smbdotconf/winbind/templateshell.xml13
-rw-r--r--docs/docbook/smbdotconf/winbind/winbindcachetime.xml14
-rw-r--r--docs/docbook/smbdotconf/winbind/winbindenablelocalaccounts.xml16
-rw-r--r--docs/docbook/smbdotconf/winbind/winbindenumgroups.xml21
-rw-r--r--docs/docbook/smbdotconf/winbind/winbindenumusers.xml23
-rw-r--r--docs/docbook/smbdotconf/winbind/winbindgid.xml18
-rw-r--r--docs/docbook/smbdotconf/winbind/winbindseparator.xml21
-rw-r--r--docs/docbook/smbdotconf/winbind/winbindtrusteddomainsonly.xml16
-rw-r--r--docs/docbook/smbdotconf/winbind/winbinduid.xml17
-rw-r--r--docs/docbook/smbdotconf/winbind/winbindusedefaultdomain.xml19
16 files changed, 0 insertions, 276 deletions
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 @@
-<samba:parameter name="enable rid algorithm"
- context="G"
- advanced="1" developer="1" hide="1"
- xmlns:samba="http://samba.org/common">
-<listitem>
- <para>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.
- </para>
-
- <para>Default: <command moreinfo="none">enable rid algorithm = &lt;yes&gt;</command></para>
-</listitem>
-</samba:parameter>
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 @@
-<samba:parameter name="idmap backend"
- context="G"
- advanced="1" developer="1" hide="1"
- xmlns:samba="http://samba.org/common">
-<listitem>
- <para>
- 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).
- </para>
-
- <para>Default: <command moreinfo="none">idmap backend = &lt;empty string&gt;</command></para>
-
- <para>Example: <command moreinfo="none">idmap backend = ldap:ldap://ldapslave.example.com</command></para>
-</listitem>
-</samba:parameter>
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 @@
-<samba:parameter name="idmap gid"
- context="G"
- advanced="1" developer="1" hide="1"
- xmlns:samba="http://samba.org/common">
-<listitem>
-
- <para>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.</para>
-
- <para>The availability of an idmap gid range is essential for correct operation of
- all group mapping.</para>
-
- <para>Default: <command moreinfo="none">idmap gid = &lt;empty string&gt;</command></para>
-
- <para>Example: <command moreinfo="none">idmap gid = 10000-20000</command></para>
-</listitem>
-</samba:parameter>
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 @@
-<samba:parameter name="idmap uid"
- context="G"
- advanced="1" developer="1" hide="1"
- xmlns:samba="http://samba.org/common">
-<listitem>
- <para>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.</para>
-
- <para>Default: <command moreinfo="none">idmap uid = &lt;empty string&gt;</command></para>
-
- <para>Example: <command moreinfo="none">idmap uid = 10000-20000</command></para>
-</listitem>
-</samba:parameter>
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 @@
-<samba:parameter name="template homedir"
- context="G"
- advanced="1" developer="1"
- xmlns:samba="http://samba.org/common">
-<listitem>
- <para>When filling out the user information for a Windows NT
- user, the <citerefentry><refentrytitle>winbindd</refentrytitle>
- <manvolnum>8</manvolnum></citerefentry> daemon uses this
- parameter to fill in the home directory for that user. If the
- string <parameter moreinfo="none">%D</parameter> is present it
- is substituted with the user's Windows NT domain name. If the
- string <parameter moreinfo="none">%U</parameter> is present it
- is substituted with the user's Windows NT user name.</para>
-
- <para>Default: <command moreinfo="none">template homedir = /home/%D/%U</command></para>
-</listitem>
-</samba:parameter>
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 @@
-<samba:parameter name="template primary group"
- context="G"
- advanced="1" developer="1"
- xmlns:samba="http://samba.org/common">
-<listitem>
- <para>This option defines the default primary group for
- each user created by <citerefentry><refentrytitle>winbindd</refentrytitle>
- <manvolnum>8</manvolnum></citerefentry>'s local account management
- functions (similar to the 'add user script').
- </para>
-
- <para>Default: <command moreinfo="none">template primary group = nobody</command></para>
-</listitem>
-</samba:parameter>
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 @@
-<samba:parameter name="template shell"
- context="G"
- advanced="1" developer="1"
- xmlns:samba="http://samba.org/common">
-<listitem>
- <para>When filling out the user information for a Windows NT
- user, the <citerefentry><refentrytitle>winbindd</refentrytitle>
- <manvolnum>8</manvolnum></citerefentry> daemon uses this
- parameter to fill in the login shell for that user.</para>
-
- <para>Default: <command moreinfo="none">template shell = /bin/false</command></para>
-</listitem>
-</samba:parameter>
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 @@
-<samba:parameter name="winbind cache time"
- context="G"
- advanced="1" developer="1"
- xmlns:samba="http://samba.org/common">
-<listitem>
- <para>This parameter specifies the number of
- seconds the <citerefentry><refentrytitle>winbindd</refentrytitle>
- <manvolnum>8</manvolnum></citerefentry> daemon will cache
- user and group information before querying a Windows NT server
- again.</para>
-
- <para>Default: <command moreinfo="none">winbind cache type = 300</command></para>
-</listitem>
-</samba:parameter>
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 @@
-<samba:parameter name="winbind enable local accounts"
- context="G"
- advanced="1" developer="1"
- xmlns:samba="http://samba.org/common">
-<listitem>
- <para>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...
- </para>
-
- <para>Default: <command moreinfo="none">winbind enable local accounts = yes</command></para>
-</listitem>
-</samba:parameter>
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 @@
-<samba:parameter name="winbind enum groups"
- context="G"
- advanced="1" developer="1"
- xmlns:samba="http://samba.org/common">
-<listitem>
- <para>On large installations using <citerefentry><refentrytitle>winbindd</refentrytitle>
- <manvolnum>8</manvolnum></citerefentry> it may be necessary to suppress
- the enumeration of groups through the <command moreinfo="none">setgrent()</command>,
- <command moreinfo="none">getgrent()</command> and
- <command moreinfo="none">endgrent()</command> group of system calls. If
- the <parameter moreinfo="none">winbind enum groups</parameter> parameter is
- <constant>no</constant>, calls to the <command moreinfo="none">getgrent()</command> system
- call will not return any data. </para>
-
- <para><emphasis>Warning:</emphasis> Turning off group
- enumeration may cause some programs to behave oddly.
- </para>
-
- <para>Default: <command moreinfo="none">winbind enum groups = yes </command></para>
-</listitem>
-</samba:parameter>
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 @@
-<samba:parameter name="winbind enum users"
- context="G"
- advanced="1" developer="1"
- xmlns:samba="http://samba.org/common">
-<listitem>
- <para>On large installations using <citerefentry><refentrytitle>winbindd</refentrytitle>
- <manvolnum>8</manvolnum></citerefentry> it may be
- necessary to suppress the enumeration of users through the <command moreinfo="none">setpwent()</command>,
- <command moreinfo="none">getpwent()</command> and
- <command moreinfo="none">endpwent()</command> group of system calls. If
- the <parameter moreinfo="none">winbind enum users</parameter> parameter is
- <constant>no</constant>, calls to the <command moreinfo="none">getpwent</command> system call
- will not return any data. </para>
-
- <para><emphasis>Warning:</emphasis> 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. </para>
-
- <para>Default: <command moreinfo="none">winbind enum users = yes </command></para>
-</listitem>
-</samba:parameter>
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 @@
-<samba:parameter name="winbind gid"
- context="G"
- advanced="1" developer="1" hide="1"
- xmlns:samba="http://samba.org/common">
-<listitem>
- <para>This parameter is now an alias for <command moreinfo="none">idmap gid</command></para>
-
- <para>The winbind gid parameter specifies the range of group
- ids that are allocated by the <citerefentry><refentrytitle>winbindd</refentrytitle>
- <manvolnum>8</manvolnum></citerefentry> daemon. This range of group ids should have no
- existing local or NIS groups within it as strange conflicts can
- occur otherwise.</para>
-
- <para>Default: <command moreinfo="none">winbind gid = &lt;empty string&gt;</command></para>
-
- <para>Example: <command moreinfo="none">winbind gid = 10000-20000</command></para>
-</listitem>
-</samba:parameter>
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 @@
-<samba:parameter name="winbind separator"
- context="G"
- advanced="1" developer="1"
- xmlns:samba="http://samba.org/common">
-<listitem>
- <para>This parameter allows an admin to define the character
- used when listing a username of the form of <replaceable>DOMAIN
- </replaceable>\<replaceable>user</replaceable>. This parameter
- is only applicable when using the <filename moreinfo="none">pam_winbind.so</filename>
- and <filename moreinfo="none">nss_winbind.so</filename> modules for UNIX services.
- </para>
-
- <para>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.</para>
-
- <para>Default: <command moreinfo="none">winbind separator = '\'</command></para>
-
- <para>Example: <command moreinfo="none">winbind separator = +</command></para>
-</listitem>
-</samba:parameter>
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 @@
-<samba:parameter name="winbind trusted domains only"
- context="G"
- advanced="1" developer="1"
- xmlns:samba="http://samba.org/common">
-<listitem>
- <para>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.
- </para>
-
- <para>Default: <command moreinfo="none">winbind trusted domains only = &lt;no&gt;</command></para>
-</listitem>
-</samba:parameter>
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 @@
-<samba:parameter name="winbind uid"
- context="G"
- advanced="1" developer="1" hide="1"
- xmlns:samba="http://samba.org/common">
-<listitem>
- <para>This parameter is now an alias for <command moreinfo="none">idmap uid</command></para>
-
- <para>The winbind gid parameter specifies the range of user ids that are allocated by the
- <citerefentry><refentrytitle>winbindd</refentrytitle> <manvolnum>8</manvolnum></citerefentry>
- daemon. This range of ids should have no existing local or NIS users within it as strange
- conflicts can occur otherwise.</para>
-
- <para>Default: <command moreinfo="none">winbind uid = &lt;empty string&gt;</command></para>
-
- <para>Example: <command moreinfo="none">winbind uid = 10000-20000</command></para>
-</listitem>
-</samba:parameter>
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 @@
-<samba:parameter name="winbind use default domain"
- context="G"
- advanced="1" developer="1"
- xmlns:samba="http://samba.org/common">
-<listitem>
- <para>This parameter specifies whether the
- <citerefentry><refentrytitle>winbindd</refentrytitle>
- <manvolnum>8</manvolnum></citerefentry> 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.</para>
-
- <para>Default: <command moreinfo="none">winbind use default domain = &lt;no&gt;</command></para>
-
- <para>Example: <command moreinfo="none">winbind use default domain = yes</command></para>
-</listitem>
-</samba:parameter>