Files
freeipa/install/static/sampledata/user_show.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

72 lines
1.9 KiB
JSON

{
"error": null,
"id": 0,
"result": {
"result": {
"cn": [
"Kermit Frog"
],
"dn": "uid=kfrog,cn=users,cn=accounts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com",
"gecos": [
"kfrog"
],
"gidnumber": [
"1079249051"
],
"givenname": [
"Kermit"
],
"homedirectory": [
"/home/kfrog"
],
"ipauniqueid": [
"41bcf085-8baa-11df-8155-00163e26b89e"
],
"krbprincipalname": [
"kfrog@IDM.LAB.BOS.REDHAT.COM"
],
"loginshell": [
"/bin/sh"
],
"mail": [
"kfrog@redhat.com"
],
"memberof": [
"cn=ipausers,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
"cn=muppets,cn=groups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com"
],
"memberof_group": [
"ipausers",
"muppets"
],
"mepmanagedentry": [
"cn=kfrog,cn=groups,cn=accounts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com"
],
"objectclass": [
"top",
"person",
"organizationalperson",
"inetorgperson",
"inetuser",
"posixaccount",
"krbprincipalaux",
"krbticketpolicyaux",
"radiusprofile",
"ipaobject",
"mepOriginEntry"
],
"sn": [
"Frog"
],
"uid": [
"kfrog"
],
"uidnumber": [
"1079249051"
]
},
"summary": null,
"value": "kfrog"
}
}