예제 #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)
예제 #2
0
파일: pam.py 프로젝트: AccelerationNet/salt
def groups(username, *args, **kwargs):
    '''
    Retreive groups for a given user for this auth provider

    Uses system groups
    '''
    return get_group_list(username)
예제 #3
0
def groups(username, *args, **kwargs):
    return get_group_list(username)
예제 #4
0
파일: synology.py 프로젝트: Cbrdiv/spksrc
def groups(username, *args, **kwargs):
    return get_group_list(username)