mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
adding another missing doc
This commit is contained in:
parent
c9c5f68eea
commit
ec92d85673
@ -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>
|
Loading…
Reference in New Issue
Block a user