BUG: https://bugzilla.samba.org/show_bug.cgi?id=11644
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Ralph Boehme <slow@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
.enum_list = enum_ldap_sasl_wrapping,
.flags = FLAG_ADVANCED,
},
+ {
+ .label = "ldap server require strong auth",
+ .type = P_ENUM,
+ .p_class = P_GLOBAL,
+ .offset = GLOBAL_VAR(ldap_server_require_strong_auth),
+ .special = NULL,
+ .enum_list = enum_ldap_server_require_strong_auth_vals
+ },
{
.label = "enable asu support",
.type = P_BOOL,