Create a short readme of what this script does and needs
This commit is contained in:
parent
674565e088
commit
109759c183
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# Make-user
|
||||||
|
For this script to work it needs a heimdal-kerberos, and openAFS enviroment.
|
||||||
|
It also needs admin-tickets in kerberos and for the user to be in finger.json without parenthases.
|
||||||
|
The user also needs to have signed contingent liabilitys, read more about creating a new user [here](https://wiki.stacken.kth.se/index.php/Ny_Anv%C3%A4ndare).
|
||||||
|
You run the script by running
|
||||||
|
```
|
||||||
|
./make-user username "full name here"
|
||||||
|
```
|
||||||
|
The script does the following:
|
||||||
|
1. Check that the user is in finger.json without parenthases
|
||||||
|
2. Add user to kerberoes
|
||||||
|
3. Add user to /afs/stacken.kth.se/admin/passwd/master.passwd and update this in RCS
|
||||||
|
4. Creating user AFS-volume
|
Loading…
Add table
Reference in a new issue