Re: The Novell Netware login
Re: The Novell Netware login
- Subject: Re: The Novell Netware login
- From: Ryan Stark <email@hidden>
- Date: Thu, 8 Feb 2001 15:19:11 -0800 (PST)
I use the "NDS Osax" to login to the novel client, although I've found the
client (well really the MacIPX) to be very flaky which will stop the
login process. You can get the scripting addition from:
http://www.lextech.com/egb/ndsosax.html
Beacuse it tends to be flaky I keep it in a try block, ie.
try
NDS_Osax_DefaultTree NDSTree "SDSU"
NDS_Osax_Login NDSUsername "MAC1602"
NDSPassword "" NDSContext "LL-224.SCL.ADC.Lib.AA"
on error
Dispaly dialog "Could not login." giving up after 30
end try
Hope that helps,
Ryan
On Thu, 8 Feb 2001, Kirk wrote:
>
Hello,
>
>
I was wondering if anybody out there had figured out a way to get the
>
Novell Client for the Mac (v 5.12)to automatically log in. If anyone
>
has a script for doing this, please let me know.
>
>
Thank you,
>
Kirk Frankovich
>
_______________________________________________
>
applescript-users mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/applescript-users