diff options
author | Timothy Pearson <[email protected]> | 2012-06-02 17:03:40 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-06-02 17:03:40 -0500 |
commit | bd05fcffd6b8bbc21ceb8511e971135e539fdc7a (patch) | |
tree | de1704c14c1165f6b9b627b8269a943acade97f8 /src/ldapcontroller.h | |
parent | 8daa9e9e96c6b088bfe8ed1a69947238c7d6e62e (diff) | |
download | kcmldapcontroller-bd05fcffd6b8bbc21ceb8511e971135e539fdc7a.tar.gz kcmldapcontroller-bd05fcffd6b8bbc21ceb8511e971135e539fdc7a.zip |
LDAP and Kerberos now partially work together
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; |