Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unable to connect to User Directory

807578Oct 30 2009
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

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 27 2009
Added on Oct 30 2009
0 comments
95 views