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