From df6bd6ab5acf6d6178f6dd726b9c5927ae7cf047 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Tue, 8 Nov 2011 15:18:31 -0600 Subject: Updated sample data. New sample data files have been added for search facet paging. Unused files have been removed. The names used in the files have been updated for consistency. Ticket #981 --- install/ui/test/data/group_find.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'install/ui/test/data/group_find.json') diff --git a/install/ui/test/data/group_find.json b/install/ui/test/data/group_find.json index 338622948..fe40e254a 100644 --- a/install/ui/test/data/group_find.json +++ b/install/ui/test/data/group_find.json @@ -11,7 +11,7 @@ "description": [ "Account administrators group" ], - "dn": "cn=admins,cn=groups,cn=accounts,dc=ipa14,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com", + "dn": "cn=admins,cn=groups,cn=accounts,dc=dev,dc=example,dc=com", "gidnumber": [ "1420800000" ], @@ -26,7 +26,7 @@ "description": [ "Default group for all users" ], - "dn": "cn=ipausers,cn=groups,cn=accounts,dc=ipa14,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com", + "dn": "cn=ipausers,cn=groups,cn=accounts,dc=dev,dc=example,dc=com", "gidnumber": [ "1420800001" ], @@ -46,7 +46,7 @@ "description": [ "Limited admins who can edit other users" ], - "dn": "cn=editors,cn=groups,cn=accounts,dc=ipa14,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com", + "dn": "cn=editors,cn=groups,cn=accounts,dc=dev,dc=example,dc=com", "gidnumber": [ "1420800002" ] @@ -58,7 +58,7 @@ "description": [ "Monsters on Sesame Street" ], - "dn": "cn=monsters,cn=groups,cn=accounts,dc=ipa14,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com", + "dn": "cn=monsters,cn=groups,cn=accounts,dc=dev,dc=example,dc=com", "gidnumber": [ "1420800009" ] @@ -70,7 +70,7 @@ "description": [ "Muppets moonlighting for CTW" ], - "dn": "cn=muppets,cn=groups,cn=accounts,dc=ipa14,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com", + "dn": "cn=muppets,cn=groups,cn=accounts,dc=dev,dc=example,dc=com", "gidnumber": [ "1420800010" ] -- cgit