Hey, all -- Running apache 2.2 on a fully updated and patched opensuse 10.2 system. I'm trying to get apache auth set up, and I'd like to use multiple providers (ldap and flat file). Basically, the authentication logic should look kind of like this:
If ((user is a valid LDAP user && user is a member of ldap group apacheAccess) || (user is a valid user in the flat file)) then allow access I'm having a devil of a time getting this to work, trying to follow the apache docs. Anyone have pointers, suggestions, experience, advice, etc, that they might be able to offer? Thanks! - Ian -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]