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

Re: AttributeType not found: "gidNumber" errormessage - Openldap



Excuse me, but the reason of the errormessage was the sequence of the 
includes in slapd.conf.

include         /etc/openldap/schema/core.schema
include         /etc/openldap/schema/cosine.schema
include         /etc/openldap/schema/yast.schema
include         /etc/openldap/schema/inetorgperson.schema
include         /etc/openldap/schema/rfc2307bis.schema
include         /etc/openldap/schema/samba.schema
include         /etc/openldap/schema/nis.schema

rfc2307bis.schema must be before samba.schema.
And yast.schema were twice. Now there is no more errormessage after starting 
slapd restart.
But there are other problems with telnet testing.
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

and:
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

Many thanks
Andreas


Best regards and many thanks
Andreas