Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating a Novell Login Script for a user

Status
Not open for further replies.

prat61

MIS
Nov 30, 2000
1
US
Could some one help me Please. I need to create a login script for 2 users. They need to be mapped to certain areas of our Network. I am new at this and any help would be appreciated.

Thanks,
prat61
 
Try creating a profile with the appropriate login scripts you want for those users and then associate the users with the profile.
In the details of each user click the login script button and at the bottom of the window you can browse for the profile to use.

Hope that helps.
 
SAMPLE LOGIN SCRIPT
map r h:=%HOME DIRECTORY
map k:=\\server name\vol
map l:=\\server name\vol
map S16:=sys:public
SET TIME ON

First line maps H to root for users home directory
second maps to server and volume named on server
third same
last maps a drive to sys public
Once user is mapped to the drive, give rights in the group
or user area (Rights to Files and Directories) Read write etc.
Hope This Helps Good Luck
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top