Exemplo n.º 1
0
 def count_inactive_emailusers(self, source):
     """
     Return the number of inactive users by source.
     source: 'DB' for local db users; 'LDAP' for imported LDAP users.
     """
     return ccnet_threaded_rpc.count_inactive_emailusers(source)
Exemplo n.º 2
0
 def count_inactive_emailusers(self, source):
     """
     Return the number of inactive users by source.
     source: 'DB' for local db users; 'LDAP' for imported LDAP users.
     """
     return ccnet_threaded_rpc.count_inactive_emailusers(source)