Skip to content
Snippets Groups Projects
Commit 09dc48ae authored by gmlenz's avatar gmlenz
Browse files

ldap configuration

parent eb5fce67
No related branches found
No related tags found
No related merge requests found
......@@ -16,3 +16,22 @@ hibernate.hbm2ddl.auto=update
hibernate.show_sql=false
hibernate.cache.use_second_level_cache=true
hibernate.cache.use_query_cache=true
site.title=XNAT123
# Comma-separated list of the providers that users will be able to use to authenticate.
provider.providers.enabled=db, ldap1
provider.db.name=Database
provider.db.id=localdb
provider.db.type=db
# Add "ldap1" to the enabled provider list above and fill in the missing fields to enable LDAP authentication.
provider.ldap1.name=LDAP
provider.ldap1.id=ldap1
provider.ldap1.type=ldap
provider.ldap1.address=ldap://146.169.47.171:389/dc=biomedia,dc=imperial,dc=ac,dc=uk
provider.ldap1.userdn=cn=admin,dc=biomedia,dc=imperial,dc=ac,dc=uk
provider.ldap1.password=biomedia
provider.ldap1.search.base=ou=people
provider.ldap1.search.filter=(uid={0})
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment