cleanup
[mech_eap.orig] / util_radius.h
index 3265fa8..fff01b4 100644 (file)
@@ -71,12 +71,18 @@ public:
                       gss_buffer_t display_value,
                       int *more) const;
 
+    bool authenticated() const { return m_authenticated; }
+
     static bool init();
     static void finalize();
 
     static gss_eap_attr_provider *createAttrContext(void);
 
 private:
+    bool m_authenticated;
 };
 
+/* For now */
+#define PW_SAML_ASSERTION           1936
+
 #endif /* _UTIL_RADIUS_H_ */