Hi!
I've installed OMERO.server on Ubuntu Server 10.04.
I try to connect it to the Active Directory of my Lab.
I make a $ omero config get and I get these following lines :
omero@OMERO:~$ omero config get
omero.data.dir=/home/omero/OMERO
omero.db.name=omero
omero.db.pass=*********
omero.db.user=omero
omero.ldap.base=OU=IP3D,OU=Personnel Imagerie,OU=Imagerie,DC=crtriv,DC=fr
omero.ldap.config=true
omero.ldap.password=*************
omero.ldap.urls=ldap://10.1.1.12:389
omero.ldap.user_mapping=omeName=cn,firstName=givenName,lastName=sn,email=mail
omero.ldap.username=CRTRIV\omero
omero.web.application_server=fastcgi-tcp
omero.web.webgateway_cache=/omero/var/weblitz_cache
When I check log files, there is no error with ldap, and so, it seems to work well but when I go the webadmin with administrator rights, I do not have any new user.
Any ideas ?