[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: forcing encryption for external server access while allowing unencrypted localhost connections
Dieter Kluenter wrote:
security ssf=n
No, what I'm looking for is something like this in slapd.conf
host 10.10.10.10:389 security ssf=128
host 127.0.0.1:389 security ssf=0
I want to be able to specify which listeners require encryption.
(Better yet would for the actual config be done in cn=config, but I can
wait for that :)
CP