You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Farid Izem <fa...@gmail.com> on 2005/05/01 12:58:25 UTC

[users@httpd] mod_ldap / Multi-group Access

Hi all,

My Apache is configured to authenticate users against LDAP Directory base on
the users group. (ie. require group). 

In the mod_ldap documentation, there is no explanation about multi
group Authentication. In fact, i want to allow only two group to
access a Directory.

Do i need to specifiy twice 
      require group cn=Internet, o=Airius
      require group cn=Security, o=Airius

In order to allow access to the users of this two groups ?

Kind Regards,

Farid.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] mod_ldap / Multi-group Access

Posted by Dick Davies <ra...@hellooperator.net>.
* Farid Izem <fa...@gmail.com> [0558 11:58]:
> Hi all,
> 
> My Apache is configured to authenticate users against LDAP Directory base on
> the users group. (ie. require group). 
> 
> In the mod_ldap documentation, there is no explanation about multi
> group Authentication. In fact, i want to allow only two group to
> access a Directory.
> 
> Do i need to specifiy twice 
>       require group cn=Internet, o=Airius
>       require group cn=Security, o=Airius
> 
> In order to allow access to the users of this two groups ?

You can either make a group that contains the users in both those groups,
or do it in the LDAP url (which can be a query, see the docs).

-- 
'Tempers are wearing thin. Let's hope some robot doesn't kill everybody.'
		-- Bender
Rasputin :: Jack of All Trades - Master of Nuns

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org