Hi,

I'm trying to set up SSP for the first time and have gone through all the 
config options as described in the documentation.

I can't change my password i had this error message :
Cannot access LDAP directory

Apache's logs :
LDAP - Bind error 8 (Stronger(er) authentification required)

Here my cfg file :

# LDAP
$ldap_url = "ldap://server.domain.local";;
$ldap_starttls = false;
$ldap_binddn = "cn=administrator,dc=domain,dc=local";
$ldap_bindpw = "MyAdminpassword";
$ldap_base = "dc=domain,dc=local";
$ldap_login_attribute = "uid";
$ldap_fullname_attribute = "cn";
$ldap_filter = "(&(objectClass=person)($ldap_login_attribute={login}))";

# Active Directory mode
# true: use unicodePwd as password field
# false: LDAPv3 standard behavior
$ad_mode = false;
# Force account unlock when password is changed
$ad_options['force_unlock'] = false;
# Force user change password at next login
$ad_options['force_pwd_change'] = false;
# Allow user with expired password to change password
$ad_options['change_expired_password'] = false;

# Samba mode
# true: update sambaNTpassword and sambaPwdLastSet attributes too
# false: just update the password
$samba_mode = false;
# Set password min/max age in Samba attributes
#$samba_options['min_age'] = 5;
#$samba_options['max_age'] = 45;

Thanks for your support








_______________________________________________
ltb-users mailing list
[email protected]
http://lists.ltb-project.org/listinfo/ltb-users

Reply via email to