You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Maxim Solodovnik (JIRA)" <ji...@apache.org> on 2015/02/11 10:01:12 UTC

[jira] [Commented] (OPENMEETINGS-1176) LDAP - "mail" attribut

    [ https://issues.apache.org/jira/browse/OPENMEETINGS-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14315831#comment-14315831 ] 

Maxim Solodovnik commented on OPENMEETINGS-1176:
------------------------------------------------

you are using ldap_auth_type=SIMPLEBIND
can you please check you adle to login using DN: "mail=email_address_of_your_user,OU=xxx,OU=xxx,DC=xxx,DC=de"

> 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)