[Date Prev][Date Next] [Chronological] [Thread] [Top]

Tests works fine - still not working when installed... - 2.3.7



Hello 

I'm upgrading from OpenLDAP 2.x to 2.3.7 - compiled it
sucessfully and ran all test with no errors. 

I had the LDAP database exported with ldapcat... then
I impotted it with slapadd. Export import had no
errors..

Now starting it up and trying to connect with the
client software gives me the following error:

o_bind: v3 bind: "cn=root,dc=paybytouch,dc=com" to
"cn=root,dc=paybytouch,dc=com"
send_ldap_result: conn=13 op=0 p=3
send_ldap_result: err=0 matched="" text=""
send_ldap_response: msgid=1 tag=97 err=0
ber_flush: 14 bytes to sd 11
connection_get(11)
connection_get(11): got connid=13
connection_read(11): checking for input on id=13
ber_get_next
ber_get_next: tag 0x30 len 63 contents:
ber_get_next
ber_get_next on fd 11 failed errno=11 (Resource
temporarily unavailable)
do_search

I have this config file...


include        
/opt/local/gnu/openldap/2.3.7/etc/openldap/schema/core.schema
include        
/opt/local/gnu/openldap/2.3.7/etc/openldap/schema/cosine.schema
include        
/opt/local/gnu/openldap/2.3.7/etc/openldap/schema/inetorgperson.schema
include        
/opt/local/gnu/openldap/2.3.7/etc/openldap/schema/nis.schema
include        
/etc/openldap.old/schema/redhat/autofs.schema
include        
/etc/openldap.old/schema/redhat/kerberosobject.schema




pidfile        
/opt/local/gnu/openldap/2.3.7/var/run/slapd.pid
argsfile       
/opt/local/gnu/openldap/2.3.7/var/run/slapd.args

allow bind_v2




#TLSCACertificateFile
/usr/share/ssl/certs/ca-bundle.crt
#
# Sample Access Control
#       Allow read access of root DSE
#       Allow self write access
#       Allow authenticated users read access
#       Allow anonymous users to authenticate
#
#access to * by *
access to * by self write
access to * by * read
access to * by anonymous read


database        bdb
suffix          "dc=paybytouch,dc=com"
#rootdn         "cn=Manager,dc=paybytouch,dc=com"
rootdn         "cn=root,dc=something,dc=com"

rootpw                secret

index   objectClass,uid,uidNumber,gidNumber,memberUid 
 eq
index   cn,mail,surname,givenname                     
 eq,subinitial


Thanks in adv Olaf