Nov.DS.Account.SetPassword
Top  Previous  Next


Sets NetWare user account password (sets universal password if universal passwords are enabled)

Tip: use Nov.LDAP.SetSimplePassword to set simple passwords.

Requirements
·NetWare client on the local machine, log on as admin  
·Novell controls  

Category
Novell

Script section
[Batch], inside Data.Loop..EndLoop statement

Nov.DS.Account.SetPassword
NDSAccountPath, Password

NDSAccountPath
Full NDS path to account  

Password
New password  

Example
Set password for account in ELM\MyOrg\MyOu, read account name from column 2 in [data] section, password from column 3

Nov.DS.Account.SetPassword ELM\MyOrg\MyOu\%col2%,%col3%

Full example
Change NetWare and GroupWise passwords