Skip to content
Snippets Groups Projects
Commit e9c6f22c authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Correction des fichiers de config d'exemple (.dist).

parent 1eb571b0
Branches master
No related tags found
No related merge requests found
<?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
);
<?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))",
)
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment