LDAP + Apache + require group problem

Stelios A. linux at climbincrete.com
Fri Sep 1 00:12:13 EEST 2006


Ευχαριστώ πολύ για το λινκ.

---------------------
Stelios Asmargianakis

 

-----Original Message-----
From: Bill Nikolopoulos [mailto:billy at billy.gr] 
Sent: Thursday, August 31, 2006 4:22 PM
To: linux at climbincrete.com
Cc: linux-greek-users at lists.hellug.gr
Subject: Re: LDAP + Apache + require group problem


linux at climbincrete.com wrote:
> Καλησπέρα,
> 
> Έχω σετάρει ένα μηχάνημα με ldap + apache κτλ και παίζει μια χαρά το 
> authentication με εξαίρεση το require group. Αυτό δεν παίζει με 
> τίποτα...
Καλησπέρα,

Θυμάμαι ότι είχα το ίδιο "πρόβλημα" σε apache 2.2.2 όταν έκανα δοκιμές 
με .htaccess

Τελικά έβαλα mod_authnz_ldap 
http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html

Και το .htaccess ήταν κάπως έτσι
AuthType Basic
AuthName MyAuth
AuthBasicProvider ldap
AuthzLDAPAuthoritative off
AuthLDAPURL ldap://127.0.0.1/cn=Users,dc=koko,dc=gr?uid
require valid-user

> 
> Στο httpd.conf έχω το παρακάτω:
> <Directory "/var/www/group">
>     AuthType Basic
>     AuthName "Access for contractors group only"
>     AuthLDAPURL ldap://192.168.1.248/dc=mydomain,dc=gr?uid
Δοκίμασες κάτι σαν αυτό ?
AuthLDAPURL ldap://192.168.1.248/cn=Contractors,dc=mydomain,dc=gr?uid

>     Options FollowSymLinks
>     AllowOverride None
> </Directory>
> 






More information about the Linux-greek-users mailing list