[:gb]

To use a LDAP server with KADOS, the first action is to activate LDAP management in Administration/Settings. Set on the parameter « Use a LDAP Server ».param_ldap_en

Until R8-SilverBird : Then you have to populate the ldap.conf file in the folder conf/ of your KADOS installation with all your LDAP settings (The default settings are a public LDAP server) :

$ldap_server=’ldap.testathon.net’;
$ldap_port=’389′;
$ldap_base_dn=’OU=users,DC=testathon,DC=net’;
$ldap_uid_field=’uid’;
$ldap_name_fields=array(‘name’=>’sn’,’firstname’=>’givenname’,’fullname’=> »);
$ldap_attributes=array(« cn », »mail », »sn », »givenName »);
$ldap_all_attributes=array(« cn », »mail », »sn », »givenName »);
$ldap_bind_dn= »;
$ldap_bind_pass= »;

For R9-RedTiger and above : LDAP settings are in the Dabatase, just go to Administration menu and Settings submenu.

Fill in the variables with your LDAP server, port, base DN, fields and bind credentials.

Then you’ll have a new button at the top of the users list

button_ldap_en

Click on the button to go to two search forms. You’ll be able to search by ID or by name/firstname. The results will appear in a list at the bottom of the forms.

use_ldap_search_enThen you can select the user you want to create in Kados by clicking on his/her ID that will become his/her login.

LDAP users do not need to be activated and they cannot reset their password.

You can have both LDAP users and local users in your users list.

[:fr]

Pour utiliser un serveur LDAP pour créer des utilisateurs, vous devez d’abord activer un paramètre dans  l’administration :

param_ldap_fr

Jusqu’à la version R8-SilverBird :  il faudra remplir les variables dans le fichier ldap.conf du répertoire conf/ de votre installation de KADOS. Les valeurs pré-saisies sont celles d’une serveur LDAP public de test.

$ldap_server=’ldap.testathon.net’;
$ldap_port=’389′;
$ldap_base_dn=’OU=users,DC=testathon,DC=net’;
$ldap_uid_field=’uid’;
$ldap_name_fields=array(‘name’=>’sn’,’firstname’=>’givenname’,’fullname’=> »);
$ldap_attributes=array(« cn », »mail », »sn », »givenName »);
$ldap_all_attributes=array(« cn », »mail », »sn », »givenName »);
$ldap_bind_dn= »;
$ldap_bind_pass= »;

Pour la version R9-RedTiger et suivantes : le paramétrage du LDAP se fait dans la menu Administration et rubrique Paramètres.

Ensuite, vous verrez apparaître en haut de la liste des utilisateurs un bouton d’ajout à partir de l’annuaire LDAP. button_ldap_frEn cliquant dessus, vous obtiendrez un double formulaire de recherche par identifiant ou part nom/prénom

Les résultats de votre recherche apparaissent dans une liste en dessous du formulaire. Pour créer un utilisateur, cliquez sur son identifiant dans la liste

use_ldap_search_frLes utilisateurs venant du LDAP n’ont pas besoin d’être activés et ne peuvent pas réinitialiser leur mot de passe.

Vous pouvez gérer parallèlement des utilisateurs locaux et venant du LDAP.