Skip to content

Commit

Permalink
fix test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kakwa committed Jan 24, 2017
1 parent 44024db commit d7303da
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/cfg/ldapcherry_adldap.cfg
Expand Up @@ -129,7 +129,7 @@ ad.login = 'administrator'
# ad password
ad.password = 'qwertyP455'
# ad uri
ad.uri = 'ldaps://localhost'
ad.uri = 'ldaps://ad.ldapcherry.org'

# ca to use for ssl/tls connexion
#ad.ca = '/etc/dnscherry/TEST-cacert.pem'
Expand Down Expand Up @@ -164,15 +164,15 @@ auth.mode = 'or'
# resources parameters
[resources]
# templates directory
templates.dir = '/usr/share/ldapcherry/templates/'
templates.dir = './resources/templates/'

[/static]
# enable serving static file through ldapcherry
# set to False if files served directly by an
# http server for better performance
tools.staticdir.on = True
# static resources directory (js, css, images...)
tools.staticdir.dir = '/home/kakwa/Geek/GitHub/ldapcherry/resources/static/'
tools.staticdir.dir = './resources/static/'

## custom javascript files
#[/custom]
Expand All @@ -184,4 +184,3 @@ tools.staticdir.dir = '/home/kakwa/Geek/GitHub/ldapcherry/resources/static/'

## path to directory containing js files
## use it to add custom auto-fill functions
#tools.staticdir.dir = '/home/kakwa/Geek/GitHub/ldapcherry/resources/static/'

0 comments on commit d7303da

Please sign in to comment.