diff options
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 eed2b3e..8c7e594 100644 --- a/src/ldapmgr.h +++ b/src/ldapmgr.h @@ -64,6 +64,8 @@ class LDAPConfig: public KCModule void updateAllInformation(); public: + LDAPUserInfo findUserInfoByName(TQString name); + LDAPGroupInfo findGroupInfoByName(TQString name); LDAPUserInfo findUserInfoByNameAndUID(TQString name, TQString uid); LDAPGroupInfo findGroupInfoByNameAndGID(TQString name, TQString gid); LDAPGroupInfo findGroupInfoByGID(TQString gid); |