[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Creating suffix aliases with OpenLDAP
- To: "Ralf Mattes" <r.mattes@mh-freiburg.de>
- Subject: Re: Creating suffix aliases with OpenLDAP
- From: "Ralf Mattes" <r.mattes@mh-freiburg.de>
- Date: Thu, 15 Sep 2016 22:36:18 +0200
- Cc: Dieter Klünter <dieter@dkluenter.de>, openldap-technical@openldap.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mh-freiburg.de; s=mail; t=1473971780; bh=dd0Ve5nk+v/r+UFpS2Cs76DLG8wRPSsaR3xZJ7/rfCw=; h=in-reply-to:to:from:subject:date:cc:From; b=py/j3GjJTcu6ITM3YpSXK1/0mb0YcFY29Eco4njtF6NTpBLsJCwjzrYBg9M3pXjR+ qq/Ljr+5ZtErdf4FSXoefUMlansLc1qw5jzPVjyxfeSGj0zR8z6szK/q5x2rw1ZXpg kGvG1Zw4iADK58xhgjVVmEkQ0CEhdM++cKUv2z8A=
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mh-freiburg.de; s=mail; t=1473971779; bh=dd0Ve5nk+v/r+UFpS2Cs76DLG8wRPSsaR3xZJ7/rfCw=; h=in-reply-to:to:from:subject:date:cc:From; b=YpU9g0wXPBlQs+NthvKECALyS0ECPmsW+gPBkStbuXLw5C9bHoKpLQxxZ35egyRb4 U+UgOhxNDtKEi6Bubbh899C7E1DZdK4/+X5vR6daMnB/QOqOcTxU9+bAqVa1DK8yj1 okd8L/xyvRtIf8DTsZdrQ8/PrfIg9nS511etb3wU=
- In-reply-to: <a02-57db0200-49-32017680@111163303>
- User-agent: SOGoMail 2.3.2
Am Donnerstag, 15. September 2016 22:19 CEST, "Ralf Mattes" <r.mattes@mh-freiburg.de> schrieb:
> O.k. - I found the culprit (but not the solution).
> Trying to configure a olcRelay attribut whose value is a DN containing one ore more
> spaces will fail. I tried all sorts of escaping that value but nothing seems o work.
>
> Is this a bug?
Some more info: using the same value as olcSuffix will generate the same error, so some
the olcSuffix value seems to be parsed different that olcRelay even so the are suppoed to have
the same syntax.
...
olcAttributeTypes: ( OLcfgDbAt:0.10 NAME 'olcSuffix' EQUALITY distinguishedNam
eMatch SYNTAX OMsDN )
...
olcAttributeTypes: ( OLcfgDbAt:5.1 NAME 'olcRelay' DESC 'Relay DN' SYNTAX OMsDN SINGLE-VALUE )
??? How can this happen?
Cheers, RalfD