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

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

Properties

Name Value
svn:executable *