ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/CCSAdmin/adduser.sh
(Generate patch)

Comparing CCSAdmin/adduser.sh (file contents):
Revision 572 by douglas, 2005-09-25T17:43:17-07:00 vs.
Revision 573 by douglas, 2005-10-02T14:39:52-07:00

# Line 44 | Line 44 | EOF
44  
45   $ldapmodify -D "uid=root,ou=People,$BASE" -x -y $SECRET <<<"`$ldapsearch -b \
46          "ou=Group,$BASE" -LLL 'cn=wheel' | $sed -e "s/^$/memberUid: $USER/"`"
47 + $ldapmodify -D "uid=root,ou=People,$BASE" -x -y $SECRET <<<"`ldapsearch -b \
48 +        "ou=Group,$BASE" -LLL 'cn=wheel' | $sed -e "s/^$/memberUid: $USER/"`"
49  
50   $smbpasswd -s $USER

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines