コード例 #1
0
ファイル: api.py プロジェクト: jason88888/seafile-server
 def get_emailuser_with_import(self, email):
     """
     The same as get_emailuser() but import the user from LDAP if it was not
     imported yet.
     """
     return ccnet_threaded_rpc.get_emailuser_with_import(email)
コード例 #2
0
ファイル: api.py プロジェクト: airbai/seafile
 def get_emailuser_with_import(self, email):
     """
     The same as get_emailuser() but import the user from LDAP if it was not
     imported yet.
     """
     return ccnet_threaded_rpc.get_emailuser_with_import(email)