Bug#619408: apache2.2-common: mod_authnz_ldap require directives unrecognized if loaded after mod_authnz_default

2011-03-27 Thread Stefan Fritsch
reassign 619408 libapache2-mod-auth-plain thanks Fixed your grep up and did this instead: # for pid in `pgrep apache2`; do for so in `cat /proc/$pid/maps | fgrep .so | awk '{ print $6 }' | sort -u`; do strings $so | grep -qi 'unknown require directive:' echo $so; done; done Which

Processed: Re: Bug#619408: apache2.2-common: mod_authnz_ldap require directives unrecognized if loaded after mod_authnz_default

2011-03-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: reassign 619408 libapache2-mod-auth-plain Bug #619408 [apache2.2-common] apache2.2-common: mod_authnz_ldap require directives unrecognized if loaded after mod_authnz_default Bug reassigned from package 'apache2.2-common' to

Bug#619408: apache2.2-common: mod_authnz_ldap require directives unrecognized if loaded after mod_authnz_default

2011-03-23 Thread Brian P Kroth
Package: apache2.2-common Version: 2.2.16-6 Severity: normal In the default configuration mod_authnz_ldap.load is symlinked from mods-available to mods-enabled but that orders it (lexicographically) after the symlink to load mod_authnz_default. This causes a number of ldap specific arguments to

Bug#619408: apache2.2-common: mod_authnz_ldap require directives unrecognized if loaded after mod_authnz_default

2011-03-23 Thread Stefan Fritsch
On Wed, 23 Mar 2011, Brian P Kroth wrote: In the default configuration mod_authnz_ldap.load is symlinked from mods-available to mods-enabled but that orders it (lexicographically) after the symlink to load mod_authnz_default. This causes a number of ldap specific arguments to the Require

Bug#619408: apache2.2-common: mod_authnz_ldap require directives unrecognized if loaded after mod_authnz_default

2011-03-23 Thread Brian Kroth
Stefan Fritsch s...@sfritsch.de 2011-03-23 23:01: On Wed, 23 Mar 2011, Brian P Kroth wrote: In the default configuration mod_authnz_ldap.load is symlinked from mods-available to mods-enabled but that orders it (lexicographically) after the symlink to load mod_authnz_default. This causes a