mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-30 10:47:08 -06:00
199d6815d4
New UI for automember. Implemented: * search facet core * rule details facet * attribute_table_widget - new base class for tables which contains multivalued attribute with special add/remove commands * adding/removing conditions in details facet TODO: * label translations * UI for defining default rules https://fedorahosted.org/freeipa/ticket/2195
31 lines
816 B
JSON
31 lines
816 B
JSON
{
|
|
"error": null,
|
|
"id": null,
|
|
"result": {
|
|
"result": {
|
|
"automemberexclusiveregex": [
|
|
"cn=^user5",
|
|
"cn=^user6"
|
|
],
|
|
"automemberinclusiveregex": [
|
|
"cn=^user[0-9]+"
|
|
],
|
|
"automembertargetgroup": [
|
|
"cn=foogroup,cn=groups,cn=accounts,dc=dev,dc=example,dc=com"
|
|
],
|
|
"cn": [
|
|
"foogroup"
|
|
],
|
|
"description": [
|
|
"userrule description"
|
|
],
|
|
"dn": "cn=foogroup,cn=group,cn=automember,cn=etc,dc=dev,dc=example,dc=com",
|
|
"objectclass": [
|
|
"top",
|
|
"automemberregexrule"
|
|
]
|
|
},
|
|
"summary": null,
|
|
"value": "foogroup"
|
|
}
|
|
} |