Skip to content
Snippets Groups Projects
Commit e6a77f8e authored by Simon Mazenoux's avatar Simon Mazenoux
Browse files

Merge branch 'change_getting_started_doc' into 'dev'

change getting started doc

See merge request !389
parents 57b4f5f3 3d350662
No related branches found
No related tags found
2 merge requests!389change getting started doc,!381Merge dev into master
Pipeline #8101408 failed
......@@ -35,12 +35,7 @@ If nothing is returned, proceed with the installation of Kerberos.
sudo yum install krb5-workstation krb5-libs krb5-auth-dialog
```
If you have had to install Kerberos, or if Kerberos was already installed on your personal machine, you probably need to set the configuration file for it. To do so, we can copy the configuration file from lxplus (please make sure you have access to lxplus by checking the [CERN resources portal](https://resources.web.cern.ch/resources/Manage/Linux/Default.aspx)):
```console
sudo mv /etc/krb5.conf /etc/krb5-old.conf
sudo scp <your-cern-id>@lxplus7.cern.ch:/etc/krb5.conf /etc/krb5.conf
```
If you have had to install Kerberos, or if Kerberos was already installed on your personal machine, you probably need to set the configuration file for it. To do this, please refer to the documentation at <https://linux.web.cern.ch/docs/kerberos-access/#client-configuration-kerberos>.
Once this is done, you can create your Kerberos ticket using kinit:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment