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! |
# | User | Rev | Content |
---|---|---|---|
1 | douglas | 562 | #!/usr/local/bin/bash |
2 | # Douglas Thrift | ||
3 | # | ||
4 | # CCS Computer Science | ||
5 | # | ||
6 | douglas | 563 | # Change Shell |
7 | douglas | 562 | |
8 | douglas | 563 | LDAPMODIFY='/ccs/bin/ldapmodify' |
9 | SED='/ccs/bin/sed' | ||
10 | douglas | 562 | |
11 | BASE='dc=ccs,dc=ucsb,dc=edu' | ||
12 | SECRET='/ccs/etc/secret' | ||
13 | |||
14 | douglas | 563 | #$LDAPMODIFY -D "uid=root,ou=People,$BASE" -x -y $SECRET \ |
15 | # "uid=$USER,ou=People,$BASE" |
Name | Value |
---|---|
svn:executable | * |