mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-02 16:04:26 +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.
|
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):
|
def count_emailusers(self, source):
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user