Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory
Commits
7cfd27ea
Commit
7cfd27ea
authored
May 30, 2017
by
Côme Chilliet
Browse files
Fixes
#5554
Using trimmed string attributes for certificate paths
parent
e797d377
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/config/class_configInLdap.inc
View file @
7cfd27ea
...
...
@@ -227,17 +227,17 @@ class configInLdap extends simplePlugin
'ssl'
=>
array
(
'name'
=>
_
(
'SSL'
),
'attrs'
=>
array
(
new
StringAttribute
(
new
Trimmed
StringAttribute
(
_
(
'Key path'
),
_
(
'Path to FusionDirectory private key. Unused for now.'
),
'fdSslKeyPath'
,
FALSE
,
'/etc/ssl/private/fd.key'
),
new
StringAttribute
(
new
Trimmed
StringAttribute
(
_
(
'Certificate path'
),
_
(
'Path to FusionDirectory certificate. Unused for now.'
),
'fdSslCertPath'
,
FALSE
,
'/etc/ssl/certs/fd.cert'
),
new
StringAttribute
(
new
Trimmed
StringAttribute
(
_
(
'CA certificate path'
),
_
(
'Path to the CA certificate. Used for validating Argonaut Server host.'
),
'fdSslCaCertPath'
,
FALSE
,
'/etc/ssl/certs/ca.cert'
...
...
@@ -252,7 +252,7 @@ class configInLdap extends simplePlugin
'fdCasActivated'
,
FALSE
,
FALSE
),
new
StringAttribute
(
new
Trimmed
StringAttribute
(
_
(
'CA certificate path'
),
_
(
'Path to the CA certificate of the CAS server'
),
'fdCasServerCaCertPath'
,
FALSE
,
'/etc/ssl/certs/ca.cert'
...
...
Jonathan Swaelens
@jswaelens
mentioned in issue
#1770 (closed)
·
Sep 02, 2017
mentioned in issue
#1770 (closed)
mentioned in issue #1770
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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