Revision: | 563 |
Committed: | 2005-08-28T01:55:06-07:00 (19 years, 10 months ago) by douglas |
Content type: | text/x-sh |
Original Path: | CCSAdmin/chsh.sh |
File size: | 279 byte(s) |
Log Message: | Whee! |
# | Content |
---|---|
1 | #!/usr/local/bin/bash |
2 | # Douglas Thrift |
3 | # |
4 | # CCS Computer Science |
5 | # |
6 | # Change Shell |
7 | |
8 | LDAPMODIFY='/ccs/bin/ldapmodify' |
9 | SED='/ccs/bin/sed' |
10 | |
11 | BASE='dc=ccs,dc=ucsb,dc=edu' |
12 | SECRET='/ccs/etc/secret' |
13 | |
14 | #$LDAPMODIFY -D "uid=root,ou=People,$BASE" -x -y $SECRET \ |
15 | # "uid=$USER,ou=People,$BASE" |
Name | Value |
---|---|
svn:executable | * |