1
0
mirror of https://github.com/haiwen/ccnet-server.git synced 2025-09-10 00:59:02 +00:00

get_emailusers_in_list() can get ldap users.

This commit is contained in:
cuihaikuo
2018-11-19 11:32:35 +08:00
parent 12ca01f0ff
commit 0de2e3b005
5 changed files with 40 additions and 12 deletions

View File

@@ -329,7 +329,7 @@ char *
ccnet_rpc_get_primary_id (const char *email, GError **error);
GList *
ccnet_rpc_get_emailusers_in_list(const char *user_list, GError **error);
ccnet_rpc_get_emailusers_in_list(const char *source, const char *user_list, GError **error);
#endif /* CCNET_SERVER */