updating docs for new 'map to guest' option and missing 'enable asu support' option
[nivanova/samba-autobuild/.git] / docs / smbdotconf / winbind / winbindenablelocalaccounts.xml
1 <samba:parameter name="winbind enable local accounts"
2                  context="G"
3                                  type="boolean"
4                  advanced="1" developer="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6  <description>
7         <para>This parameter controls whether or not winbindd 
8         will act as a stand in replacement for the various account
9         management hooks in smb.conf (e.g. 'add user script').
10         If enabled, winbindd will support the creation of local 
11         users and groups as another source of UNIX account information
12         available via getpwnam() or getgrgid(), etc...
13         </para>
14 </description>
15
16 <value type="default">no</value>
17 </samba:parameter>