Search found 4 matches

by liedekef
Thu Jun 24, 2010 12:30 pm
Forum: Bug reports
Topic: LDAP authentication not working with openldap + FIX
Replies: 5
Views: 5502

Re: LDAP authentication not working with openldap + FIX

Hi,
One other thing I found: you can't set the rights for a LDAP user before he first logs in, but when the user logs in he has no rights at all and just sees the logon screen again (although he is in fact logged in). So it would be great to be able to set default permissions for newly created ...
by liedekef
Thu Jun 24, 2010 12:22 pm
Forum: Bug reports
Topic: LDAP authentication not working with openldap + FIX
Replies: 5
Views: 5502

Re: LDAP authentication not working with openldap + FIX

Hi,

it works ok, but I found some confusing things upon entering the initial LDAP config settings.
You ask for the following fields:

- LDAP server host
- LDAP server port
- LDAP username
- LDAP password
- Distinguished name

But according to me, and the resulting ldap file, the field "LDAP ...
by liedekef
Thu Jun 24, 2010 11:53 am
Forum: Bug reports
Topic: LDAP authentication not working with openldap + FIX
Replies: 5
Views: 5502

Re: LDAP authentication not working with openldap + FIX

Hi Franky,

thank you very much for this fix!

Here's my slightly refactored commit for 2.6.6, could you please check it?

http://github.com/thorsten/phpMyFAQ/commit/2ce87423fd73ee74af05e8de23d35d16efaea308

bye
Thorsten

Hi Thorsten,

I'm very sorry, I forgot to test this and just saw today the ...
by liedekef
Wed May 26, 2010 12:10 pm
Forum: Bug reports
Topic: LDAP authentication not working with openldap + FIX
Replies: 5
Views: 5502

LDAP authentication not working with openldap + FIX

Hi,

the ldap auth doesn't seem to be working with openldap. The reason seems to be that not the user DN is used for binding to the ldap, but the entered userid (eg. just "uid=xxxx". This works for Windows AD, but not for any other LDAP server out there (they require a LDAP bind with the DN ...