Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
ldap
Commits
e9c6f22c
Commit
e9c6f22c
authored
Sep 30, 2015
by
Bertrand Gauthier
Browse files
Correction des fichiers de config d'exemple (.dist).
parent
1eb571b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
config/unicaen-ldap.global.php.dist
deleted
100644 → 0
View file @
1eb571b0
<?php
$settings
=
array
(
'host'
=>
'host.domain.fr'
,
'port'
=>
389
,
'version'
=>
3
,
'baseDn'
=>
"ou=xxxxxxxxxxx,dc=domain,dc=fr"
,
'bindRequiresDn'
=>
true
,
'username'
=>
"uid=xxxxxxxxx,ou=xxxxxxxxxx,dc=domain,dc=fr"
,
'password'
=>
"xxxxxxxxxxxx"
,
'accountFilterFormat'
=>
"(&(objectClass=posixAccount)(supannAliasLogin=%s))"
,
);
return
array
(
'unicaen-ldap'
=>
$settings
);
config/unicaen-ldap.local.php.dist
View file @
e9c6f22c
<?php
$settings
=
array
(
);
return
array
(
'unicaen-ldap'
=>
$settings
'unicaen-ldap'
=>
array
(
'host'
=>
'host.domain.fr'
,
'port'
=>
389
,
'version'
=>
3
,
'baseDn'
=>
"ou=xxxxxxxxxxx,dc=domain,dc=fr"
,
'bindRequiresDn'
=>
true
,
'username'
=>
"uid=xxxxxxxxx,ou=xxxxxxxxxx,dc=domain,dc=fr"
,
'password'
=>
"xxxxxxxxxxxx"
,
'accountFilterFormat'
=>
"(&(objectClass=posixAccount)(supannAliasLogin=%s))"
,
)
);
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