Comment by [email protected]:
This configuration works for me (Active Directory Win2003), I hope that´s
help anybody.
ldap_server_type=AD
ldap_conn_url=ldap://<your ldap server ip or name >:389
domain "mytest.net.br" -- ldap user authentication "openmeetings" OU (in
AD) "All Users,openmeetings"
ldap_admin_dn=CN:openmeetings,OU:openmeetings,OU:All
Users,DC:MYTEST,DC:NET,DC:BR
ldap_passwd=<ldap authentication user password>
ldap_search_base=OU:All Users,DC:MYTEST,DC:NET,DC:BR
field_user_principal=userPrincipalName
ldap_auth_type=SIMPLE
ldap_sync_password_to_om=no(this is my choice, see the cfg file for yours)
ldap_user_attr_lastname=sn
ldap_user_attr_firstname=givenName
ldap_user_attr_mail=mail
ldap_user_attr_street=streetAddress
ldap_user_attr_additionalname=description
ldap_user_attr_fax=facsimileTelephoneNumber
ldap_user_attr_zip=postalCode
ldap_user_attr_country=co
ldap_user_attr_town=l
ldap_user_attr_phone=telephoneNumber
For more information:
http://code.google.com/p/openmeetings/wiki/LdapADSINTegration
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.