On Wed, Nov 9, 2016 at 10:55 AM, Gerhard Mourani wrote:
> This is what I've used as ldapsearch command for my test:
>
> ldapsearch -x -h 192.168.2.40 -D "administra...@domain.com" -W -b
> "OU=Privilege Groups,OU=Users Specials,DC=domain,DC=com" -s sub "(cn=*)" cn
> mail sn
>
> And get the followin
This is what I've used as ldapsearch command for my test:
ldapsearch -x -h 192.168.2.40 -D "administra...@domain.com" -W -b "OU=Privilege
Groups,OU=Users Specials,DC=domain,DC=com" -s sub "(cn=*)" cn mail sn
And get the following result which show to me that it is not working.
Enter LDAP Passwo
On Tue, Nov 8, 2016 at 11:37 AM, Gerhard Mourani wrote:
> I've a problem to make mod_authnz-ldap work with space in AuthLDAPUrl
> parameter. Here my config:
I would not have thought a space would require escaping. Do you get an
error from the LDAP server? Can you try some command line ldapsearc
Hello,
I've a problem to make mod_authnz-ldap work with space in AuthLDAPUrl
parameter. Here my config:
Alias /cvsweb/ "/usr/share/cvsweb/"
Options Indexes FollowSymLinks ExecCGI
AllowOverride Options
Order deny,allow
Deny from all
AuthType Basic
AuthBasicProvider file ldap