[Samba] Problems with testing Openldapserver telnet localhost 389

Andreas andreas_bauer at arcor.de
Sun Jun 5 21:58:13 GMT 2005


Hello!
Server Starting is ok: no errormessage:
/usr/lib/openldap/slapd restart

But Testing, not:
amd:~ # telnet localhost 389
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
Trying ::1...
telnet: connect to address ::1: Connection refused

amd:/usr/lib/openldap # ps -agx | grep lapd
Warning: bad ps syntax, perhaps a bogus '-'? See  
http://procps.sf.net/faq.html
  4788 pts/2    S+     0:00 grep lapd

my sldap.conf:
include         /etc/openldap/schema/core.schema
include         /etc/openldap/schema/cosine.schema
include         /etc/openldap/schema/inetorgperson.schema
include         /etc/openldap/schema/rfc2307bis.schema
include         /etc/openldap/schema/samba.schema
include         /etc/openldap/schema/yast.schema
include         /etc/openldap/schema/nis.schemas

pidfile         /var/run/slapd/slapd.pid
argsfile        /var/run/slapd/slapd.args

database        ldbm
suffix          "dc=samba,dc=junits"
rootdn          "cn=admin,dc=samba,dc=junits"
rootpw          secret
directory       /var/lib/ldap
cachesize       40000
dbcache         60000000
index           cn,sn,uid,displayName           pres,sub,eq
index           uidNumber,gidNumber             eq
index           sambaSID                        eq
index           sambaPrimaryGroupSID            eq
index           sambaDomainName                 eq
index           objectClass                     pres,eq
index           rid,primaryGroupID              eq
index           default                         sub


access  to dn="."dc=samba,dc=junits"
         by self                 write
         by *                    read


Best regards and many thanks
Andreas



More information about the samba mailing list