mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-01 07:26:37 +00:00
Fix a typo in search_ldapusers().
This commit is contained in:
@@ -812,7 +812,7 @@ class CcnetAPI(object):
|
||||
"""
|
||||
Search for users whose name contains @keyword directly from LDAP server.
|
||||
"""
|
||||
return ccnet_threaded_rpc.search_ladpusers(keyword, start, limit)
|
||||
return ccnet_threaded_rpc.search_ldapusers(keyword, start, limit)
|
||||
|
||||
def count_emailusers(self, source):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user