Hi there,
I´m trying to setup ldap login in openxpki, but I get the following error:
2018/03/21 14:16:08 ERROR Login FAILED for user <user> with role User
[pid=631|sid=yXhm]
2018/03/21 14:16:08 ERROR
I18N_OPENXPKI_SERVER_AUTHENTICATION_PASSWORD_LOGIN_FAILED; __USER__ =>
<user> [pid=631|sid=yXhm]
2018/03/21 14:16:08 WARN I18N_OPENXPKI_SERVER_AUTHENTICATION_LOGIN_FAILED;
__ERRVAL__ => I18N_OPENXPKI_SERVER_AUTHENTICATION_PASSWORD_LOGIN_FAILED;
__USER__ => <user> [pid=631|sid=yXhm]
My connector.yaml:
user:
class: Connector::Builtin::Authentication::LDAP
LOCATION: ldap://domain.de
base: dc=domain,dc=de
binddn: CN=LDAP Query User,OU=Technical
Accounts,OU=Users,DC=domain,DC=de
password: xxxxxx
filter: "(&(sAMAccountName=[% LOGIN %])(memberOf=CN=Domain
Users,CN=Users,DC=domain,DC=de))"
handler.yaml:
User:
type: Connector
label: User
description: Employees
role: User
source@: connector:auth.connector.user
Does anybody have an idea what I did wrong?
Many Thanks,
Michael
smime.p7s
Description: S/MIME cryptographic signature
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________ OpenXPKI-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-users
