Hi all,

 

Can someone please assist me resolving this, i am getting the the below error:
Password was refused by the LDAP directory, server is unwilling ,  please let 
me know if you need more info, my config are as follow:


Many thanks
# LDAP
$ldap_url = "ldap://ssp-server.net:389";;   this is my ssp server 
$ldap_binddn = "cn=admin user";
$ldap_bindpw = "";
$ldap_base = "dc=test, dc=net";
$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 = true;
# Force account unlock when password is changed
$ad_options['force_unlock'] = true;
# Force user change password at next login
$ad_options['force_pwd_change'] = false;



# Samba mode
# true: update sambaNTpassword and sambaPwdLastSet attributes too
# false: just update the password
$samba_mode = false;
                                          
_______________________________________________
ltb-users mailing list
ltb-users@lists.ltb-project.org
http://lists.ltb-project.org/listinfo/ltb-users

Reply via email to