Common Content for Data Engineering
- Common Content for Data Engineering 10.4.0
- All Products
unregisterplugin -v <vendor_id> -l <plug-in_id> [-s (is security module) [-g (remove user-name-login mapping)] {-w <new_password> | -W <new_password_environment_variable>}]
Option
| Argument
| Description
|
---|---|---|
-v
| vendor_id
| Required. Identifies the security plug-in by vendor identification number. You define this number when you register the plug-in.
|
-l
| plug-in_id
| Required. Identifies the plug-in by identification number. You define this identification number when you register the plug-in.
|
-s
| -
| Optional. Indicates whether the module is an external security module.
|
-g
| -
| Optional. Applicable when registering an external security module.
Removes the association between user names and login names in the repository when you unregister an external security module. If you omit this option, you retain the association in the repository, but the Repository Manager does not display it anywhere.
Use this option when you are unregistering a security module.
|
-w
| new_password
| Required when the plug-in contains a security module.
Required if you do not use the -W option. You must use the -w or -W option, but not both.
Specifies a new password for the user running the UnregisterPlugin command. When you unregister an external authentication module, all user passwords reset to the values in the repository. You must enter a new password to access the repository.
|
-W
| new_password_environment_
variable
| Required when the plug-in contains a security module.
Required if you do not use the -w option. You must use the -w or -W option, but not both.
Specifies a new password environment variable for the user running the unregister command. When you unregister an external authentication module, all user passwords reset to the values in the repository. You must enter a new password to access the repository.
|