A user is allowed access to web pages if they are authenticated
by their password and membership in a group. The user's password
is authenticated by the LDAP server. If the user in the LDAP group,
then they are accepted. If they are not in the LDAP group, then
the local group file is searched. If they are in the group file,
they are accepted.
There are predefined groups on the corporate LDAP server, but I
don't have write access to the server. How can the above scenario
be implemented? I'm using Apache 1.3.20 with mod_auth_ldap 2.4.
David