Hi all,

I am in need of some help.
I have the ldap server installed on one machine, and the self-service-password 
installed on another.


I managed to config the self-service-password but I only managed to make it 
work with the admin user.

Reset_request_log is empty.
I am getting:
 "Password was refused by the LDAP directory"

But when I use ldappasswd (from the same ltp server) with the same password it 
works.

Any ideas how or what to change?

Regard,

Ronen

Here is my config file:
<?php
$ldap_url = "ldap://10.1.1.1";;
$ldap_binddn = "cn=admin,dc=something,dc=com";
$ldap_bindpw = "XXXX";
$ldap_base = "dc=something,dc=com";
$ldap_login_attribute = "uid";
$ldap_fullname_attribute = "cn";
$ldap_filter = "(&(objectClass=person)($ldap_login_attribute={login}))";
$ad_mode = false;
$ad_options['force_unlock'] = false;
$ad_options['force_pwd_change'] = false;
$samba_mode = false;
$shadow_options['update_shadowLastChange'] = true;
$hash = "SHA";
$pwd_min_length = 10;
$pwd_max_length = 20;
$pwd_min_lower = 0;
$pwd_min_upper = 0;
$pwd_min_digit = 0;
$pwd_min_special = 0;
$pwd_special_chars = "^a-zA-Z0-9";
$pwd_forbidden_chars = "@%";
$pwd_no_reuse = true;
$pwd_complexity = 3;
$pwd_show_policy = "always";
$pwd_show_policy_pos = "above";
$who_change_password = "user";
$use_questions = false;
$answer_objectClass = "extensibleObject";
$answer_attribute = "info";
$use_tokens = true;
$crypt_tokens = true;
$token_lifetime = "3600";
$mail_attribute = "mail";
$mail_from = "ad...@something.com";
$notify_on_change = true;
$use_sms = false;
$sms_attribute = "mobile";
$smsmailto = "{sms_attribute}@service.provider.com";
$smsmail_subject = "Provider code";
$sms_message = "{smsresetmessage} {smstoken}";
$sms_token_length = 6;
$show_help = true;
$lang ="en";
$logo = 
"https://www.something.com/sites/default/files/somewhat_logo_link_presspg.png";;
$debug = true;
$keyphrase = "YYYYXXXX";
$reset_request_log = "/var/log/self-service-password";
$login_forbidden_chars = "*()&|";
$use_recaptcha = false;
$recaptcha_publickey = "";
$recaptcha_privatekey = "";
$recaptcha_theme = "red";
$recaptcha_ssl = false;
$default_action = "change";
$messages['passwordchangedextramessage'] = "extended message - your password 
was changed\n";
$messages['changehelpextramessage'] = "This is a test\n";
?>


_______________________________________________
ltb-users mailing list
ltb-users@lists.ltb-project.org
http://lists.ltb-project.org/listinfo/ltb-users

Reply via email to