Your message dated Sun, 29 Oct 2006 19:58:43 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#395976: apache2.2-common: missing mod_auth_ldap
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: apache2.2-common
Version: 2.2.3-2
Severity: important
I upgraded my testing system and apache2.2-common replaced
apache2-common. The problem is that mod_auth_ldap, which
used to be in the older package, is missing in the new one.
Now my web server won't start because of the missing module.
# apt-file search mod_auth_ldap.so
apache2-common: usr/lib/apache2/modules/mod_auth_ldap.so
Regards,
Navdeep
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-nehemiah
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages apache2.2-common depends on:
ii apache2-utils 2.2.3-2 utility programs for webservers
ii libmagic1 4.17-4 File type determination
library us
ii lsb-base 3.1-15 Linux Standard Base 3.1
init scrip
ii mime-support 3.37-1 MIME files 'mime.types' &
'mailcap
ii net-tools 1.60-17 The NET-3 networking toolkit
apache2.2-common recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 2.2.3-2
* Navdeep Parhar
| I upgraded my testing system and apache2.2-common replaced
| apache2-common. The problem is that mod_auth_ldap, which
| used to be in the older package, is missing in the new one.
| Now my web server won't start because of the missing module.
Correct, the authorisation and authentication modules have been split
and renamed in 2.2. Just do a2enmod authnz_ldap to get the new LDAP
module.
--
Tollef Fog Heen ,''`.
UNIX is user friendly, it's just picky about who its friends are : :' :
`. `'
`-
--- End Message ---