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

slurpd and StartTLS & ldaps://



Would be nice if someone made a few relatively minor changes
to slapd/slurpd to support StartTLS and ldaps://.

StartTLS
	1) modify slurpd to recognize startls=[yes,auto,no]
	(yes would require successful start, auto would
	ignore result, no wouldn't start).
	2) add other TLS parameters as needed.

ldaps://
	1) slapd: add uri="" (deprecate host="") to allow
	specification of uri="ldaps://slave:port".
	2) modify slurpd to use ldap_initialize() instead of
	ldap_init() when uri= is specified.

Please coordinate activities on this list to reduce duplication
of effort.

	Kurt