cleaning up vestiges of winbind local accounts code
authorGerald Carter <jerry@samba.org>
Wed, 8 Jun 2005 14:37:52 +0000 (14:37 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:46:41 +0000 (08:46 -0500)
(This used to be commit 9f08cc4239c0ddd78d6f0570c72e43ab7d8fd133)

docs/smbdotconf/winbind/templateprimarygroup.xml [deleted file]
docs/smbdotconf/winbind/winbindenablelocalaccounts.xml [deleted file]

diff --git a/docs/smbdotconf/winbind/templateprimarygroup.xml b/docs/smbdotconf/winbind/templateprimarygroup.xml
deleted file mode 100644 (file)
index 5bd4e92..0000000
+++ /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 (file)
index b462f09..0000000
+++ /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>