plugin-LoginLdap icon indicating copy to clipboard operation
plugin-LoginLdap copied to clipboard

Pleas add Ldap self auth like apache

Open ruben-herold opened this issue 9 years ago • 3 comments

hi,

please add ldap self auth like apache see:

Options FollowSymLinks MultiViews AuthType Basic AuthBasicProvider ldap AuthName "Active Directory" AuthLDAPBindAuthoritative off AuthLDAPInitialBindAsUser on AuthLDAPInitialBindPattern (.+) [email protected] AuthLDAPURL "ldap://server1 server2/DC=example,DC=de?samaccountname?sub" require valid-user

ruben-herold avatar Oct 21 '16 11:10 ruben-herold

Hi Rube,

Thanks, If this is a reply to the case 146 could you please be more specific like where can I find this file and add it?

Regards

Sobhika avatar Nov 10 '16 10:11 Sobhika

Please find the error message I received while testing.

2016-11-10_15-50-24

Sobhika avatar Nov 10 '16 10:11 Sobhika

Configuring the SSO with LoginLdap should work in this case. LoginLdap configuration is the same with both Kerberos and basic authentication.

Your bug report is very vague and missing all LoginLdap configuration but looking at the screenshot, you are missing php-ldap modules. If you are using Debian/Ubuntu:

apt-get install php5-ldap (or php7-ldap if you are using PHP 7)

bluikko avatar Jul 25 '17 11:07 bluikko