Password Validation while login to Enterprise manager

Hi Jonathan,

  1. Yes the number is unique.

  2. Even if i don’t connect with a user name, its get through, if i give the users inside users.txt it gets through, if i give CDS users it gets through, When i give non CDS user or some name which is not there inside users.txt ti does not get through. But all these users password is not getting validated

  3. My jaas.conf looks liek below.
    UM {
    com.softwareag.security.sin.is.ldap.lm.LDAPLoginModule sufficient
    url=“”
    prin=“”
    cred=admin
    userrootdn=“”
    uidprop=“CN”
    grouprootdn=“cn=integration,cn=usergroups,ou=security,ou=global,o=xx.com
    groupobjclass=“group”
    personobjclass=“person”
    logLevel=debug;

     com.softwareag.security.jaas.login.internal.InternalLoginModule sufficient
     template_section=INTERNAL
     logCallback=true
     internalRepository="users.txt";
    

};