My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
LdapADSINTegration  
About the OpenMeetings Ldap and Active Directory Integration
Updated Aug 28, 2011 by seba.wag...@gmail.com

In $RED5_HOME/webapps/openmeetings/conf

you will find sample configurations for LDAP and Active Directory. The nature of those Directory Servers are that they are individual for every organization, so you have to modify of course at least the path to your user-base et cetera.

To activate any of those configurations you have to login into OpenMeetings, goto Administration > Ldap.

You can configure multiple domains or different user-paths in the Administration of OpenMeetings.

You may find a lot of discussions about that topic in the mailing list:

https://groups.google.com/forum/#!searchin/openmeetings-user/LDAP

Comment by ricric1...@gmail.com, Nov 24, 2011

This configuration works for me (Active Directory Win2003)

ldap_server_type=AD

ldap_conn_url=ldap://<your ldap server ip or name >:389

EXAMPLE: 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 (all AD users must be in OU "All Users" or under itself. OU "All Users" was created in AD, you can create yours ...)

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

In Openmeetings Administration Interface --> Administration --> LDAP -->

Config file name "om_ldap.cfg"

Check "Add Domain to username"

Domain "mytest.net.br"

My openmeetings version is "1_8_8_r4555

I hope that´s help anybody.

Good Luck!

RBatista.

Comment by ricric1...@gmail.com, Dec 2, 2011

If you use copy and paste of the text above use the unix dos2unix command to eliminate the blank spaces.

Powered by Google Project Hosting