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: ltb-users-boun...@lists.ltb-project.org 
[mailto:ltb-users-boun...@lists.ltb-project.org] On Behalf Of 
ltb-users-requ...@lists.ltb-project.org
Sent: Thursday, September 03, 2015 6:00 AM
To: ltb-users@lists.ltb-project.org
Subject: ltb-users Digest, Vol 59, Issue 1

Send ltb-users mailing list submissions to
        ltb-users@lists.ltb-project.org

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
        ltb-users-requ...@lists.ltb-project.org

You can reach the person managing the list at
        ltb-users-ow...@lists.ltb-project.org

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 <tsia...@hotmail.com>
Subject: [Ltb-users] tlb Password was refused by the LDAP directory
To: "ltb-users@lists.ltb-project.org"
        <ltb-users@lists.ltb-project.org>
Message-ID: <dub119-w37819668575fc9ddaac6e3ba...@phx.gbl>
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 <tsia...@hotmail.com>
Subject: [Ltb-users] TLB  Password was refused by the LDAP directory,
        server is unwilling
To: "ltb-users@lists.ltb-project.org"
        <ltb-users@lists.ltb-project.org>
Message-ID: <dub119-w7f65a5466c8a6ae1a2ea7ba...@phx.gbl>
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
ltb-users@lists.ltb-project.org
http://lists.ltb-project.org/listinfo/ltb-users

End of ltb-users Digest, Vol 59, Issue 1
****************************************
_______________________________________________
ltb-users mailing list
ltb-users@lists.ltb-project.org
http://lists.ltb-project.org/listinfo/ltb-users

Reply via email to