Unable to connect to User Directory
After getting kinit to be successful, I cannot get "Add User Directory" to work.
The error in VDA admin GUI is:
Unable to Connect to User Directory
DNS name not found [response code 3]
My krb5.conf is:
[libdefaults]
default_realm = GNORTH.LOCAL
default_checksum = rsa-md5
[realms]
GNORTH.LOCAL = {
kdc = zambra.gnorth.com
}
[domain_realm]
.zambra.gnorth.com = GNORTH.LOCAL
zambra.gnorth.com = GNORTH.LOCAL
The log in /var/opt/SUNWvda/log says:
Oct 30, 2009 5:07:44 PM com.sun.vda.admin.advanced.UserDirBean$NewUserDirWizardE
ventListener handleEvent
INFO: Unable to connect to user directory
Oct 30, 2009 5:07:44 PM NewUserDirWizardEventListener handleEvent
FINER: THROW
com.sun.vda.service.api.ServiceException: DNS name not found [response code 3]
at com.sun.vda.service.ldap.UserDirConnection.createDirService(UserDirCo
nnection.java:235)
Obviously, it's not finding the domain via DNS. But I'm at a loss as to where to specify
the server name, if not in krb5.conf.
Any help would be appreciated!
thanks,
garrett