![]() |
![]()
| ![]() |
![]()
NAMEk5identity - Kerberos V5 client principal selection rules DESCRIPTIONThe .k5identity file, which resides in a user's home directory, contains a list of rules for selecting a client principals based on the server being accessed. These rules are used to choose a credential cache within the cache collection when possible. Blank lines and lines beginning with # are ignored. Each line has the form: principal field=value ...
If the server principal meets all of the field constraints, then principal is chosen as the client principal. The following fields are recognized:
EXAMPLEThe following example .k5identity file selects the client principal alice@KRBTEST.COM if the server principal is within that realm, the principal alice/root@EXAMPLE.COM if the server host is within a servers subdomain, and the principal alice/mail@EXAMPLE.COM when accessing the IMAP service on mail.example.com: alice@KRBTEST.COM realm=KRBTEST.COM alice/root@EXAMPLE.COM host=*.servers.example.com alice/mail@EXAMPLE.COM host=mail.example.com service=imap SEE ALSOkerberos(1), krb5.conf AUTHORMIT COPYRIGHT1985-2024, MIT
|