]> git.sur5r.net Git - openldap/commitdiff
don't unparse starttls field in slap_bindconf if default
authorPierangelo Masarati <ando@openldap.org>
Mon, 23 May 2005 07:23:46 +0000 (07:23 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 23 May 2005 07:23:46 +0000 (07:23 +0000)
servers/slapd/slap.h

index dfda761af66353d8fcf6aa2af945b4a6698d39b2..baca6a9196bcfd7fb2367c58561c5329a17eb13e 100644 (file)
@@ -1493,9 +1493,10 @@ LDAP_SLAPD_V (int) slapMode;
 #define        SLAP_TOOL_READONLY      0x0400
 #define        SLAP_TOOL_QUICK         0x0800
 
+#define SB_TLS_DEFAULT         (-1)
 #define SB_TLS_OFF             0
 #define SB_TLS_ON              1
-#define SB_TLS_CRITICAL        2
+#define SB_TLS_CRITICAL                2
 
 typedef struct slap_bindconf {
        int sb_tls;