ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/CCSAdmin/chsh.sh
Revision: 582
Committed: 2005-11-20T15:07:31-08:00 (19 years, 7 months ago) by douglas
Content type: text/x-sh
File size: 299 byte(s)
Log Message:
Solaris!

File Contents

# Content
1 #!/usr/bin/env bash
2 # Douglas Thrift
3 #
4 # CCS Computer Science
5 #
6 # Change Shell
7
8 source '/ccs/bin/common.sh'
9
10 $ldapmodify -D "uid=root,ou=People,$BASE" -x -y $SECRET <<EOF
11 dn: uid=$USER,ou=People,$BASE
12 ucsbCcsFreebsd: $FREEBSD
13 ucsbCcsLinux: $LINUX
14 ucsbCcsDarwin: $DARWIN
15 ucsbCcsSolaris: $SOLARIS
16 EOF

Properties

Name Value
svn:executable *