Results 1 to 5 of 5

Thread: SAMBA question

  1. #1
    Join Date
    Apr 2006
    Beans
    45

    SAMBA question

    This might be an oddball question, but I have a SAMBA server set to user mode security with a few shares that I need anonymous access to, so I have guest ok set on these shares. This works well, but I'd like it to work better; specifically, I'd like to not even have to see a login window from Windows clients on these shares; I want the share to simply be available, instantly and with no hassle. It's also easier to directly address files via UNC paths this way. Is there a way to do this for these shares while maintaining user mode security? I haven't been able to find anything in the SAMBA docs (but they are lengthy, and I may have missed something), and Google is not much help for this it seems. I really do NOT want to go to share mode.

    Thanks in advance for any input!

  2. #2
    Join Date
    Jul 2008
    Location
    Netherlands
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: SAMBA question

    Quote Originally Posted by dcollamore View Post
    I'd like to not even have to see a login window from Windows clients on these shares; I want the share to simply be available, instantly and with no hassle.
    You can make a batch file on MS-Windows, and put that batch file in the user's AutoStart directory.

    See here an example :
    http://www.rlmueller.net/LogonScriptFAQ.htm

    -> What can be done with a batch file logon script, besides launch a VBScript program

  3. #3
    Join Date
    Apr 2006
    Beans
    45

    Re: SAMBA question

    Unfortunately that won't really work for my environment; I'm looking at machines that have never been on my network before, and never will be again after they leave. I'm really looking for something server-side. Any ideas?

  4. #4
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: SAMBA question

    I have the same situation, where computers I service are connected to my internal network to be able to access updates and other software. Note the computer is repaired before it is allowed to connect to the network. The update directory on the server is owned by root and the permissions are set to 777 and this is what the share looks like in samba:

    Code:
    [updates]
    	comment = Project Dakota
    	path  = /home/win_updates
    	guest ok = yes
    	browseable = yes
    	writeable = yes
    I've never had to enter a username or password for that directory. THe only thing I have to do is change the workgroup to the one I use on my network.

    Jim

  5. #5
    Join Date
    Apr 2006
    Beans
    45

    Re: SAMBA question

    Is that in user mode security though? That looks very like my public shares, and I still have to enter <i>something</i> in a login box, and more importantly, I can't address the share directly through UNC paths.

Tags for this Thread

Bookmarks

Posting Permissions

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