コード例 #1
0
  def handle(self, **options):
    server = options['server']

    connection = ldap_access.get_connection_from_server(server)

    sync_ldap_users_and_groups(connection)
コード例 #2
0
 def handle_noargs(self, **options):
   sync_ldap_users_and_groups()
コード例 #3
0
    def handle(self, **options):
        server = options['server']

        connection = ldap_access.get_connection_from_server(server)

        sync_ldap_users_and_groups(connection)
コード例 #4
0
ファイル: sync_ldap_users_and_groups.py プロジェクト: ymc/hue
 def handle_noargs(self, **options):
     sync_ldap_users_and_groups()