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 85fc334..0531158 100644 --- a/src/ldapcontroller.h +++ b/src/ldapcontroller.h @@ -88,6 +88,7 @@ class LDAPController: public KCModule private: int controlHeimdalServer(sc_command command); int controlLDAPServer(sc_command command, uid_t userid=-1, gid_t groupid=-1); + int initializeNewKerberosRealm(TQString realmName, TQString *errstr); private: KAboutData *myAboutData; |