Skip to main content

Creating or modifying network login scripts

Retrieving new ID files from a web server

Users can automatically receive new ID files from the Bravura Pass web server by adding the urlget command to their network login scripts, as follows:

\\ mercury\public\urlget -user -url http://mercury/idfiles/-file c:\notes\data%u.id

Retrieving new ID files from a home directory

The nidcopy command can be used to synchronize a user’s ID file on his PC with his ID file on a network home directory. If one of the files changes (for example, due to a local or Bravura Pass password change), the other can be automatically updated. The nidcopy command is normally invoked from the user’s network login script, as follows:

rem The following line maps the shared folder to the local workstation rem so that nidcopy can access that shared folder.

net use <drive letter> \\<server>\<shared folder> <user password> /user:<user>

rem The following command should be made as a single line:

\\<server>\<shared folder>\nidcopy -i 1 ’c:\Program Files\lotus\notes\’ -server 10.0.45.1 sharedIDfolder