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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user