Use ATTACH to connect to a NetWare 2 or NetWare 3 server or to a NetWare 4 server using bindery services while the login script is running.
ATTACH has the following command format:
ATTACH [server[/username[;password]]]
Replace server with the name of the NetWare server to which you want to attach.
Replace username with the login name. If you do not include the username, the user is prompted for a login name when the ATTACH command is executed from the login script.
You can replace password with the correct password for that user and server. If the username and password are the same as the primary login username and password, you can omit the password and not be prompted for it.
Use caution when including passwords in a login script, however. It is more secure to eliminate the password. Then, at the point in the login script where the ATTACH command is executed, the user is prompted for the password.
To attach user MRICHARD (whose password is ``GOLFING'')
to a server named REPORTS (which is a
bindery-based server running NetWare 3), add the following
line to the login script:
ATTACH REPORTS/MRICHARD;GOLFING