API Guide
Table 64. Parameters for idrac.user_mgr.Users.new
Parameter Name Type Allowed Values
Enable_Users
ENUM
Enable_UsersTypes.Enabled
Enable_UserTypes.Disabled
Description Allows you to enable a user.
Table 65. Parameters for idrac.user_mgr.Users.new
Parameter Name Type Allowed Values
SolEnable_Users
ENUM
SolEnable_UsersTypes.Enabled
SolEnable_UsersTypes.Disabled
Description Allows you to enable a SOL user.
Table 66. Parameters for idrac.user_mgr.Users.new
Parameter Name Type Allowed Values
ProtocolEnable_Users
ENUM
ProtocolEnable_UserTypes.Enabled
ProtocolEnable_UsersTypes.Disabled
Description Allows you to enable a protocol for a user.
Table 67. Parameters for idrac.user_mgr.Users.new
Parameter Name Type Allowed Values
AuthenticationProtocol_
Users
ENUM
AuthenticationProtocol_UsersTypes.SHA
AuthenticationProtocol_UsersTypes.MD5
AuthenticationProtocol_UsersTypes.T_None
Description Allows you to set the authentication protocol.
Table 68. Parameters for idrac.user_mgr.Users.new
Parameter Name Type Allowed Values
PrivacyProtocol_Users
ENUM
PrivacyProtocol_UsersTypes.AES
PrivacyProtocol_UsersTypes.DES
PrivacyProtocol_UsersTypes.T_None
Description Allows you to set the privacy protocol for a user.
Example:
#Set liason share
myshare = FileOnShare(remote="<IP OR HOSTNAME>:/<NFS-SHARE-PATH>/<FILE-NAME>",
mount_point='Z:\', isFolder=False,
creds=UserCredentials(<USERNAME>, <PASSWORD>))
liason_share_status = idrac.config_mgr.set_liason_share(myshare)
28
OpenManage Python SDK API introduction