Got a blank page after (successful) login. Openldap
prints out the following in /var/log/messages
Jul 23 11:51:58 gorkon slapd[32374]: conn=3 fd=7 ACCEPT
from IP=127.0.0.1:1379 (IP=:: 389)
Jul 23 11:51:58 gorkon slapd[32377]: conn=3 op=0 BIND
dn="cn=root,dc=it-fws,dc=de" method=128
Jul 23 11:51:58 gorkon slapd[32377]: conn=3 op=0 BIND
dn="cn=root,dc=it-fws,dc=de" mech=SIMPLE ssf=0
Jul 23 11:51:58 gorkon slapd[32377]: conn=3 op=0 RESULT
tag=97 err=0 text=
Jul 23 11:51:58 gorkon slapd[32377]: conn=3 op=1 UNBIND
Jul 23 11:51:58 gorkon slapd[32377]: conn=3 fd=7 closed
No errors reported by apache.
Using apache 1.3.33 and php 4.3.10 on Linux
2.4.20-4GB-athlon
PHP is compiled with the --with-ldap and --with-iconv
option.
slapd.conf is:
...
suffix "dc=it-fws,dc=de"
rootdn "cn=root,dc=it-fws,dc=de"
...
setup.sh prints the following:
Checking for the ldap root directory...
Please enter... (take a look at
/etc/openldap/slapd.conf)
the address of you ldap server [127.0.0.1]:
the port of your ldap server [389]:
the basedn for labe [dc=example,dc=com]:
dc=it-fws,dc=de
the manager of this directory [manager]: root
the password of this manager:
Adding the LDAP root entry
LDAP root entry was already created!
Do you want the LDAP information in your
LABE configuration file? <y/n>: y
Directory /etc/labe already exists.
LABE configuration file successfuly created!
Restarting slapd deamon...
The slapd deamon has been restart
Checking for php.ini in /etc...
/etc/php.ini found!
Checking file_uploads in /etc/php.ini...
No modification to do
Some error were reported, maybe LABE will not work...
check the INSTALL file
Please report any bugs and comments to
<labe@savoirfairelinux.com>
Thank you in advance
Hendrik
(hendrik.saly@gmx.de)
Logged In: NO
This is caused by the program silently failing if the PHP LDAP libraries aren't installed. You need to install php5-ldap or it's equivalent.