Results 1 to 2 of 2

Thread: Finder..Connect to Server & Keychain

  1. #1
    Senior Member
    Join Date
    Mar 2005
    Location
    Letchworth Garden City
    Posts
    256
    Thanks
    0
    Thanked
    0 times in 0 posts

    Unhappy Finder..Connect to Server & Keychain

    Hi Everyone
    I have a little bit of an annoyance. The network I am connected to (at university) requires users to connect to the main server on campus through smb://, in order to connect to the internet (Its part of their network quota system). I have been perfectly able to connect fine through finder, connect to server, no problems, but on my Windows machine, I am using a .bat script which loads automatically each time I boot up, w/o having to do anything.

    I would like to know if there is any way to implement something similar on OSX, as it is a damn nuiscance having to type in the workgroup, username and p/w each time I want to use the net. I have tried using the keychain, but the help files are vague and ambigous. If anyone knows of a script which will allow me to connect each time I switch on, that would be great!

    EDIT: I have discovered that the username/password prompt does not appear if both are appended to the server address. For anyone else who has this problem give this a try..

    smb://username: password@serveraddress

    Now this can be placed into an AppleScript file.....

    tell application "Finder"
    set loginstring to "smb://username: password@serveraddress"
    mount volume loginstring
    end tell


    Save this AppleScript file to somewhere, then open System Prefs, Accounts. Select the Startup Items tab, and add + the AppleScript file.

    Apologies for this wasted thread, I hope it is useful information to someone
    Last edited by tommylittleboy@; 04-04-2005 at 02:57 AM. Reason: I have found an alternative way

  2. #2
    Cable Guy Jonny M's Avatar
    Join Date
    Jul 2003
    Location
    Loughborough Uni
    Posts
    4,263
    Thanks
    0
    Thanked
    4 times in 1 post
    Nice one, hopefully as you say someone will find it when they need help.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •