freeipa/install/ui/test/data/hbacsvc_find.json
Endi Sukma Dewata f56f8a34d3 Added instructions to generate CSR.
The certificate request dialog box has been modified to show
the OpenSSL commands for generating a CSR.

The realm and entry names in the test data have been fixed to
be more consistent.

Ticket #1012
2012-01-13 10:57:59 -06:00

102 lines
2.7 KiB
JSON

{
"error": null,
"id": 0,
"result": {
"count": 10,
"result": [
{
"cn": [
"sshd"
],
"description": [
"sshd"
],
"dn": "cn=sshd,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"ftp"
],
"description": [
"ftp"
],
"dn": "cn=ftp,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"su"
],
"description": [
"su"
],
"dn": "cn=su,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"login"
],
"description": [
"login"
],
"dn": "cn=login,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"su-l"
],
"description": [
"su with login shell"
],
"dn": "cn=su-l,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"sudo"
],
"description": [
"sudo"
],
"dn": "cn=sudo,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"sudo-i"
],
"description": [
"sudo-i"
],
"dn": "cn=sudo-i,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"gdm"
],
"description": [
"gdm"
],
"dn": "cn=gdm,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"gdm-password"
],
"description": [
"gdm-password"
],
"dn": "cn=gdm-password,cn=hbacservices,cn=hbac,dc=example,dc=com"
},
{
"cn": [
"kdm"
],
"description": [
"kdm"
],
"dn": "cn=kdm,cn=hbacservices,cn=hbac,dc=example,dc=com"
}
],
"summary": null,
"truncated": false
}
}