{
  "count": 8,
  "entries": [
    {
      "dn": "dc=example,dc=com",
      "attributes": {
        "objectClass": [
          "top",
          "domain"
        ],
        "dc": [
          "example"
        ]
      }
    },
    {
      "dn": "ou=people,dc=example,dc=com",
      "attributes": {
        "objectClass": [
          "top",
          "organizationalUnit"
        ],
        "ou": [
          "people"
        ]
      }
    },
    {
      "dn": "ou=groups,dc=example,dc=com",
      "attributes": {
        "objectClass": [
          "top",
          "organizationalUnit"
        ],
        "ou": [
          "groups"
        ]
      }
    },
    {
      "dn": "uid=alice,ou=people,dc=example,dc=com",
      "attributes": {
        "objectClass": [
          "top",
          "person",
          "organizationalPerson",
          "inetOrgPerson"
        ],
        "uid": [
          "alice"
        ],
        "cn": [
          "Alice Zhang"
        ],
        "sn": [
          "Zhang"
        ],
        "givenName": [
          "Alice"
        ],
        "mail": [
          "alice@example.com"
        ],
        "title": [
          "Engineer"
        ],
        "departmentNumber": [
          "eng"
        ],
        "telephoneNumber": [
          "+86-10-1000-0001"
        ],
        "employeeType": [
          "fulltime"
        ]
      }
    },
    {
      "dn": "uid=bob,ou=people,dc=example,dc=com",
      "attributes": {
        "objectClass": [
          "top",
          "person",
          "organizationalPerson",
          "inetOrgPerson"
        ],
        "uid": [
          "bob"
        ],
        "cn": [
          "Bob Li"
        ],
        "sn": [
          "Li"
        ],
        "givenName": [
          "Bob"
        ],
        "mail": [
          "bob@example.com"
        ],
        "title": [
          "Manager"
        ],
        "departmentNumber": [
          "eng"
        ],
        "telephoneNumber": [
          "+86-10-1000-0002"
        ],
        "employeeType": [
          "fulltime"
        ]
      }
    },
    {
      "dn": "uid=carol,ou=people,dc=example,dc=com",
      "attributes": {
        "objectClass": [
          "top",
          "person",
          "organizationalPerson",
          "inetOrgPerson"
        ],
        "uid": [
          "carol"
        ],
        "cn": [
          "Carol Wang"
        ],
        "sn": [
          "Wang"
        ],
        "givenName": [
          "Carol"
        ],
        "mail": [
          "carol@example.org"
        ],
        "title": [
          "Designer"
        ],
        "departmentNumber": [
          "design"
        ],
        "telephoneNumber": [
          "+86-10-1000-0003"
        ],
        "employeeType": [
          "contractor"
        ]
      }
    },
    {
      "dn": "cn=admins,ou=groups,dc=example,dc=com",
      "attributes": {
        "objectClass": [
          "top",
          "groupOfNames"
        ],
        "cn": [
          "admins"
        ],
        "member": [
          "uid=alice,ou=people,dc=example,dc=com"
        ]
      }
    },
    {
      "dn": "cn=developers,ou=groups,dc=example,dc=com",
      "attributes": {
        "objectClass": [
          "top",
          "groupOfNames"
        ],
        "cn": [
          "developers"
        ],
        "member": [
          "uid=alice,ou=people,dc=example,dc=com",
          "uid=bob,ou=people,dc=example,dc=com"
        ]
      }
    }
  ]
}