freeipa/install/static/test/data/user_disable.json
Adam Young 3c9fc345c1 Disable Enable user
UI updated to use the enable and disable methods, and to correctly report them
Implementation has a few shortcomings:
1.  Status is displayed in Browser alert dialog, not JQueryUI themed
2.  Upon completion of RPC, navigate back to the Search page.

Still, this is much less broken than before.

With whitespace cleanup,
using toLowerCase for testing true
and removde dual declaration of variables
2010-11-08 20:54:50 -05:00

9 lines
162 B
JSON

{
"error": null,
"id": 6,
"result": {
"result": true,
"summary": "Disabled user account \"rfrank\"",
"value": "rfrank"
}
}