diff options
Diffstat (limited to 'src/ldapcontroller.h')
-rw-r--r-- | src/ldapcontroller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ldapcontroller.h b/src/ldapcontroller.h index 1fad5f8..cdf999f 100644 --- a/src/ldapcontroller.h +++ b/src/ldapcontroller.h @@ -69,6 +69,7 @@ class LDAPController: public KCModule void processLockouts(); private: + int controlKAdminDaemon(sc_command command); int controlSASLServer(sc_command command); int controlHeimdalServer(sc_command command, uid_t userid=-1, gid_t groupid=-1); int controlLDAPServer(sc_command command, uid_t userid=-1, gid_t groupid=-1); |