1
0
mirror of https://github.com/haiwen/ccnet-server.git synced 2025-09-04 22:30:36 +00:00

Add rpc for searching group by name

This commit is contained in:
cuihaikuo
2017-01-17 15:15:52 +08:00
parent 0f8c81a81d
commit c1f9dcd7fe
5 changed files with 90 additions and 0 deletions

View File

@@ -114,6 +114,11 @@ ccnet_rpc_search_emailusers (const char *source,
const char *email_patt,
int start, int limit,
GError **error);
GList*
ccnet_rpc_search_groups (const char *group_patt,
int start, int limit,
GError **error);
GList*
ccnet_rpc_search_ldapusers (const char *keyword,