BUG: https://bugzilla.samba.org/show_bug.cgi?id=11752
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Ralph Boehme <slow@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
.special = NULL,
.enum_list = NULL
},
+ {
+ .label = "tls verify peer",
+ .type = P_ENUM,
+ .p_class = P_GLOBAL,
+ .offset = GLOBAL_VAR(tls_verify_peer),
+ .special = NULL,
+ .enum_list = enum_tls_verify_peer_vals,
+ },
{NULL, P_BOOL, P_NONE, 0, NULL, NULL, 0}
};