Files
freeipa/install/static/sampledata/user_add.json
Adam Young dde1577270 associations
-Refactored the associations code into a set of objects that are configured by the entities
    -Added support for associations that can be done in a single rpc
    -hostgroup to host and group to user associations working

    -Restructed sampledata so that the file is matched automatically by the RPC method name
    -The new ipa_cmd/sampledata scheme insists on there being sample data for any commands or the ipa_command fails.
    -Added sampledata files for all the calls we make
    -renamed several of the sampledata files to match their rpc calls

    -Started a pattern of refactoring where all the  forms for the entity fall under a single object
2010-09-07 10:08:19 -04:00

50 lines
1.3 KiB
JSON

{
"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",
"radiusprofile",
"ipaobject"
],
"sn": [
"Snuffleupagus"
],
"uid": [
"snuffy"
],
"uidnumber": [
"1869788865"
]
},
"summary": "Added user \"snuffy\"",
"value": "snuffy"
}
}