UltraBall created OPENMEETINGS-1176:
---------------------------------------
Summary: LDAP - "mail" attribut
Key: OPENMEETINGS-1176
URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1176
Project: Openmeetings
Issue Type: Bug
Components: LDAP
Affects Versions: 3.0.3
Environment: Ubuntu 14.04
Reporter: UltraBall
Assignee: Maxim Solodovnik
Hey Guys,
im tryiging to configure my the LDAP authentication (destination LDAP:
openLDAP).
But i have the problem, that im only able to authenticat the "uid" attribut. If
i try "mail" in my LDAP, all the time i get the message "invalid password".
ldap.cfg
------
ldap_conn_host=oldap.mydomain.de
ldap_conn_port=389
ldap_conn_secure=false
ldap_admin_dn=UID=openmeetings,OU=xxx,OU=xxx,DC=xxx,DC=de
ldap_passwd=xxx
ldap_search_base=OU=xxx,OU=xxx,DC=xxx,DC=de
ldap_search_query=(mail=%s)
ldap_search_scope=ONELEVEL
ldap_auth_type=SIMPLEBIND
ldap_userdn_format=mail=%s,OU=xxx,OU=xxx,DC=xxx,DC=de
ldap_provisionning=AUTOCREATE
. . .
------
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)