The default login script executes the first time User object ADMIN logs in. It also executes for any users who do not have user login scripts.
You can't modify the default login script because it is coded into the Novell LOGIN utility. Instead, you can create container, profile, or user login scripts.
The following sample displays the contents of a default login script.
MAP DISPLAY OFF MAP ERRORS OFF MAP *1:=%FILE_SERVER\SYS: MAP *1:=%FILE_SERVER\SYS:%LOGIN_NAME IF "%LOGIN_NAME"="SUPERVIS" OR "%LOGIN_NAME"="ADMIN" THEN MAP *1:=%FILE_SERVER\SYS:SYSTEM MAP INS S1:=%FILE_SERVER\SYS:PUBLIC MAP INS S2:=%FILE_SERVER\SYS:PUBLIC\%MACHINE\%OS\%OS_VERSION MAP DISPLAY ON MAP
For more detailed information about each type of login script command, see Login Script Commands and Variables.