Displaying 2 results from an estimated 2 matches for "defaultrealm".
Did you mean:
default_realm
2009 Mar 27
1
Patch for default Kerbers realm in AIX
...s which OpenSSH doesn't take into account when forming the principal name of the user (attributes auth_name and auth_domain).
If AIX user, myuser, has the attributes auth_name=someone and auth_domain=SOMEWHERE, then the Kerberos principal name would be someone at SOMEWHERE instead of myuser at DEFAULTREALM. By using the auth_domain attribute, requests are sent to to the SOMEWHERE realm instead of the default realm DEFAULTREALM, which is listed in the libdefaults section of the krb5.conf configuration file.
If I look at the code I can see the following in auth-krb5.c on line 88, which causes this be...
2009 Apr 02
17
[Bug 1583] New: User principal name in AIX
...s which
OpenSSH doesn't take into account when forming the principal name of
the user (attributes auth_name and auth_domain).
If AIX user, myuser, has the attributes auth_name=someone and
auth_domain=SOMEWHERE, then the Kerberos principal name would be
someone at SOMEWHERE instead of myuser at DEFAULTREALM. By using the
auth_domain attribute, requests are sent to to the SOMEWHERE realm
instead of the default realm DEFAULTREALM, which is listed in the
libdefaults section of the krb5.conf configuration file.
If I look at the code I can see the following in auth-krb5.c on line
88, which causes this be...