kerberos update
This commit is contained in:
parent
6050d62c96
commit
a80fcbe7f0
@ -129,11 +129,13 @@ kinit -kt "$HOME/.k5/krb5.keytab" $USER@D.PSI.CH
|
||||
* To obtain a granting AFS ticket, run `aklog`:
|
||||
```bash
|
||||
aklog
|
||||
```
|
||||
``**
|
||||
|
||||
### Slurm batch script example: obtaining KRB+AFS granting tickets
|
||||
|
||||
* Example 1 (**recommended**, shared cache file):
|
||||
#### Example 1: shared cache file
|
||||
|
||||
This is the **recommended*** way for running:
|
||||
|
||||
```bash
|
||||
#!/bin/bash
|
||||
@ -154,10 +156,10 @@ aklog
|
||||
klist
|
||||
|
||||
echo "Here should go my batch script code."
|
||||
``
|
||||
```
|
||||
|
||||
#### Example 2: independent cache file
|
||||
|
||||
* Example 2 (independent cache file):
|
||||
|
||||
```bash
|
||||
#!/bin/bash
|
||||
#SBATCH --partition=hourly # Specify 'general' or 'daily' or 'hourly'
|
||||
|
Loading…
x
Reference in New Issue
Block a user