Your message dated Mon, 01 Oct 2007 19:51:08 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#410239: errors when using multiple ldap.conf files for
install-ldap.sh
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: gforge-ldap-openldap
Version: 3.1-31
Background:
I have a setup of gforge (development) in which the server running
gforge uses ldap auth (via pam) from another ldap system on the
environment (production). The /etc/ldap/ldap.conf file needs to be
defined in a way that ldap queries work fine for auth info.
Problem:
When using more than one LDAP server on one box,
/usr/lib/gforge/bin/install-ldap.sh fails badly with errors that are
created as files in /tmp/install-ldap.XXXXX.
In order to correct this, you should allow install-ldap.sh to define
LDAPCONF from /etc/default/gforge, and then source this file (if
found):
cat /etc/default/gforge
LDAPCONF=/etc/ldap/ldap.conf.alternate
Then in install-ldap.sh:
#!/bin/sh
...
set -e
if [ -r /etc/default/gforge ]; then
. /etc/default/gforge
fi
...
That way users never need to change install-ldap.sh, and all system
administrator configurations are safely stored in /etc/default/gforge
You might want to rename /etc/default/gforge to /etc/default/gforge-ldap.
--
----)(-----
Luis Mondesi
*NIX Guru
"Feliz el hombre que ha hallado sabiduria y el hombre que consigue
discernimiento, porque el tenerla como ganancia es mejor que tener la
plata como ganancia; y el tenerla como producto, [mejor] que el oro
mismo" (Prov 3:13-14).
|_|0|_|
|_|_|0|
|0|0|0|
--- End Message ---
--- Begin Message ---
Luigi, 2007-02-08 14:34:17 -0500 :
> Package: gforge-ldap-openldap
> Version: 3.1-31
[...]
> Problem:
> When using more than one LDAP server on one box,
> /usr/lib/gforge/bin/install-ldap.sh fails badly with errors that are
> created as files in /tmp/install-ldap.XXXXX.
gforge-ldap-openldap doesn't exist anymore, I'm therefore closing this
bug report.
Roland.
--
Roland Mas
Oshitemo damedara, hiite mina.
-- Proverbe japonais
--- End Message ---