Dear Chettia,
There are a number of settings which look wrong in your configuration:
- Code: Select all
omero.ldap.base=dc=example,dc=com
omero.ldap.config=true
omero.ldap.password=secret
omero.ldap.urls=ldap://ldap.example.com:389
omero.ldap.user_filter='(objectClass=inetOrgPerson)'
omero.ldap.username=cn=Manager,dc=example,dc=com
Are you using LDAP for authentication? If so, example.com and ldap.example.com are not valid names to use; they are just examples. In fact, all of the above settings are just example settings. You need to put
your own LDAP server details (if any) here. If you
don't need LDAP, I would suggest
removing them all, and set omero.ldap.config=false to disable LDAP:
- Code: Select all
bin\omero config set omero.ldap.config
This will set it to the default (false).
- Code: Select all
omero.web.application_host=http://mydomain.com:80/
mydomain.com is not a valid hostname to use for the web application host; again it's just an example. You need to use the name of
your own server here.
Regards,
Roger