![]() |
cosign-discuss at umich.edu |
general discussion of cosign development and deployment | |
4) edit your httpd.conf: IMPORTANT! mod_authz_ldap must be loaded *AFTER* mod_cosign, otherwise some very bad, bad things will happen. :)
#this path will vary based on where you house your .so
#mod_cosign must go first!
LoadModule cosign__module libexec/mod_cosign.so
LoadModule authz_ldap_module libexec/mod_authz_ldap.so