Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

yeswiki-extension-ldap

Permet d'utiliser LDAP pour se connecter

Installation

  • Mettre le contenu de ce depot dans le repertoire tools/loginldap
  • Editer le fichier de configuration wakka.config.php et ajouter les valeurs suivantes:
'ldap_host' => 'mon-domaine-ldap.com',
'ldap_port' => '389',
'ldap_organisation' => 'mon-org', // non obligatoire
'ldap_group' => 'mon-groupe', // non obligatoire

ou

'ldap_host' => '127.0.0.1',
'ldap_port' => '389',
'ldap_base' => 'ou=users,dc=yunohost,dc=org'