methods.txt
The methods.txt file is an essential file which defines the supported enhanced authentication methods.
By default, methods.txt lists the two supported methods:
- vopie: one-time password authentication. The vopie method authenticates user name, host names, and group/domain names.
- noauth authentication: The noauth method exchanges user name, host names, and group/domain names, but makes no attempt to verify that the information is correct.
Each method is listed on a separate line in the file, and shows the method number, method name, and the path to a shared library:Entries in methods.txt File
| Platform
|
Line in methods.txt
|
UNIX (except HP-UX)
|
128 vopie /usr/openv/lib/libvopie.so
0 noauth /usr/openv/lib/libvnoauth.so
|
UNIX (HP-UX only)
|
128 vopie /usr/openv/lib/libvopie.sl
0 noauth /usr/openv/lib/libvnoauth.sl
|
Windows
|
128 vopie install_path\NetBackup\lib\libvopie.dll
0 noauth install_path\NetBackup\lib\libvnoauth.dll
|
The order in which the methods are listed in the file is important: The method listed first indicates that it is preferred to the second method.
Syntax rules for methods.txt
- Empty lines are ignored
- The # character and all following characters on a line are ignored.
|