I have an issue when I'm trying to configure the LDAP service. I have done the configuration in parameter.php but nothing change there are no connection to LDAP server.
now i'm on Linux OS whit apache + PHP5
Have you got any tuto or tips & tricks to implement this feature including the php / apache configuration if need
I have increase the log deep parameter and have this msg
2012-05-30 14:58:57 ***** ERROR ***** ERROR *****
2012-05-30 14:58:57 ***** ERROR ***** on file '/var/www/projectorria 2.2.2/model/User.php' at line (527)
2012-05-30 14:58:57 ***** ERROR ***** cause = ldap_bind(): Unable to bind to server: Invalid credentials
2012-05-30 14:58:57 ===== TRACE ===== authenticate - LdapBind Error
2012-05-30 14:58:57 ===== TRACE ===== Error contacting Ldap for user 'so_creth'
I can complete it.
To have Ldap interface you must define :
$paramLdap_allow_login=true;
$paramLdap_base_dn = "the dn base for your users in the Ldap structure"
$paramLdap_host = "name or IP of the LDAP server, default is localhost"
$paramLdap_port = "port used to the Ldap server, default is 389"
$paramLdap_search_user = "a valid dn of user to connect to Ldap server"
$paramLdap_search_pass = "password of above user"
$paramLdap_user_filter = "a Ldap filter that will be used to find user in Ldap from user name (login)"
The tool connects to Ldap with account $paramLdap_search_user/$paramLdap_search_pass.
Then searches for user using $paramLdap_user_filter (%USERNAME%" in the filter is replace by the user entered in the login screen).
If user is found, try to connect (bind) to Ldap with account dn="dn of the found user" and password = password from login screen.
Note : if user does not exist yet in Project'Or RIA, it is created, with minimum rights (guest). This must then be changed afterwards by admin.
En poursuivant votre navigation, vous acceptez le dépôt de cookies tiers destinés au bon fonctionnement et à la sécurisation du site (gestion de session, reCaptcha) et à une analyse statistique anonymisée des accès sur notre site (Google Analytics). Si vous vous inscrivez, les informations que vous fournirez ne seront jamais divulguées à un tiers sous quelque forme que ce soit. En savoir plus
Cookies settings
×
Functional Cookies
Ce site utilise des cookies pour assurer son bon fonctionnement et ne peuvent pas être désactivés de nos systèmes. Nous ne les utilisons pas à des fins publicitaires. Si ces cookies sont bloqués, certaines parties du site ne pourront pas fonctionner.
Session
Please login to see yours activities!
Other cookies
Ce site web utilise un certain nombre de cookies pour gérer, par exemple, les sessions utilisateurs.