Hello,
You're missing some informationthere.
Mine looks like this:
$ldap_url = "ldaps://dev-app.dcis.hhs.gov:636";
$ldap_binddn = "cn=Manager,dc=dev,dc=dcis,dc=hhs,dc=gov";
$ldap_bindpw = "<password>";
$ldap_base = "ou=people,dc=dev,dc=dcis,dc=hhs,dc=gov";
$ldap_login_attribute = "uid";
$ldap_fullname_attribute = "cn";
$ldap_filter = "(&(objectClass=person)($ldap_login_attribute={login}))";
For your configuration I would do the following
Make sure this resolves , you can use the raw ip for 389 but not if you use
certs.
$ldap_url = "ldap://ssp-server.net:389"; this is my ssp server
This I believe needs to have the FULL context of
$ldap_binddn = "cn=admin use, dc=test, dc=net";
I hope that works for you.
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of
[email protected]
Sent: Thursday, September 03, 2015 6:00 AM
To: [email protected]
Subject: ltb-users Digest, Vol 59, Issue 1
Send ltb-users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.ltb-project.org/listinfo/ltb-users
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific than "Re:
Contents of ltb-users digest..."
Today's Topics:
1. tlb Password was refused by the LDAP directory (toufik siamer)
2. TLB Password was refused by the LDAP directory, server is
unwilling (toufik siamer)
----------------------------------------------------------------------
Message: 1
Date: Thu, 3 Sep 2015 10:36:39 +0200
From: toufik siamer <[email protected]>
Subject: [Ltb-users] tlb Password was refused by the LDAP directory
To: "[email protected]"
<[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"
Hi All,
can someone please assist, i have been battling with one issue where i can not
reset a test user password, the error message is Password was refused by the
LDAP directory, server is unwilling my configuration as follow:
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.ltb-project.org/pipermail/ltb-users/attachments/20150903/b0037a9d/attachment.html>
------------------------------
Message: 2
Date: Thu, 3 Sep 2015 10:41:53 +0200
From: toufik siamer <[email protected]>
Subject: [Ltb-users] TLB Password was refused by the LDAP directory,
server is unwilling
To: "[email protected]"
<[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"
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;
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.ltb-project.org/pipermail/ltb-users/attachments/20150903/437293c2/attachment-0001.htm>
------------------------------
_______________________________________________
ltb-users mailing list
[email protected]
http://lists.ltb-project.org/listinfo/ltb-users
End of ltb-users Digest, Vol 59, Issue 1
****************************************
_______________________________________________
ltb-users mailing list
[email protected]
http://lists.ltb-project.org/listinfo/ltb-users