Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marek Wójtowicz
lemonldap-ng
Commits
c9bf13aa
Commit
c9bf13aa
authored
Jun 29, 2021
by
Yadd
Browse files
Prefer CDBI
parent
26150b85
Changes
1
Hide whitespace changes
Inline
Side-by-side
lemonldap-ng-common/lemonldap-ng.ini
View file @
c9bf13aa
...
...
@@ -103,7 +103,7 @@ checkTime = 1
;confTimeout = 5
; GLOBAL CONFIGURATION ACCESS TYPE
; (File, REST, SOAP,
R
DBI/
C
DBI, LDAP, YAMLFile)
; (File, REST, SOAP,
C
DBI/
R
DBI, LDAP, YAMLFile)
; Set here the parameters needed to access to LemonLDAP::NG configuration.
; You have to set "type" to one of the followings :
;
...
...
@@ -114,11 +114,11 @@ checkTime = 1
; ; Optimize JSON for readability instead of performance
; prettyPrint = 1
;
; *
R
DBI/
C
DBI : you have to set 'dbiChain' (required) and 'dbiUser' and 'dbiPassword'
; *
C
DBI/
R
DBI : you have to set 'dbiChain' (required) and 'dbiUser' and 'dbiPassword'
; if needed. Example:
;
; type =
R
DBI
; ;type =
C
DBI
; type =
C
DBI
; ;type =
R
DBI
; dbiChain = DBI:MariaDB:database=lemonldap-ng;host=1.2.3.4
; dbiUser = lemonldap
; dbiPassword = password
...
...
@@ -218,7 +218,7 @@ languages = en, fr, vi, it, ar, de, fi, tr, pl, zh_TW, es
; Override error codes
;error_0 = You are well authenticated!
; Custom template parameters
; For example to use <TMPL_VAR NAME="myparam">
; For example to use <TMPL_VAR NAME="myparam">
;tpl_myparam = test
; COMBINATION FORMS
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment