Hi Team, I am trying to use LDAP authentication from AD.
I have created two entries, one for security group (RA Operator)and one for Users(user-ad) as below: Connector.yaml user-ad: class: Connector::Builtin::Authentication::LDAP LOCATION: ldap://10.10.10.1 base: dc=company,dc=loc binddn: cn=binduser password: secret filter: "(sAMAccountName=[% LOGIN %])" RA-Operator: class: Connector::Builtin::Authentication::LDAP LOCATION: ldap://10.10.10.1 base: dc=company,dc=loc binddn: cn=binduser password: secret filter: "(&(sAMAccountName=[% LOGIN %])(memberOf=CN=RA Operator,OU=SecurityGroups,DC=company,DC=loc))" It is giving error as "Login with the given credential failed" unless I am not specifying the exact sAMAccountName in connector.yaml for e.g. sAMAccountName=test. Note: Single sign on method is not available. Please correct me if I am doing anything wrong. Regards, Mohd
_______________________________________________ OpenXPKI-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-users
