Originally posted by: otones
Hi ,
For me is preferred to use the mkkrb5clntd command. It does aditionals configurations like adding host/servername@REALMNAME principal to the kerberos principals database.
Also you can add the root/servername@REALNAME principal and configure the default login in the AIX server to use the Kerberos authentication.
I recommend you to read the manpage (for mkkrb5clnt command) an Network Authentication Service manuals for config.krb5 command.
If you use config.krb5 command basically it configures the /etc/krb5/krb5.conf file and you must manually to do the rest of the tasks.
To unconfigure it use the -U flag for mkkrb5clnt command and remove manually the principals:
host/servername@REALMNAME
root/servername@REALNAME
if you decide to configure them.
Bye....
#AIX-Forum