adding another missing doc
authorGerald Carter <jerry@samba.org>
Wed, 16 Jul 2003 03:54:08 +0000 (03:54 +0000)
committerGerald Carter <jerry@samba.org>
Wed, 16 Jul 2003 03:54:08 +0000 (03:54 +0000)
docs/docbook/smbdotconf/winbind/winbindenablelocalaccounts.xml [new file with mode: 0644]

diff --git a/docs/docbook/smbdotconf/winbind/winbindenablelocalaccounts.xml b/docs/docbook/smbdotconf/winbind/winbindenablelocalaccounts.xml
new file mode 100644 (file)
index 0000000..f6e7cfb
--- /dev/null
@@ -0,0 +1,16 @@
+<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>