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
7b9c2445
Commit
7b9c2445
authored
Nov 05, 2015
by
Benoit Mortier
Browse files
Removing bad caracters again :/
Signed-off-by:
Benoit Mortier
<
benoit.mortier@opensides.be
>
parent
582bd147
Changes
2
Hide whitespace changes
Inline
Side-by-side
html/index.php
View file @
7b9c2445
...
...
@@ -238,7 +238,7 @@ class Index {
$str
=
check_schema
(
$cfg
);
foreach
(
$str
as
$tr
)
{
if
(
isset
(
$tr
[
'IS_MUST_HAVE'
])
&&
!
$tr
[
'STATUS'
])
{
return
_
(
'LDAP
schema check reported errors:'
)
.
'<br/><br/><i>'
.
$tr
[
'MSG'
]
.
'</i>'
;
return
_
(
'LDAP
schema check reported errors:'
)
.
'<br/><br/><i>'
.
$tr
[
'MSG'
]
.
'</i>'
;
}
}
return
TRUE
;
...
...
plugins/config/class_configInLdap.inc
View file @
7b9c2445
...
...
@@ -259,12 +259,12 @@ class configInLdap extends simplePlugin
FALSE
),
new
StringAttribute
(
_
(
'CA certificate path'
),
_
(
'Path to the CA certificate of the CAS
server'
),
_
(
'CA certificate path'
),
_
(
'Path to the CA certificate of the CAS
server'
),
'fdCasServerCaCertPath'
,
FALSE
,
'/etc/ssl/certs/ca.cert'
),
new
StringAttribute
(
_
(
'Host'
),
_
(
'Host of the CAS
server'
),
_
(
'Host'
),
_
(
'Host of the CAS
server'
),
'fdCasHost'
,
FALSE
,
'localhost'
),
...
...
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