1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-10 13:57:47 +03:00

cleaning up vestiges of winbind local accounts code

This commit is contained in:
Gerald Carter 2005-06-08 14:37:52 +00:00 committed by Gerald W. Carter
parent 28d325bb5d
commit 9f08cc4239
2 changed files with 0 additions and 32 deletions

View File

@ -1,15 +0,0 @@
<samba:parameter name="template primary group"
context="G"
type="string"
advanced="1" developer="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This option defines the default primary group for
each user created by <citerefentry><refentrytitle>winbindd</refentrytitle>
<manvolnum>8</manvolnum></citerefentry>'s local account management
functions (similar to the 'add user script').
</para>
</description>
<value type="default">nobody</value>
</samba:parameter>

View File

@ -1,17 +0,0 @@
<samba:parameter name="winbind enable local accounts"
context="G"
type="boolean"
advanced="1" developer="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<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>
</description>
<value type="default">no</value>
</samba:parameter>