update config example
This commit is contained in:
parent
be59462741
commit
7637faf047
|
@ -1,3 +1,17 @@
|
|||
listen_address = "127.0.0.1"
|
||||
listen_port = "3000"
|
||||
url = "http://localhost:3000/"
|
||||
url = "http://localhost:3000/"
|
||||
|
||||
[ldap]
|
||||
connection_url = "ldap://localhost:389"
|
||||
bind_dn = "cn=admin,dc=planetexpress,dc=com"
|
||||
bind_password = "GoodNewsEveryone"
|
||||
user_base_dn = "ou=people,dc=planetexpress,dc=com"
|
||||
group_base_dn = "ou=people,dc=planetexpress,dc=com"
|
||||
|
||||
user_search_filter = "(&(objectClass=person)(mail=%s))"
|
||||
group_search_filter = "(&(objectclass=groupOfNames)(member=%d))"
|
||||
|
||||
admin_filter = "(memberOf=cn=admin_staff,ou=people,dc=planetexpress,dc=com)"
|
||||
#login_attribute = "mail"
|
||||
#display_name_attribute = "displayName"
|
Loading…
Reference in New Issue