diff options
author | Timothy Pearson <[email protected]> | 2012-06-06 13:47:24 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-06-06 13:47:24 -0500 |
commit | 16fb6be0dbb2bc1c318b4d287cb99c51239c80f4 (patch) | |
tree | 0b77a8b9f56000643cc03340c8fb2dbd1cca921a /src/ldappasswddlg.h | |
parent | c1419e3a4c17f30aa504d9277a7750ce0a6b6a5a (diff) | |
download | libtdeldap-16fb6be0dbb2bc1c318b4d287cb99c51239c80f4.tar.gz libtdeldap-16fb6be0dbb2bc1c318b4d287cb99c51239c80f4.zip |
Enable SASL authentication
Diffstat (limited to 'src/ldappasswddlg.h')
-rw-r--r-- | src/ldappasswddlg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ldappasswddlg.h b/src/ldappasswddlg.h index 2a653d6..c9ece35 100644 --- a/src/ldappasswddlg.h +++ b/src/ldappasswddlg.h @@ -35,9 +35,11 @@ public: public slots: void slotOk(); + void slotUser1(); public: LDAPLogin *m_base; + bool use_gssapi; }; #endif |