CVE-2016-2112: s4:ldap_server: implement "ldap server require strong auth" option
[bbaumbach/samba-autobuild/.git] / source4 / ldap_server / ldap_server.h
index 27e0f1322bb5c7669e2d0fd3b2ab5e85aea88cf5..86e5d34f21e65f62482d2f4f3245b98f515462de 100644 (file)
@@ -22,6 +22,7 @@
 #include "lib/socket/socket.h"
 #include "lib/stream/packet.h"
 #include "system/network.h"
+#include "lib/param/loadparm.h"
 
 struct ldapsrv_connection {
        struct ldapsrv_connection *next, *prev;
@@ -44,6 +45,7 @@ struct ldapsrv_connection {
 
        bool global_catalog;
        bool is_privileged;
+       enum ldap_server_require_strong_auth require_strong_auth;
 
        struct {
                int initial_timeout;