Hello,
I experiment a little problem with FakeBasicAuth and AuthGroupfile directives.
The versions of my soft are Apache 1.3.12 and mod_ssl 2.6.4.
The DN of my certificate obeys this format :
/O=MyOrganisation/OU=People/OU=UserID - JOE/OU=UserType - Customer/CN=Joe
[EMAIL PROTECTED]
My .htpasswd file is formatted like this :
/O=MyOrganisation/OU=People/OU=UserID - JOE/OU=UserType - Customer/CN=Joe
[EMAIL PROTECTED]:xxj31ZMTZzkVA
The .htaccess includes
require group toto
The .htgroup is formatted like this :
toto: /O=MyOrganisation/OU=People/OU=UserID - JOE/OU=UserType - Customer/CN=Joe
[EMAIL PROTECTED]
Everything works fine as long as the .htaccess is disabled in my server configuration.
But, as soon it is enabled, the user is not identified and I get the Login/password
windows.
I am conscient that the problem comes from the space in the .htgroup file as every
user must be space-separated.
So, my trivialissime question is... how can I manage the entry in this file in order
that Apache believe that the user /O=MyOrganisation/OU=People/OU=UserID -
JOE/OU=UserType - Customer/CN=Joe [EMAIL PROTECTED] is only one user and
not 4 differents users (/O=MyOrganisation/OU=People/OU=UserID, -, JOE/OU=UserType,
Customer/CN=Joe [EMAIL PROTECTED])
Thanks in advance
Eric Jolent
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]