mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 07:04:37 +02:00
Merge pull request #8321 from Icinga/bugfix/cant-create-api-user-w-password-8164
Allow to create API User w/ password
This commit is contained in:
commit
81ed8d5629
@ -11,7 +11,7 @@ namespace icinga
|
|||||||
class ApiUser : ConfigObject
|
class ApiUser : ConfigObject
|
||||||
{
|
{
|
||||||
/* No show config */
|
/* No show config */
|
||||||
[no_user_view, no_user_modify] String password;
|
[config, no_user_view] String password;
|
||||||
[deprecated, config, no_user_view] String password_hash;
|
[deprecated, config, no_user_view] String password_hash;
|
||||||
[config] String client_cn (ClientCN);
|
[config] String client_cn (ClientCN);
|
||||||
[config] array(Value) permissions;
|
[config] array(Value) permissions;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user