On 4/9/07, Steve Ingraham <[EMAIL PROTECTED]> wrote:
org.keel.services.authentication.mad.LoginHelper: singraham:Unable to
access LDAP server at occadb Reason: occadb:389

It could be possible that the login credentials are hard-coded in a
Java file, instead of reading them from a properties file.

Upon looking at the LoginHelper here:
http://www.keelframework.org/release/HEAD/javadoc/org/keel/services/authentication/config/LoginHelper.html

You could check if there is a Java class in your application that
calls this method:

attemptLogin(java.lang.String domain, java.lang.String loginName,
java.lang.String providedPassword, java.lang.String passwordSeq,
ServiceManager manager)

That Java Class should have the domain etc.

-Rashmi

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to