summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/winbind
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-06-08 14:37:52 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:41 -0500
commit99525b6e79684e1d07ec3009cc2c31861842cb13 (patch)
treec732b312660bb8e92b354db1b838534174c2bf3e /docs/smbdotconf/winbind
parentbf429c786665c59576f66eeb2ccc886610cc01d9 (diff)
downloadsamba-99525b6e79684e1d07ec3009cc2c31861842cb13.tar.gz
samba-99525b6e79684e1d07ec3009cc2c31861842cb13.tar.bz2
samba-99525b6e79684e1d07ec3009cc2c31861842cb13.zip
cleaning up vestiges of winbind local accounts code
(This used to be commit 9f08cc4239c0ddd78d6f0570c72e43ab7d8fd133)
Diffstat (limited to 'docs/smbdotconf/winbind')
-rw-r--r--docs/smbdotconf/winbind/templateprimarygroup.xml15
-rw-r--r--docs/smbdotconf/winbind/winbindenablelocalaccounts.xml17
2 files changed, 0 insertions, 32 deletions
diff --git a/docs/smbdotconf/winbind/templateprimarygroup.xml b/docs/smbdotconf/winbind/templateprimarygroup.xml
deleted file mode 100644
index 5bd4e92563..0000000000
--- a/docs/smbdotconf/winbind/templateprimarygroup.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<samba:parameter name="template primary group"
- context="G"
- type="string"
- advanced="1" developer="1"
- xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
-<description>
- <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>
-</description>
-
-<value type="default">nobody</value>
-</samba:parameter>
diff --git a/docs/smbdotconf/winbind/winbindenablelocalaccounts.xml b/docs/smbdotconf/winbind/winbindenablelocalaccounts.xml
deleted file mode 100644
index b462f094ce..0000000000
--- a/docs/smbdotconf/winbind/winbindenablelocalaccounts.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<samba:parameter name="winbind enable local accounts"
- context="G"
- type="boolean"
- advanced="1" developer="1"
- xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
- <description>
- <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>
-</description>
-
-<value type="default">no</value>
-</samba:parameter>