summaryrefslogtreecommitdiffstats
path: root/install/static/sampledata/grouplist.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/sampledata/grouplist.json')
-rw-r--r--install/static/sampledata/grouplist.json75
1 files changed, 0 insertions, 75 deletions
diff --git a/install/static/sampledata/grouplist.json b/install/static/sampledata/grouplist.json
deleted file mode 100644
index 01c7d4ddd..000000000
--- a/install/static/sampledata/grouplist.json
+++ /dev/null
@@ -1,75 +0,0 @@
-{
- "error": null,
- "id": 0,
- "result": {
- "count": 5,
- "result": [
- {
- "cn": [
- "admins"
- ],
- "description": [
- "Account administrators group"
- ],
- "dn": "cn=admins,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
- "gidnumber": [
- "1948497956"
- ],
- "member_user": [
- "admin"
- ]
- },
- {
- "cn": [
- "ipausers"
- ],
- "description": [
- "Default group for all users"
- ],
- "dn": "cn=ipausers,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
- "gidnumber": [
- "1948497957"
- ],
- "member_user": [
- "kfrog",
- "moi"
- ]
- },
- {
- "cn": [
- "editors"
- ],
- "description": [
- "Limited admins who can edit other users"
- ],
- "dn": "cn=editors,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
- "gidnumber": [
- "1948497958"
- ]
- },
- {
- "cn": [
- "deleteme"
- ],
- "description": [
- "This is a group that should go away."
- ],
- "dn": "cn=deleteme,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com"
- },
- {
- "cn": [
- "testgroup"
- ],
- "description": [
- "Detlete this if you see it"
- ],
- "dn": "cn=testgroup,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
- "gidnumber": [
- "1948497959"
- ]
- }
- ],
- "summary": "5 groups matched",
- "truncated": false
- }
-} \ No newline at end of file