Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Panther and automounting smb shares at AD login #366023
    tcomputerchip
    Participant

    I was wondering if you had solved this issue of many users that are logging in.

    We need a script that mounts on login. Possibly through the loginhook?

    Thanks for any information

    in reply to: Automatically connecting to AFP Volume at login #365930
    tcomputerchip
    Participant

    Connecting to the share and adding the password to the Keychain works for single user use.

    We need to user not to be prompted with password everytime we need to mount our shares.
    I would like a script or netinfo instruction that allows for this.

    Adding the password to the Keychain is not option we want.

    in reply to: Launchd not running back-up script – help needed #365929
    tcomputerchip
    Participant

    your mount looks like it contains a $ sign in the mount at the top. I don’t see this in the rest of your script. If you are trying to mount a drive that has admin access through smb, e.g. D$ or E$, the $ sign may need an escape charactor.
    [code]
    #mount_smbfs -N -U username //Name/RemoteBakups”backslash with out quotes”$ /Volumes/RemoteBakups
    [/code]
    Not sure that this is the problem though.

    Regards,

    in reply to: Launchd not running back-up script – help needed #365928
    tcomputerchip
    Participant

    your mount looks like it contains a $ sign in the mount at the top. I don’t see this in the rest of your script. If you are trying to mount a drive that has admin access through smb, e.g. D$ or E$, the $ sign may need an escape charactor.

    #mount_smbfs -N -U username //Name/RemoteBakups\$ /Volumes/RemoteBakups

    Not sure that this is the problem though.

    Regards,

Viewing 4 posts - 1 through 4 (of 4 total)