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

Re: TLSProtocol values not defined (ITS#1268)



Ah, I didn't see that.  That option should be removed until
implemented.  Thanks.

At 06:39 AM 2001-08-31, jimd@dutton3.it.siu.edu wrote:
>That is true enough - that there isn't any mention of TLSProtocol in
>slapd.conf(5). However, it is defined in servers/slapd/config.c:
>
>config.c:#ifdef HAVE_TLS
>config.c:               } else if ( !strcasecmp( cargv[0], "TLSProtocol" ) ) {
>config.c:                                                     LDAP_OPT_X_TLS_PROTOCOL,
>config.c:               } else if ( !strcasecmp( cargv[0], "TLSRandFile" ) ) {
>config.c:                                                     LDAP_OPT_X_TLS_RANDOM_FI
>LE,
>
>
>
>On 31 Aug, Kurt Zeilenga wrote:
>> There is no slapd.conf(5) directive TLSProtocol.