enable_root_user option added to service_params list
enable_root_user option added to service_params list
This commit is contained in:
parent
7a5efb4e11
commit
93fc31d9d9
@ -27,6 +27,7 @@
|
||||
* 08/07/13 Mark Riddoch Addition on monitor module support
|
||||
* 23/07/13 Mark Riddoch Addition on default monitor password
|
||||
* 06/02/14 Massimiliano Pinto Added support for enable/disable root user in services
|
||||
* 14/02/14 Massimiliano Pinto Added enable_root_user in the service_params list
|
||||
*
|
||||
* @endverbatim
|
||||
*/
|
||||
@ -812,6 +813,7 @@ static char *service_params[] =
|
||||
"servers",
|
||||
"user",
|
||||
"passwd",
|
||||
"enable_root_user",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user