On Mon, 26 Feb 2007, Andy Kannberg wrote:
> For our site, we want to start using LDAP for authenticating users to our
> website.
>
> I'm running some tests, but run into a problem when I want to start giving
> access by groups.
>
> I've added the following to the httpd.conf :
>
> # LDAP Authentic
Hi Andy,
On 2/26/07, Andy Kannberg <[EMAIL PROTECTED]> wrote:
AuthName "Login"
AuthType Basic
AuthLDAPURL ldap://ldapx.snow.nl/ou=people,dc=snow,dc=nl?uid
AuthLDAPGroupAttribute somegroup
require valid-user
All this does is require that the username/password is correct. Instead of:
requir
Hi,
For our site, we want to start using LDAP for authenticating users to our
website.
I'm running some tests, but run into a problem when I want to start giving
access by groups.
I've added the following to the httpd.conf :
# LDAP Authentication
AuthName "Login"
AuthType Basic
AuthLDAPURL