Eric Covener wrote:
On Jan 31, 2008 12:59 PM, Eric Covener <[EMAIL PROTECTED]> wrote:
On Jan 31, 2008 12:16 PM, jehan procaccia
<[EMAIL PROTECTED]> wrote:
I do enter in mod_auth_cas for authn, then authz is supposed to be
carried out from mod_authnz_ldap,
Peaking a
Eric Covener wrote:
On Jan 31, 2008 10:11 AM, jehan procaccia
<[EMAIL PROTECTED]> wrote:
hello,
however I cannot see these "AUTHENTICATE_=value" in my
environement variable !?
my .htaccess file contains
AuthType CAS
AuthName "INT auth"
AuthLDAPUrl
&q
Nick Kew wrote:
On Thu, 31 Jan 2008 16:11:05 +0100
jehan procaccia <[EMAIL PROTECTED]> wrote:
I'am on centos5 with httpd-2.2.3
Read the CHANGES file. I don't recollect exactly when it happened,
but I'm pretty sure those variables were added more recently than
2
hello,
in the doc:
http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html#exposed
it is said that " all LDAP attributes returned by the query are placed
in the environment, using environment variables with the prefix
"AUTHENTICATE_"
however I cannot see these "AUTHENTICATE_=value" in my
en
hello,
Is it possible in an authentified directory to cumulate different
sources of usernames ?
I want to search first in our central SSO (CAS + ldap) database, then,
if the user is not there, to switch to a second auth represented as a
local htpasswd file, for exemple an .htaccess like this
My virtual host logs catches all logs :-( , and not only the
access/error for that virtual hosts, I don't even have the main server
logs anymore :-(
Here's my logs configuration in my virtual-host
"/etc/httpd/conf.d/jehan-procaccia.conf"
ErrorLog
/mci/mci/procacci/public_html/logs/jeh
Joshua Slive wrote:
On 3/8/06, Jehan PROCACCIA <[EMAIL PROTECTED]> wrote:
When I go to http://jehan-procaccia.int-evry.fr/cgi/printenv.cgi I get
"500 Internal server Error", apache logs says "Premature end of script
headers: printenv.cgi" and suexec logs:
[2006-03
Hello,
I am using apache 2.0.54 on an Fedora Core 4 system.
I want to allow my users to have personnal web pages by giving them a
DNS entry and a virtual host associated whith their name, as many ISP do
... ? (is that the way they do it ?)
I want them to be able to run cgi as themself.
Here my