Exemplo n.º 1
0
def groups(username, *args, **kwargs):
    '''
    Retrieve groups for a given user for this auth provider

    Uses system groups
    '''
    return get_group_list(username)
Exemplo n.º 2
0
def groups(username, *args, **kwargs):
    '''
    Retreive groups for a given user for this auth provider

    Uses system groups
    '''
    return get_group_list(username)
Exemplo n.º 3
0
def groups(username, *args, **kwargs):
    return get_group_list(username)
Exemplo n.º 4
0
def groups(username, *args, **kwargs):
    return get_group_list(username)