...
- log in as root to itinfo.mit.edu, using SecureCRT.
- run the 'webroot' script
- # webroot
- edit the file "work.php" with emacs
- scroll down to the long list of kerberos usernames, generally in alphabetical order.
- add or delete usernames in alphabetical order using the exact format you see.
- save the file and exit emacs
- replicate the file from itinfo.mit.edu to each of the other filemaker servers that share the load with it.
- # raic work.php
- at each prompt, enter the root password of the target machine. There should be 3 prompts.
- copy work.php to the root account
- cp work.php ~
That's it. Here's an example of how the data file looks:
No Format |
---|
# c) make sure requestor's certificate-based identity ($cert_kerbname) is in li\
st of authorized users defined here (basically itlt list plus fss folks)
$usernames_edit = array(
'ABONVIE',
'ADARCAN',
'ADOLAN',
'ALEXP',
'ANDREAB',
'AWILLIS',
'BARTD',
'BIRDLAND',
'BMURPHY',
'BOWSER', ...
|