From c1575807a409483f9b423f4d10e09b9e4bb56a1a Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Sat, 5 Mar 2005 04:11:56 +0000 Subject: Further update. More to come. (This used to be commit 287c8a9fdb41dc8ea46e3575a9a87979f52e453c) --- docs/Samba-Guide/Chap06-MakingHappyUsers.xml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'docs/Samba-Guide/Chap06-MakingHappyUsers.xml') diff --git a/docs/Samba-Guide/Chap06-MakingHappyUsers.xml b/docs/Samba-Guide/Chap06-MakingHappyUsers.xml index be719ae867..c96aae7f9a 100644 --- a/docs/Samba-Guide/Chap06-MakingHappyUsers.xml +++ b/docs/Samba-Guide/Chap06-MakingHappyUsers.xml @@ -258,6 +258,8 @@ + + Assignment Tasks @@ -1573,14 +1575,10 @@ SID for domain MASSIVE is: S-1-5-21-3504140859-1010554828-2431957765 delete user script/opt/IDEALX/sbin/smbldap-userdel "%u" add group script/opt/IDEALX/sbin/smbldap-groupadd -p "%g" delete group script/opt/IDEALX/sbin/smbldap-groupdel "%g" - add user to group script/opt/IDEALX/sbin/ - smbldap-groupmod -m "%u" "%g" - delete user from group script/opt/IDEALX/sbin/ - smbldap-groupmod -x "%u" "%g" - set primary group script/opt/IDEALX/sbin/ - smbldap-usermod -g "%g" "%u" - add machine script/opt/IDEALX/sbin/ - smbldap-useradd -w "%u" + add user to group script/opt/IDEALX/sbin/smbldap-groupmod -m "%u" "%g" + delete user from group script/opt/IDEALX/sbin/smbldap-groupmod -x "%u" "%g" + set primary group script/opt/IDEALX/sbin/smbldap-usermod -g "%g" "%u" + add machine script/opt/IDEALX/sbin/smbldap-useradd -w "%u" @@ -2937,7 +2935,7 @@ smb: \> q ldap group suffixou=Groups ldap idmap suffixou=Idmap ldap admin dncn=Manager,dc=abmas,dc=biz - idmap backendldap://massive.abmas.biz + idmap backendldap:ldap://massive.abmas.biz idmap uid10000-20000 idmap gid10000-20000 printingcups -- cgit