Re: [users@httpd] mod_authnz-ldap & %20

2016-11-09 Thread Eric Covener
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

Re: [users@httpd] mod_authnz-ldap & %20

2016-11-09 Thread Gerhard Mourani
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

Re: [users@httpd] mod_authnz-ldap & %20

2016-11-08 Thread Eric Covener
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

[users@httpd] mod_authnz-ldap & %20

2016-11-08 Thread Gerhard Mourani
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