Updated entry of samba-vscan
[Samba.git] / docs / smbdotconf / winbind / winbindenablelocalaccounts.xml
blob6ee843bfa2762b2cb9f31668b748d05e45f3f1f2
1 <samba:parameter name="winbind enable local accounts"
2                  context="G"
3                                  type="boolean"
4                  advanced="1" developer="1"
5                  xmlns:samba="http://samba.org/common">
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>
16 <value type="default">yes</value>
17 </samba:parameter>