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

RE: URI syntax with back-ldap



You should be referring to slapd-ldap(5) if you're using back-ldap, not
slapd-meta(5). The two backends are by no means identical.

  -- Howard Chu
  Chief Architect, Symas Corp.       Director, Highland Sun
  http://www.symas.com               http://highlandsun.com/hyc
  Symas: Premier OpenSource Development and Support

> -----Original Message-----
> From: owner-openldap-software@OpenLDAP.org
> [mailto:owner-openldap-software@OpenLDAP.org]On Behalf Of Dieter
> Kluenter
> Sent: Tuesday, April 06, 2004 2:40 AM
> To: openldap-software@OpenLDAP.org
> Subject: URI syntax with back-ldap
>
>
> Hi,
> man slapd-meta(5)  describes URI syntax as follows
> uri <protocol>://[<host>[:<port>]]/<naming context>
> In order to enable suffixmassage I have following URI
> definition in my
> slapd.conf
>
> database	ldap
> lastmod off
> rewriteEngine on
> suffix	"o=HDK,c=DE"
> uri ldapi://%2Fusr%2Flocal%2Fvar%2Frun%2Fldapi/o=HDK.c=DE
>
> when running slapd in gdb debugger I get
>
> -.-.-.-.-.-.-gdb output-.-.-.-.-.-.-.-.-.-.-.-.-.-
> (gdb) exec-file slapd
> (gdb) run -h "ldapi:///"
> Starting program: /home/dieter/openldap/libexec/slapd -h "ldapi:///"
> [New Thread 16384 (LWP 2138)]
> /home/dieter/openldap/etc/openldap/slapd.conf: line 116:
> warning, only
> protocol, host and port allowed in "uri <uri>" line
> Program exited normally.
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.--.--.-