Hi All,

According from the installation doc, only changes on webappserver.cfg under <ldap> tag will do. I made several changes, and made the logging.cfg under ldap with level "ALL".

I tried to login using LDAP account, no error come out and unable to login in, only error message user not found. I'm 100% sure, user exists, because i'm using LDAP explorer able to login in and check list of users.

I'm not sure what is the missing pieces. No error log message is killing me. Where and how to start.

PLEASE HELP

 

Below is the information that i set for testing.

 

    <ldap>         <LoginModuleSection value="NativeLogin"/>         <ldapproviderurl value="ldap://localhost:389"/>         <ldapinitialcontextfactory value="com.sun.jndi.ldap.LdapCtxFactory"/>         <ldapsecurityauthentication value="simple"/>         <enforceStrongAuthentication value="true"/>         <distinguishedname value="distinguishedName"/>         <samaccountnameGroups value="sAMAccountName"/>         <samaccountnameUsers value="sAMAccountName"/>         <GUID value="objectGUID"/>         <GUIDFormat value="Byte"/>         <Email value="mail"/>         <LastName value="sn"/>         <GivenName value="givenName"/>         <ldapdefaultaccount value="CN=Administrator,CN=Users,DC=khmy,DC=domain"/>         <ldapdefaultpwd value="mycorrectpasswordhere"/>         <ldappwdcrypted value="false"/>         <usersearchpath value="DC=khmy,DC=domain"/>         <groupsearchpath value="CN=arisldapgroup,CN=Users,DC=khmy,DC=domain"/>         <appendGroupSearchPath value="false"/>         <groupsearchpathPrefix value=""/>         <assignmentmode value="all"/>         <ldapAssignmentsForm value="ldapAssignments2.jsp"/>         <personobjectclass value="person"/>         <groupobjectclass value="group"/>         <usertogroupnavigationdirection value="backward"/>         <memberof value="memberOf"/>         <hasMember value="member"/>         <referralStrategy value = "follow" />         <saslmechanism value = "simple" />         <pagesize value="100"/>         <maskBackSlash value="false"/>     </ldap>  

 

 or register to reply.

Notify Moderator