users@glassfish.java.net

RE: Use LDAP to authenticate to admin console

From: Martin Gainty <mgainty_at_hotmail.com>
Date: Thu, 14 Mar 2013 20:17:40 -0400

do you know for sure that your LDAP Listener is working do a netstat and grep on LDAP port (usually 389) >netstat -ab | grep 389
?
Martin ______________________________________________
Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> To: users_at_glassfish.java.net
> Subject: Re: Use LDAP to authenticate to admin console
> From: forums_at_java.net
> Date: Thu, 14 Mar 2013 19:02:44 -0500
>
> Thanks Tim! I followed the instructions and it appears that GF is trying to
> authenticate via LDAP. However, I'm getting an exception
> javax.enterprise.system.core.security.com.sun.enterprise.security.auth.realm
> ... javax.naming.NamingException: [LDAP: error code 1 - 00000000: LdapErr:
> DSID-)c090627, comment,: In order to perform this operation a successful bind
> must be completed on the connection., data 0, vece ] This looks like Active
> Directory is complaining that it doesn't allow anonymous access. If that's
> the case then is there a place to set things like search-bind-dn and
> search-bind-password?
>
> --
>
> [Message sent by forum member 'Bob-LaBlah']
>
> View Post: http://forums.java.net/node/895679
>
>