1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-18 08:15:14 +00:00

These ldap users are listed by seaf fuse only if they've been imported.

This commit is contained in:
ly1217
2019-12-22 17:55:47 -08:00
parent 40bcacddf8
commit f1ee13b0e1

View File

@@ -71,7 +71,7 @@ static int readdir_root(SeafileSession *seaf,
}
g_list_free (users);
users = get_users_from_ccnet (client, "LDAP");
users = get_users_from_ccnet (client, "LDAPImport");
for (p = users; p; p = p->next) {
user = p->data;
email = ccnet_email_user_get_email (user);