From f4141d45b69e068fb8ed23d325402790b98a1ca6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 1 Sep 2015 19:26:00 -0500 Subject: Add ability to generate user PKI keys and certificates --- src/userconfigdlg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/userconfigdlg.h') diff --git a/src/userconfigdlg.h b/src/userconfigdlg.h index de5be1c..cb71b44 100644 --- a/src/userconfigdlg.h +++ b/src/userconfigdlg.h @@ -39,6 +39,7 @@ public: public slots: void slotOk(); void processLockouts(); + void createPKICertificate(); public: LDAPUserConfigBase *m_base; -- cgit v1.2.1