ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/CCSAdmin/chfn.sh
Revision: 569
Committed: 2005-08-28T23:50:17-07:00 (19 years, 10 months ago) by douglas
Content type: text/x-sh
File size: 221 byte(s)
Log Message:
That was easy.

File Contents

# Content
1 #!/usr/local/bin/bash
2 # Douglas Thrift
3 #
4 # CCS Computer Science
5 #
6 # Change Full Name
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 cn: $NAME
13 EOF

Properties

Name Value
svn:executable *