2012/11/6 Luc MAIGNAN <[email protected]> > Hi, > > I want to configure SASL in my OpenLDAP server. > > I saw in documentation that I have to set 'sasl-host' and 'sasl-realm' in > slapd.conf > > In fact I don't use slapd.conf but the cn=config architecture. > > So where put the parameters ? >
man slapd-config :
olcSaslHost: <fqdn>
Used to specify the fully qualified domain name used for SASL
processing.
olcSaslRealm: <realm>
Specify SASL realm. Default is empty.
Clément.
