registers Windows user passwords in LSF
Registers Windows user passwords in LSF. Passwords must be between 3 and 23 characters long.
All users can create and verify passwords; only the LSF administrator and root can delete passwords.
Users must update the password maintained by LSF if they change their Windows user account password.
Passwords are Windows user account passwords and are saved in the LSF database. LSF uses the passwords to start jobs on behalf of the user. Passwords are stored in encrypted format and the password database is protected by file access permissions. Passwords remain encrypted as they travel through the network.
From UNIX platforms the option -u DOMAIN_NAME\user_name must be entered in double quotes "DOMAIN_NAME\user_name" or with a double backslash DOMAIN_NAME\\user_name to avoid reading "\" as an escape character.
The -p option allows scripts to use lspasswd. You should not use this option directly on the command line because the password is entered in full view on the command line. Only error messages are displayed when using the -p option.
Only specify -t (identifying a Windows server host type) if you are both running lspasswd from a UNIX host and you have defined customized Windows host types other than the defaults. The specified host type can be any existing Windows server host type, it does not have to be the execution host type.
The -t option is not needed and ignored if run from a Windows host.