summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/user_add.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/data/user_add.json')
-rw-r--r--install/ui/test/data/user_add.json49
1 files changed, 49 insertions, 0 deletions
diff --git a/install/ui/test/data/user_add.json b/install/ui/test/data/user_add.json
new file mode 100644
index 000000000..e6a98b5c2
--- /dev/null
+++ b/install/ui/test/data/user_add.json
@@ -0,0 +1,49 @@
+{
+ "error": null,
+ "id": 10,
+ "result": {
+ "result": {
+ "dn": "uid=snuffy,cn=users,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
+ "gecos": [
+ "snuffy"
+ ],
+ "givenname": [
+ "Aloysius"
+ ],
+ "homedirectory": [
+ "/home/snuffy"
+ ],
+ "ipauniqueid": [
+ "a4ce7d19-b439-11df-a9ae-525400674dcd"
+ ],
+ "krbprincipalname": [
+ "snuffy@AYOUNG.BOSTON.DEVEL.REDHAT.COM"
+ ],
+ "loginshell": [
+ "/bin/sh"
+ ],
+ "objectclass": [
+ "top",
+ "person",
+ "organizationalperson",
+ "inetorgperson",
+ "inetuser",
+ "posixaccount",
+ "krbprincipalaux",
+ "krbticketpolicyaux",
+ "ipaobject"
+ ],
+ "sn": [
+ "Snuffleupagus"
+ ],
+ "uid": [
+ "snuffy"
+ ],
+ "uidnumber": [
+ "1869788865"
+ ]
+ },
+ "summary": "Added user \"snuffy\"",
+ "value": "snuffy"
+ }
+}