openLdap: Kann nichts eintragen
Frank Matthieß
Frank at Matthiess.de
Sat Jun 1 18:31:02 CEST 2002
Hauke Joachim Zuehl wrote:
>
> Hier mal meine slapd.conf:
> fafnir:/usr/local/etc/openldap # cat slapd.conf
> include /usr/local/etc/openldap/schema/core.schema
> include /usr/local/etc/openldap/schema/cosine.schema
> include /usr/local/etc/openldap/schema/nis.schema
> include /usr/local/etc/openldap/schema/inetorgperson.schema
> referral ldap://fafnir.meding-zuehl.net
Wozu benötigt's Du zum Spielen/Testen ein refernal?
Zumal Du noch keine Lauffähige Umgebung hast.
>
> pidfile /usr/local/var/slapd.pid
> argsfile /usr/local/var/slapd.args
> database ldbm
> directory /usr/local/var/openldap-ldbm
> cachesize 1000
> dbcachesize 100000
>
> suffix "dc=example,dc=com"
> rootdn "cn=Manager,dc=example,dc=com"
> rootpw geheim
>
> defaultaccess write
> index objectClass eq
>
> Dann noch die ldap.conf:
> BASE dc=example,dc=com
> host 127.0.0.1
>
> Und noch eine init.ldif:
> dn: dc=example,dc=com
> objectClass: dcObject
> objectClass: top
> objectClass: organization
> o: example
> dc: example
->dc: com
>
> dn: cn=Manager,dc=example,dc=com
> objectClass: person
> cn: Manager
> sn: Manager
> description: "LDAP Manager"
>
> dn: o=Geschaeftsfuehrung,dc=example,dc=com
->dn: ou=Geschaeftsfuehrung,dc=example,dc=com
> o: Geschaeftsfuehrung
->organizationalUnit: Geschaeftsfuehrung
> objectClass: organization
->objectClass: organizationalUnit
>
> So...wenn ich jetzt ldapadd -D "cn=Manager,dc=example,dc=com" <
> /tmp/ldif/init.ldif durchfuehre, kommt als Antwort:
> adding new entry "dc=example,dc=com"
> ldap_add: Referral
Setzte mit in er slapd.conf die Variable "loglevel" auf 288.
"man slapd.conf":
16: search filter processing
256: stats log connections/operations/results
Um für's erste keine Problem zu bekommen ist
"schemacheck off" intressant.
>
> ldif_record() = 10
>
> Mache ich ldapsearch objectclass=\* kommt:
> version: 2
>
> #
> # filter: objectclass=*
> # requesting: ALL
> #
>
> # search result
> search: 2
> result: 10 Referral
> ref: ldap://fafnir.meding-zuehl.net
>
> # numResponses: 1
> (Ausnahmsweise mal mit Kommentarzeichen)
>
> Eigentlich hatte ich etwas mehr an Antwortvolumen erwartet *g*.
>
> Meine Frage ist:
> Was mache ich falsch?
_Genau_ an die Quickstart halten.
--
Frank Matthieß Frank at Matthiess.de
+49 179 131 45 46
More information about the Linux
mailing list