summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-07-16 03:54:08 +0000
committerGerald Carter <jerry@samba.org>2003-07-16 03:54:08 +0000
commit794c577ac3ea332ede961680c1d9be2edec322c9 (patch)
treeebd6e354b23125949cc7e22aa7527a569c4f67e7 /docs
parent259763dac98269781be22d36664518a1123b4bd2 (diff)
downloadsamba-794c577ac3ea332ede961680c1d9be2edec322c9.tar.gz
samba-794c577ac3ea332ede961680c1d9be2edec322c9.tar.bz2
samba-794c577ac3ea332ede961680c1d9be2edec322c9.zip
adding another missing doc
(This used to be commit ec92d856734e6d32189c3e90411fd02a20b8fe83)
Diffstat (limited to 'docs')
-rw-r--r--docs/docbook/smbdotconf/winbind/winbindenablelocalaccounts.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/docbook/smbdotconf/winbind/winbindenablelocalaccounts.xml b/docs/docbook/smbdotconf/winbind/winbindenablelocalaccounts.xml
new file mode 100644
index 0000000000..f6e7cfb359
--- /dev/null
+++ b/docs/docbook/smbdotconf/winbind/winbindenablelocalaccounts.xml
@@ -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>