[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gforge-devel] [ gforge-Bugs-337 ] Debian Packaging: gforge-ldap-openld
From: |
noreply |
Subject: |
[Gforge-devel] [ gforge-Bugs-337 ] Debian Packaging: gforge-ldap-openldap failing |
Date: |
Tue, 13 May 2003 09:45:31 -0500 |
Bugs item #337, was opened at 2003-05-13 14:45
You can respond by visiting:
http://gforge.org/tracker/?func=detail&atid=105&aid=337&group_id=1
Category: None
Group: None
Status: Open
Priority: 5
Submitted By: Tomas Pospisek (tpo)
Assigned to: Nobody (None)
Summary: Debian Packaging: gforge-ldap-openldap failing
Initial Comment:
It seems that the gforge-ldap-openldap postinst fails
inside /usr/lib/gforge/bin/install-ldap.sh, since it does
not make his passwords known to slapd anywhere. I had
to add a:
rootdn "cn=admin..."
rootpw {SSHA}...
manually to /etc/ldap/slapd.conf in order to pass it
through the following lines below:
eval 'ldapadd -r -c -D '\''cn=admin,dc=my,dc=gforge'\''
-x -w'\'randomPassword'\'' -f /tmp/install-ldap.sh.EtiLGO
> /dev/null 2>&1'
++ ldapadd -r -c -D cn=admin,dc=my,dc=gforge -x
-wrandomPassword -f /tmp/install-ldap.sh.EtiLGO
+ eval 'ldapmodify -r -c -D
'\''cn=admin,dc=my,dc=gforge'\'' -x
-w'\''randomPassword'\'' -f /tmp/install-ldap.sh.EtiLGO >
/dev/null 2>&1'
++ ldapmodify -r -c -D cn=admin,dc=my,dc=gforge -x
-wrandomPassword -f /tmp/install-ldap.sh.EtiLGO
----------------------------------------------------------------------
You can respond by visiting:
http://gforge.org/tracker/?func=detail&atid=105&aid=337&group_id=1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gforge-devel] [ gforge-Bugs-337 ] Debian Packaging: gforge-ldap-openldap failing,
noreply <=