summaryrefslogtreecommitdiffstats
path: root/src/ldapmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ldapmgr.h')
-rw-r--r--src/ldapmgr.h2
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);