mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-04 04:17:43 +02:00
adding loading roles and attributes
This commit is contained in:
parent
d6bb5c38ed
commit
2ba56128ac
2 changed files with 12 additions and 4 deletions
|
@ -57,12 +57,12 @@ tools.sessions.timeout = 10
|
|||
[attributes]
|
||||
|
||||
# file discribing form content
|
||||
attributes.file = '/etc/ldapcherry/attributes.yml'
|
||||
attributes.file = './tests/cfg/attributes.yml'
|
||||
|
||||
[roles]
|
||||
|
||||
# file listing roles
|
||||
roles.file = '/etc/ldapcherry/roles.yml'
|
||||
roles.file = './tests/cfg/roles.yml'
|
||||
|
||||
[backends]
|
||||
|
||||
|
@ -96,8 +96,8 @@ auth.mode = 'or'
|
|||
# resources parameters
|
||||
[resources]
|
||||
# templates directory
|
||||
templates.dir = '/usr/share/ldapcherry/templates/'
|
||||
templates.dir = './resources/templates/'
|
||||
|
||||
[/static]
|
||||
tools.staticdir.on = True
|
||||
tools.staticdir.dir = '/usr/share/ldapcherry/static/'
|
||||
tools.staticdir.dir = './resources/static/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue