Différences
Ci-dessous, les différences entre deux révisions de la page.
linux:service:kerberos [03/11/2018 19:38] thierry créée |
linux:service:kerberos [03/11/2018 19:41] (Version actuelle) thierry [Service Kerberos] |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
====== Service Kerberos ====== | ====== Service Kerberos ====== | ||
+ | ===== Fichiers ===== | ||
+ | ==== Configuration ==== | ||
+ | <file bash /etc/krb5.conf> | ||
+ | thierry@binova-srv:~$ cat /etc/krb5.conf | ||
+ | [libdefaults] | ||
+ | default_realm = BINOVIX.LAN | ||
+ | dns_lookup_realm = false | ||
+ | dns_lookup_kdc = true | ||
+ | </file> | ||
+ | ===== Tests ===== | ||
+ | ==== connexion ==== | ||
+ | Avec [[linux:commandes:kinit]] | ||
+ | <code bash> | ||
+ | thierry@bino:~$ kinit administrator@BINOVIX.LAN | ||
+ | Password for administrator@BINOVIX.LAN: | ||
+ | Warning: Your password will expire in 41 days on ven. 07 déc. 2018 15:15:00 UTC | ||
+ | </code> | ||
+ | |||
+ | |||
+ | |||
===== Sources ===== | ===== Sources ===== | ||
* Configurer et tester Kerberos : [[https://linoxide.com/ubuntu-how-to/setup-ubuntu-active-directory-domain-controller-samba/]] | * Configurer et tester Kerberos : [[https://linoxide.com/ubuntu-how-to/setup-ubuntu-active-directory-domain-controller-samba/]] | ||