
| WebLink Set/Get/Do Commands |
| 69 | |
|
| |||
| weblink.ip.conn[12].authentication.add |
|
| |
|
|
| ||
Commands | Details | |||
|
| |||
setvar | This command adds a single server/username/password triplet to the list of authentication |
| ||
| entries. |
Format:
•! U1 setvar "weblink.ip.conn1.authentication.add" "servername[ username][ password]"
•! U1 setvar "weblink.ip.conn2.authentication.add" "servername[ username][ password]"
Values: servername [username][ password] has a maximum length of string is 2048 characters
Default: NA
Example 1 • In this example, a username and a password is supplied:
!U1 setvar "weblink.ip.conn1.authentication.add" "my.server.lan johndoe password"
Example 2 • In this example, no password is supplied
!U1 setvar "weblink.ip.conn1.authentication.add" "my.server.lan johndoe"
Example 3 • In this example, no username is supplied (note the double space)
!U1 setvar "weblink.ip.conn1.authentication.add" "my.server.lan password"
Example 4 • In this example, no username or password is supplied
!U1 setvar "weblink.ip.conn1.authentication.add" "my.server.lan"
10/31/13 |