|
    GroupByID:
        "11111": '{"Name":"group1","GID":11111}'
        "22222": '{"Name":"group2","GID":22222}'
        "33333": '{"Name":"group3","GID":33333}'
        "99999": '{"Name":"commongroup","GID":99999}'
    GroupByName:
        commongroup: '{"Name":"commongroup","GID":99999}'
        group1: '{"Name":"group1","GID":11111}'
        group2: '{"Name":"group2","GID":22222}'
        group3: '{"Name":"group3","GID":33333}'
    GroupToUsers:
        "11111": '{"GID":11111,"UIDs":[1111]}'
        "22222": '{"GID":22222,"UIDs":[2222]}'
        "33333": '{"GID":33333,"UIDs":[3333]}'
        "99999": '{"GID":99999,"UIDs":[2222,3333]}'
    UserByID:
        "1111": '{"Name":"user1","UID":1111,"GID":11111,"Gecos":"User1 gecos\nOn multiple lines","Dir":"/home/user1","Shell":"/bin/bash","LastPwdChange":-1,"MaxPwdAge":-1,"PwdWarnPeriod":-1,"PwdInactivity":-1,"MinPwdAge":-1,"ExpirationDate":-1,"LastLogin":"AAAAATIME"}'
        "2222": '{"Name":"user2","UID":2222,"GID":22222,"Gecos":"User2","Dir":"/home/user2","Shell":"/bin/dash","LastPwdChange":-1,"MaxPwdAge":-1,"PwdWarnPeriod":-1,"PwdInactivity":-1,"MinPwdAge":-1,"ExpirationDate":-1,"LastLogin":"BBBBBTIME"}'
        "3333": '{"Name":"user3","UID":3333,"GID":33333,"Gecos":"User3","Dir":"/home/user3","Shell":"/bin/zsh","LastPwdChange":-1,"MaxPwdAge":-1,"PwdWarnPeriod":-1,"PwdInactivity":-1,"MinPwdAge":-1,"ExpirationDate":-1,"LastLogin":"ABCDETIME"}'
    UserByName:
        user1: '{"Name":"user1","UID":1111,"GID":11111,"Gecos":"User1 gecos\nOn multiple lines","Dir":"/home/user1","Shell":"/bin/bash","LastPwdChange":-1,"MaxPwdAge":-1,"PwdWarnPeriod":-1,"PwdInactivity":-1,"MinPwdAge":-1,"ExpirationDate":-1,"LastLogin":"AAAAATIME"}'
        user2: '{"Name":"user2","UID":2222,"GID":22222,"Gecos":"User2","Dir":"/home/user2","Shell":"/bin/dash","LastPwdChange":-1,"MaxPwdAge":-1,"PwdWarnPeriod":-1,"PwdInactivity":-1,"MinPwdAge":-1,"ExpirationDate":-1,"LastLogin":"BBBBBTIME"}'
        user3: '{"Name":"user3","UID":3333,"GID":33333,"Gecos":"User3","Dir":"/home/user3","Shell":"/bin/zsh","LastPwdChange":-1,"MaxPwdAge":-1,"PwdWarnPeriod":-1,"PwdInactivity":-1,"MinPwdAge":-1,"ExpirationDate":-1,"LastLogin":"ABCDETIME"}'
    UserToBroker:
        "1111": '"ExampleBrokerID"'
    UserToGroups:
        "1111": '{"UID":1111,"GIDs":[11111]}'
        "2222": '{"UID":2222,"GIDs":[22222,99999]}'
        "3333": '{"UID":3333,"GIDs":[33333,99999]}'
