From b5622cd977089ea8da605eff18e226985fc581ef Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 31 Mar 2003 11:02:22 +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'. Alexander, could you check the file in smbdotconf/ please? Thanks. Volker (This used to be commit f0a32b9c1bdec504ec285486adc05936547f6dc5) --- docs/docbook/manpages/smb.conf.5.sgml | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) (limited to 'docs/docbook/manpages') diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml index ef4f9cd783..90b636fc87 100644 --- a/docs/docbook/manpages/smb.conf.5.sgml +++ b/docs/docbook/manpages/smb.conf.5.sgml @@ -657,7 +657,6 @@ alias|alias|alias|alias... ldap admin dn ldap delete dn - ldap del only sam attr ldap filter ldap port ldap server @@ -746,6 +745,7 @@ alias|alias|alias|alias... root directory security server string + set primary group script show add printer wizard shutdown script smb passwd file @@ -3440,7 +3440,7 @@ df $1 | tail -1 | awk '{print $2" "$4}' - 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. @@ -3451,16 +3451,6 @@ df $1 | tail -1 | awk '{print $2" "$4}' - - ldap del only sam attr (G) - Inverted synonym for - ldap delete dn. - - - - - - ldap filter (G) This parameter specifies the RFC 2254 compliant LDAP search filter. @@ -6955,6 +6945,25 @@ print5|My Printer 5 + + 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