TREE command problems
I have two netware servers setup that connect through a VPN (gigabit of bandwidth between sites). The users from Server1 are setup to use the TREE command to authenticate to Server2 as well. I have a single user that is having problems. He authenticates to Server1 and another Novell login window pop's up and he has to authenticate to Server2.
He is using the Novell Vista Client 2
Here is the login script we are using:
NO_DEFAULT
WRITE "Welcome this %GREETING_TIME %FULL_NAME"
WRITE "Logged In: %HOUR:%MINUTE %AM_PM, %DAY_OF_WEEK %MONTH_NAME %DAY, %YEAR"
map display off
map h:=%home_directory
If member of ".cn=Conference-Group.o=staff.o=SERVER1" then
Tree SERVER2_TREE/.%"CN".Administrative.server2
map m:=SERVER2\vol1:\share\conference
Tree SERVER1_tree
end
IF MEMBER OF ".CN=Beltline.O=staff.O=SERVER1" THEN
Tree SERVER2_tree/.%"CN".Administrative.SERVER2
MAP J:=%home_directory
MAP R:=SERVER2\VOL1:\Share\administrativeshare
Tree SERVER1_tree
end
If member of ".CN=WebShare-Group.O=staff.O=SERVER1" Then
Tree SERVER2_tree/.%"CN".Administrative.SERVER2
MAP W:=SERVER2\VOL1:\share\webshare
Tree SERVER1_Tree
end
If member of ".CN=Financial-Group.O=staff.O=SERVER1" Then
MAP X:=SERVER1\dos_1:\share\FinanceShare
end
map p:=SERVER1/dos_1:\
map s:=SERVER1/dos_1:\share\administrativeshare
map t:=SERVER1/dos_1:\scratch
include .SERVER1
He is a member of Beltline.Staff and Security-Group.Staff
|