White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
23 
 </wsman:SelectorSet> 
 </wsa:ReferenceParameters> 
 </n1:Job> 
 <n1:ReturnValue>4096</n1:ReturnValue> 
</n1:ApplyAttributes_OUTPUT> 
The following error may result if the password has not initially been set to a value. The password may 
be set an initail value at the same time as the account is enabled by adding the Users.4#Password 
attribute name and corresponding attribute value, as shown above. 
<n1:ApplyAttributes_OUTPUT> 
 <n1:Message>The User Password is not configured so cannot Enable the User or set values for 
User Password IPMILan IPMISerial or User Admin Privilege</n1:Message> 
 <n1:MessageArguments>NULL</n1:MessageArguments> 
 <n1:MessageID>RAC023</n1:MessageID> 
 <n1:ReturnValue>2</n1:ReturnValue> 
</n1:ApplyAttributes_OUTPUT> 
5.3.4  Modify User Privilege (using iDRAC Attributes) 
When the account setting capability allows, the user privileges may be enabled or disabled by invoking 
the method ApplyAttributes() method on the Enable property. Confirmation of the change can be 
obtained by enumerating the DCIM_iDRACCardString class(Section 19.6). 
EXAMPLE: 
wsman invoke -a ApplyAttributes "http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_ 
iDRACCardService 
?SystemCreationClassName=DCIM_ComputerSystem, 
CreationClassName=DCIM_iDRACCardService,SystemName=DCIM:ComputerSystem,Name=DCIM:iDRACC
ardService"  
-h $IPADDRESS -V -v -c dummy.cert -P 443  
-u $USERNAME -p $PASSWORD -j utf-8 -y basic 
-J DracCard_PrivilegeChange.xml 
The input file, DracCard_ PrivilegeChange.xml, is shown below: 
<p:ApplyAttributes_INPUT xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_iDRACCardService"> 
 <p:Target>iDRAC.Embedded.1</p:Target>  
 <p:AttributeName>Users.4#IpmiLanPrivilege</p:AttributeName>  
 <p:AttributeValue>Operator</p:AttributeValue> 
 </p:ApplyAttributes_INPUT> 
OUTPUT: 
When this method is executed, a jobid or an error message is returned.  
<n1:ApplyAttributes_OUTPUT> 
 <n1:Job> 










