Hi

When trying to configure AD authentication with SGD 4.4, I'm getting an exception:

javax.naming.AuthenticationException [Root exception is javax.naming.AuthenticationException: GSSAPI [Root exception is javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Server not found in Kerberos database (7))]]]

I have configured Kerberos on my Solaris 10 box with the adjoin.sh script from the winchester project (http://www.sun.com/bigadmin/features/articles/kerberos_s10.pdf).

This created me following file

/etc/krb5/krb5.conf:

[libdefaults]
        default_realm = DEMO.DOMAIN.COM

[realms]
        DEMO.DOMAINE.COM = {
                kdc = w2k3.demo.domain.com
                kpasswd_server = w2k3.demo.domain.com
                kpasswd_protocol = SET_CHANGE
                admin_server = w2k3.demo.domain.com
        }

[domain_realm]
        .demo.domain.com = DEMO.DOMAIN.COM

Also the computer was added to the AD.

On the LDAP Repository Details form I'm entering:

URLs: ad://demo.domain.com
User Name: [EMAIL PROTECTED]
Password: ******
Active Directory Base Domain: demo.domain.com
Active Directory Default:  demo.domain.com

Any hints?

Thanks
Mika
_______________________________________________
SGD-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sgd-users

Reply via email to