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/smbdotconf/ldap/ldapdeletedn.xml | 2 +- docs/docbook/smbdotconf/ldap/ldapdelonlysamattr.xml | 6 ------ docs/docbook/smbdotconf/logon/setprimarygroupscript.xml | 17 +++++++++++++++++ 3 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 docs/docbook/smbdotconf/ldap/ldapdelonlysamattr.xml create mode 100644 docs/docbook/smbdotconf/logon/setprimarygroupscript.xml (limited to 'docs/docbook/smbdotconf') diff --git a/docs/docbook/smbdotconf/ldap/ldapdeletedn.xml b/docs/docbook/smbdotconf/ldap/ldapdeletedn.xml index 2b081853c6..f4a820c16d 100644 --- a/docs/docbook/smbdotconf/ldap/ldapdeletedn.xml +++ b/docs/docbook/smbdotconf/ldap/ldapdeletedn.xml @@ -1,5 +1,5 @@ - 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. diff --git a/docs/docbook/smbdotconf/ldap/ldapdelonlysamattr.xml b/docs/docbook/smbdotconf/ldap/ldapdelonlysamattr.xml deleted file mode 100644 index bae5b51e60..0000000000 --- a/docs/docbook/smbdotconf/ldap/ldapdelonlysamattr.xml +++ /dev/null @@ -1,6 +0,0 @@ - - ldap del only sam attr (G) - Inverted synonym for - ldap delete dn. - - diff --git a/docs/docbook/smbdotconf/logon/setprimarygroupscript.xml b/docs/docbook/smbdotconf/logon/setprimarygroupscript.xml new file mode 100644 index 0000000000..c4b2aa1d92 --- /dev/null +++ b/docs/docbook/smbdotconf/logon/setprimarygroupscript.xml @@ -0,0 +1,17 @@ +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