From 6bb9603237e2a8b0fbae54e51b985d300a6afc59 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 31 Mar 2003 11:06:17 +0000 Subject: 3 things: * Remove 'ldap del only sam attr' after asking Lars Mueller from SuSE first. It is replaced by 'ldap delete dn' * Fix a typo in docs. * Document 'set primary group script'. Volker (This used to be commit 0be502a9c09ff319c87394bb36665be9731c23bb) --- docs/docbook/manpages/smb.conf.5.sgml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'docs/docbook') diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml index 70b3cd57f5..7910b1ce8e 100644 --- a/docs/docbook/manpages/smb.conf.5.sgml +++ b/docs/docbook/manpages/smb.conf.5.sgml @@ -658,7 +658,6 @@ ldap admin dn ldap delete dn - ldap del only sam attr ldap filter ldap port ldap server @@ -746,6 +745,7 @@ root directory security server string + set primary group script show add printer wizard shutdown script smb passwd file @@ -3437,7 +3437,7 @@ - ldap del only sam attr (G) + ldap delete dn (G) This parameter specifies whether a delete operation in the ldapsam deletes the complete entry or only the attributes specific to Samba. @@ -7031,6 +7031,25 @@ + + set primary group script (G) + Thanks to the Posix subsystem in NT a + Windows User has a primary group in addition to the + auxiliary groups. This script sets the primary group + in the unix userdatase when an administrator sets the + primary group from the windows user manager or when + fetching a SAM with net rpc + vampire. %u will be + replaced with the user whose primary group is to be + set. %g will be replaced with + the group to set. + + Default: No default value + + Example: set primary group script = /usr/sbin/usermod -g '%g' '%u' + + + -- cgit