Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • 5.x
  • 7
  • 6.0.question
  • bg-php8
  • release_3.1.0
  • release_4.0.0
  • zf-3.0
  • zf-3.x
  • 6.0.6
  • 5.0.8
  • 5.0.7
  • 6.0.5
  • 5.0.6
  • 6.0.4
  • 5.0.5
  • 7.0.3
  • 7.0.2
  • 6.0.3
  • 6.0.2
  • 6.0.1
  • 5.0.4
  • 7.0.1
  • 5.0.3
  • 5.0.2
  • 5.0.1
  • 7.0.0
  • 6.0.0
  • 4.0.2
29 results

unicaen-ldap.local.php.dist

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    unicaen-ldap.local.php.dist 544 B
    <?php
    
    return [
        'unicaen-ldap' => [
            'host'                => 'host.domain.fr',
            'port'                => 389,
            'version'             => 3,
            'baseDn'              => "dc=domain,dc=fr", // racine de l'annuaire
            'bindRequiresDn'      => true,
            'username'            => "uid=xxxxxxxxx,ou=xxxxxxxxxx,dc=domain,dc=fr",
            'password'            => "xxxxxxxxxxxx",
            'accountFilterFormat' => "(&(objectClass=posixAccount)(supannAliasLogin=%s))",
            'useStartTls'         => false
        ]
    ];