Add ALLOW_MSVCHAPV2 flag to mschap/libwbclient
[freeradius.git] / src / modules / rlm_mschap / rlm_mschap.h
index 1ce1ad4..d801e79 100644 (file)
@@ -39,6 +39,7 @@ typedef struct rlm_mschap_t {
        vp_tmpl_t               *wb_username;
        vp_tmpl_t               *wb_domain;
        fr_connection_pool_t    *wb_pool;
+       bool                    winbind_allow_mschapv2;
 #ifdef __APPLE__
        bool                    open_directory;
 #endif