Module LDAP - Login without password

41 views
Skip to first unread message

Walber Santos

unread,
Jul 2, 2014, 2:27:34 PM7/2/14
to power...@googlegroups.com
Dear

Anybody is using backend with ldap?

I have a problem, because when put on login without password get in application.


Tks a lot

Edmondas Girkantas

unread,
Jul 3, 2014, 7:49:18 AM7/3/14
to power...@googlegroups.com
Hi,

If you can provide any details on how to setup quickly OpenLDAP and provide your configs,
then I could try to debug what could be wrong. Sorry but the code that should work with LDAP
was implemented some of our contributor, so I have never tried how it works in reality and
as i remember it was tested against Active Directory.

-Ed


--
You received this message because you are subscribed to the Google Groups "Poweradmin" group.
To unsubscribe from this group and stop receiving emails from it, send an email to poweradmin+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Walber Santos

unread,
Jul 3, 2014, 8:41:50 AM7/3/14
to power...@googlegroups.com
Tks  Ed

These are the details:

I'm authenticating active directory in windows 2008

Follow my configs ldap

I believe it can is missing something to make use of the password.

Thanks for the update.


// LDAP settings

$ldap_use = true;
$ldap_debug = true;
$ldap_uri = 'ldap://192.168.1.200';
$ldap_basedn = 'ou=Users,dc=Domain,dc=Local';
$ldap_binddn = 'userldap';
$ldap_bindpw = 'password';
$ldap_user_attribute = 'sAMAccountName';
$ldap_proto = 3;

Walber Santos

unread,
Jul 3, 2014, 12:22:56 PM7/3/14
to power...@googlegroups.com
Dear

The version of poweradmin is git.

Tks a lot

Edmondas Girkantas

unread,
Jul 5, 2014, 3:16:25 AM7/5/14
to power...@googlegroups.com
It seems that the code that is in master branch (2.1.8) is a bit broken,
so you should use release-2.1.7 branch.

Also you can check this issue, where you can find some useful information on debugging your LDAP connection:

Reply all
Reply to author
Forward
0 new messages