Hi all, I try to configure openmeetings with Open LDAP authentication. Here is the configuration of my OpenLDAP server: Server : 192.168.1.10 rootDN : cn=admin,ou=sas Password of rootDN : secretpass mail : gecos Name : SN FirstName: displayName
Here is a sample configuration that works for our wiki: $conf['auth']['ldap']['server'] = 'ldap://192.168.1.10:389'; $conf['auth']['ldap']['usertree'] = 'ou=Utilisateurs, ou=sas'; $conf['auth']['ldap']['grouptree'] = 'ou=Groupes, ou=sas'; $conf['auth']['ldap']['userfilter'] = '(&(uid=%{user}) (objectClass=posixAccount))'; $conf['auth']['ldap']['groupfilter'] = '(&(objectClass=posixGroup)(| (gidNumber=%{gid})(memberUID=%{user})))'; $conf['auth']['ldap']['version'] = '3'; $conf['auth']['ldap']['binddn'] = 'cn=admin, ou=sas'; $conf['auth']['ldap']['bindpw'] = 'secretpass'; Here is my file om_ldap_cfg: ldap_server_type=OpenLDAP ldap_conn_url=ldap://192.168.1.10:389 ldap_admin_dn=CN:admin,OU:sas ldap_passwd=secretpass ldap_search_base=OU:Utilisateurs,OU:sas field_user_principal=uid ldap_auth_type=SIMPLE ldap_sync_password_to_om=yes ldap_user_attr_lastname=sn ldap_user_attr_firstname=displayName ldap_user_attr_mail=gecos In an attempt to integrate LDAP authentication openmeetings I went to: - Administration - Configuration Then I added a key "ldap_config_path" with value "/usr/lib/red5/ webapps/openmeetings/conf/om_ldap.cfg" I saved but I do not know or see the result ..... how can one see if it worked? I tried to log in with an account of my LDAP but without success. I restarted the service red5 .... I also tried going into "Administration"and "LDAP" I put in "name": sas I put in conf file name: /usr/lib/red5/webapps/openmeetings/conf/ om_ldap.cfg But same result .... How to? Thank you in advance. Bonjour, J'essaye de configurer openmeetings avec l'authentification Open LDAP. Voici la configuration de mon serveur OPenLDAP: Serveur : 192.168.1.10 L'admin de la base : cn=admin,ou=sas Mot de passe de l'admin de la base : secretpass Les mails : gecos Le nom des utilisaterus : SN Le prénom des utilisateur : displayName Voici un exemple de configuration qui fonctionne pour notre wiki : $conf['auth']['ldap']['server'] = 'ldap://192.168.1.10:389'; $conf['auth']['ldap']['usertree'] = 'ou=Utilisateurs, ou=sas'; $conf['auth']['ldap']['grouptree'] = 'ou=Groupes, ou=sas'; $conf['auth']['ldap']['userfilter'] = '(&(uid=%{user}) (objectClass=posixAccount))'; $conf['auth']['ldap']['groupfilter'] = '(&(objectClass=posixGroup)(| (gidNumber=%{gid})(memberUID=%{user})))'; $conf['auth']['ldap']['version'] = '3'; $conf['auth']['ldap']['binddn'] = 'cn=admin, ou=sas'; $conf['auth']['ldap']['bindpw'] = 'secretpass'; Voici mon fichier om_ldap_cfg : ldap_server_type=OpenLDAP ldap_conn_url=ldap://192.168.1.10:389 ldap_admin_dn=CN:admin,OU:sas ldap_passwd=secretpass ldap_search_base=OU:Utilisateurs,OU:sas field_user_principal=uid ldap_auth_type=SIMPLE ldap_sync_password_to_om=yes ldap_user_attr_lastname=sn ldap_user_attr_firstname=displayName ldap_user_attr_mail=gecos Pour tenter d'intégrer l'authentification LDAP à openmeetings je suis allé dans : - Administration - configuration Puis j'ai ajouté une clé "ldap_config_path" avec comme valeur "/usr/ lib/red5/webapps/openmeetings/conf/om_ldap.cfg" J'ai sauvegardé mais je ne sais pas ou voir le résultat..... comment peut on voir si cela a fonctionné ? J'ai tenté de me connecter avec un compte de mon LDAP mais sans succès. J'ai relancé le service red5.... idem J'ai également essayé d'aller dans "Administration" puis "LDAP" j'ai mis dans "name" : sas J'ai mis dans "conf file name" : /usr/lib/red5/webapps/openmeetings/ conf/om_ldap.cfg Mais même résultat.... Comment faire ? Merci d'avance. _____________________________________________________ if you add an entry into Administration > LDAP in the login shield there is a drop down box with all the ldap configs by its domain name. You have to select the ldap config you have added and then press login to try it out. Sebastian _____________________________________________________ OK thank you for your reply. So I did a test by setting the domain as you have indicated. I first tried to connect with an account of my LDAP database, I had a window that was displayed saying that the account was assigned to several organizations and asked me to choose one I wanted but in Regadas choices .... everything was empty. I still continued, but I can not connect to openmeetings, my band, I have access to the profile but nothing else .... I tried with an account that is neither in openmeetings or in my LDAP and I had the same result. Do you have an idea where this might come? I looked in the log but there is nothing on the LDAP .... _____________________________________________________ *I had a window that was displayed saying that the account was assigned to several organizations and asked me to choose one I wanted but in Rega* That means some problem is with your org configuration. Also please consider using the mailing list http://groups.google.com/group/openmeetings-user for further details Sebastian _____________________________________________________ OK sorry... Wath's and Where's org configuration for openmeetings ? Thanks in advance. Regards. Cédric -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" 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-user?hl=en.
