diff options
author | Timothy Pearson <[email protected]> | 2015-09-01 19:26:00 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2015-09-01 19:26:00 -0500 |
commit | f4141d45b69e068fb8ed23d325402790b98a1ca6 (patch) | |
tree | a62eeffc0d463212ab58067f4eebaba3b9776fb2 /src/ldapmgr.h | |
parent | 1ad8bf94dfd2f4d3a5d7ed89eae309d1f6bc8d06 (diff) | |
download | kcmldapmanager-f4141d45b69e068fb8ed23d325402790b98a1ca6.tar.gz kcmldapmanager-f4141d45b69e068fb8ed23d325402790b98a1ca6.zip |
Add ability to generate user PKI keys and certificates
Diffstat (limited to 'src/ldapmgr.h')
-rw-r--r-- | src/ldapmgr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ldapmgr.h b/src/ldapmgr.h index 48fe954..a366f6e 100644 --- a/src/ldapmgr.h +++ b/src/ldapmgr.h @@ -110,6 +110,8 @@ class LDAPConfig: public TDECModule LDAPGroupInfoList m_groupInfoList; LDAPMachineInfoList m_machineInfoList; LDAPServiceInfoList m_serviceInfoList; + + friend class UserConfigDialog; }; #endif |