benander
December 9th, 2008, 11:53 PM
Hi,
I'm getting the following error. The admin server restarts fine but then gives me the error message below.
root@me-desktop:/etc# /etc/init.d/krb5-admin-server restart
* Restarting Kerberos administrative servers kadmind root@me-desktop:/etc# kadmin
Authenticating as principal root/admin@LOCAL.NETWORK with password.
kadmin: Cannot contact any KDC for requested realm while initializing kadmin interface
root@me-desktop:/etc#
here is a copy of my krb5.conf
[libdefaults]
default_realm = LOCAL.NETWORK
[realms]
LOCAL.NETWORK = {
kdc = me-desktop.syslab.com
kpasswd_server = me-desktop.syslab.com
admin_server = me-desktop.syslab.com
master_kdc = me-desktop.syslab.com
default_domain = syslab.com
}
[domain_realm]
syslab.com = LOCAL.NETWORK
.syslab.com = LOCAL.NETWORK
[login]
krb4_convert = false
krb4_get_tickets = false
kinit = {
forwardable = true
krb5_runaklog = true
}
pam = {
forwardable = true
}
Any ideas as to why I am getting this error message or any other helpful tips in general?
I'm getting the following error. The admin server restarts fine but then gives me the error message below.
root@me-desktop:/etc# /etc/init.d/krb5-admin-server restart
* Restarting Kerberos administrative servers kadmind root@me-desktop:/etc# kadmin
Authenticating as principal root/admin@LOCAL.NETWORK with password.
kadmin: Cannot contact any KDC for requested realm while initializing kadmin interface
root@me-desktop:/etc#
here is a copy of my krb5.conf
[libdefaults]
default_realm = LOCAL.NETWORK
[realms]
LOCAL.NETWORK = {
kdc = me-desktop.syslab.com
kpasswd_server = me-desktop.syslab.com
admin_server = me-desktop.syslab.com
master_kdc = me-desktop.syslab.com
default_domain = syslab.com
}
[domain_realm]
syslab.com = LOCAL.NETWORK
.syslab.com = LOCAL.NETWORK
[login]
krb4_convert = false
krb4_get_tickets = false
kinit = {
forwardable = true
krb5_runaklog = true
}
pam = {
forwardable = true
}
Any ideas as to why I am getting this error message or any other helpful tips in general?