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

Comparing CCSAdmin/adduser.c (file contents):
Revision 582 by douglas, 2005-11-14T17:52:38-08:00 vs.
Revision 583 by douglas, 2005-11-21T12:56:05-08:00

# Line 115 | Line 115 | int main(int argc, char *argv[])
115                  check(setenv("USER", user, 1), environment);
116                  check(setenv("NAME", name, 1), environment);
117                  check(setenv("FILE", slappasswd, 1), environment);
118 +                setshells(shells + bash, environment);
119                  check(execl("/ccs/bin/adduser.sh", argv[0], NULL), environment);
120          }
121  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines