Skip to content
Snippets Groups Projects
Verified Commit fd58a598 authored by Yohan Jarosz's avatar Yohan Jarosz :dog:
Browse files

update default settings

parent 6805a868
No related branches found
No related tags found
No related merge requests found
MIT License
Copyright (c) 2020 University of Luxembourg
Copyright (c) 2019 Jon Bake
Permission is hereby granted, free of charge, to any person obtaining a copy
......
......@@ -6,18 +6,18 @@ plugins:
ldap_lookup_users_by:
default: 'email'
ldap_hostname:
default: 'adfs.example.com'
default: 'lcsb-cdc-lums-01.uni.lu'
ldap_port:
default: 389
default: 636
ldap_method:
default: 'plain'
default: 'ssl'
ldap_base:
default: 'dc=example,dc=com'
default: 'cn=users,cn=accounts,dc=uni,dc=lu'
ldap_uid:
default: 'sAMAccountName'
default: 'uid'
ldap_bind_dn:
default: ''
default: 'uid=ldap-reader,cn=users,cn=accounts,dc=uni,dc=lu'
ldap_password:
default: ''
ldap_filter:
default: ''
default: '(memberof=cn=lux-covid19-forum,cn=groups,cn=accounts,dc=uni,dc=lu)'
......@@ -78,8 +78,8 @@ class LDAPAuthenticator < ::Auth::Authenticator
end
end
auth_provider title: 'with LDAP',
message: 'Log in with your LDAP credentials',
auth_provider title: 'with LUMS',
message: 'Log in with your LUMS credentials',
frame_width: 920,
frame_height: 800,
authenticator: LDAPAuthenticator.new
......
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