diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-06-13 13:22:50 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:46 -0500 |
commit | ce052ee83fee8547a556f0e3b1dd74c715143511 (patch) | |
tree | dd1060a7cbf0051d2ab84ac0612c6f87a2f6c0d9 /docs/Samba3-ByExample/SBE-MakingHappyUsers.xml | |
parent | 6c39a459e9359c7ca0b5667afecd8a828ee22782 (diff) | |
download | samba-ce052ee83fee8547a556f0e3b1dd74c715143511.tar.gz samba-ce052ee83fee8547a556f0e3b1dd74c715143511.tar.bz2 samba-ce052ee83fee8547a556f0e3b1dd74c715143511.zip |
Fixes letterpages + smbconfexample
(This used to be commit 8cae3c6cfc8b9d895545f47b14ef388be54440a6)
Diffstat (limited to 'docs/Samba3-ByExample/SBE-MakingHappyUsers.xml')
-rw-r--r-- | docs/Samba3-ByExample/SBE-MakingHappyUsers.xml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/Samba3-ByExample/SBE-MakingHappyUsers.xml b/docs/Samba3-ByExample/SBE-MakingHappyUsers.xml index a20a8f1633..d40414eda4 100644 --- a/docs/Samba3-ByExample/SBE-MakingHappyUsers.xml +++ b/docs/Samba3-ByExample/SBE-MakingHappyUsers.xml @@ -1878,12 +1878,9 @@ SID for domain MASSIVE is: S-1-5-21-3504140859-1010554828-2431957765 <smbconfoption name="delete user script">/opt/IDEALX/sbin/smbldap-userdel "%u"</smbconfoption> <smbconfoption name="add group script">/opt/IDEALX/sbin/smbldap-groupadd -p "%g"</smbconfoption> <smbconfoption name="delete group script">/opt/IDEALX/sbin/smbldap-groupdel "%g"</smbconfoption> - <smbconfoption name="add user to group script">/opt/IDEALX/sbin/</smbconfoption> -<member><parameter>smbldap-groupmod -m "%u" "%g"</parameter></member> - <smbconfoption name="delete user from group script">/opt/IDEALX/sbin/</smbconfoption> -<member><parameter>smbldap-groupmod -x "%u" "%g"</parameter></member> - <smbconfoption name="set primary group script">/opt/IDEALX/sbin/</smbconfoption> -<member><parameter>smbldap-usermod -g "%g" "%u"</parameter></member> + <smbconfoption name="add user to group script">/opt/IDEALX/sbin/smbldap-groupmod -m "%u" "%g"</smbconfoption> + <smbconfoption name="delete user from group script">/opt/IDEALX/sbin/smbldap-groupmod -x "%u" "%g"</smbconfoption> + <smbconfoption name="set primary group script">/opt/IDEALX/sbin/smbldap-usermod -g "%g" "%u"</smbconfoption> <smbconfoption name="add machine script">/opt/IDEALX/sbin/smbldap-useradd -w "%u"</smbconfoption> </smbconfblock> </example> |