How do I get samba to be wide open??

I setup my mac mini with 10.4 some time ago and something recently happened where my wife (XP user) can't get into our shared folder. She can't access itunes music either.
I've been playing around with this for a couple days and got lost on what changes I've made. Right now I'm just trying to figure out how to get the samba shares totally wide open, then worry about how to secure it. What's the best way to open it up? Here's my config files. Thanks.
[global]
encrypt passwords = yes
workgroup = WORKGROUP
display charset = UTF-8-MAC
security = user
deadtime = 5
guest account = unknown
client ntlmv2 auth = no
preferred master = no
defer sharing violations = no
allow trusted domains = no
netbios name = TNNserver
lanman auth = YES
vfs objects = darwin_acls
wins support = no
brlm = yes
max smbd processes = 0
server string = Mac OS X
os level = 8
domain logons = no
passdb backend = opendirectorysam guest
dos charset = CP437
unix charset = UTF-8-MAC
auth methods = guest opendirectory
local master = yes
domain master = no
map to guest = Never
use spnego = yes
printer admin = @admin, @staff
ntlm auth = YES
log level = 0
[Public]
oplocks = 0
map archive = no
vfs objects = darwin_acls
path = /Shared Items/Public
read only = no
strict locking = 0
inherit permissions = 1
comment = macosx
create mask = 0666
guest ok = 0
directory mask = 0777

bump

Similar Messages

  • How do i get a new tab to open up with my home page after i click on the + at the end of the tab

    how do i get a new tab to open up with my home page after i click on the + at the end of the tab

    problem solved thak you Andy.c that was too easy and a fast reply i'm abit of an iliterate with these things

  • How do I get my gmail calendar to open in a new tab on my ipad

    How do I get my gmail calendar to open in a new tab on my ipad

    Hey lbj45!
    I have an article that can tell you how to open a link in a new tab right here:
    Browse the web - iPad User Guide
    http://help.apple.com/ipad/7/#/iPad2fa35093
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • How can I get my email messages to open in one click with Mail app?

    Hello,
    How do I get my email messages to open with just one tap? On my newer Macbook I just click once on the Mail app and my messages open automatically but on the Powerbook it takes two clicks. Can this be fixed to just one click? I've gone into preferences but can't seem to change it.

    Carolyn,
    Thanks, I was wanting to just click once on a message and have it open right away and then be able to quickly go through my messages. I found the solution from another helpful Mac user. You just move the separator bar that divides your messages from the view pane and move it up and it works like a charm.

  • How can I get Windows (v7 x64) to open in Dreamweaver (CS5) if I right click it?

    Hi
    How can I get Windows (v7 x64) to open in Dreamweaver (CS5) if I right click it?
    None of the normal mechanisms of setting an application to be the DEFAULT application for the .HTML file type seem to work...
    Extremely irritating.
    J

    Jon Fritz II wrote:
    So when you right-click an .html file and choose Open With, what are you seeing?
    Is the check box for "Always use the selected program to open this kind of file" checked?
    A list of various "recommended applications" but not including Dreamweaver. It's not in the list of Other Applications either. And if I browse for it, my selection of dreamweaver.exe is flatly ignored without message.
    >Is the check box for "Always use the selected program to open this kind of file" checked?
    Jon Fritz II wrote:
    So when you right-click an .html file and choose Open With, what are you seeing?
    Is the check box for "Always use the selected program to open this kind of file" checked?
    A list of various "recommended applications" but not including Dreamweaver. It's not in the list of Other Applications either. And if I browse for it, my selection of dreamweaver.exe is flatly ignored without message.
    > Is the check box for "Always use the selected program to open this kind of file" checked?
    Yes.
    J

  • In Elements 12, how do I get thumbnails to show when opening a file?

    In Elements 12, how do I get thumbnails to show when opening a file?

    When in iPhoto (photos, library, an album, whatever, etc.) and I try to position the thumbnails at the top of the page I am unable to do so. In the "View" menu of iPhoto, then "Thumbnails" at the bottom, then all the items in the menu are grayed out. I have tried to go to iPhoto prefences and try there, but no luck. I get the beachball turning for a few minutes, then it stops, but still no luck.
    I have iPhoto 08, OS 10.5.8, anda PowerBook G4, 17"
    Thanks, and sorry for the brief/incomplete question.

  • How do i get my mp3 file to open in garageband?

    how do i get my mp3 file to open in garageband?

    PsychSlinger wrote:
    how do i get import my mp3 file to open in garageband?
    http://www.bulletsandbones.com/GB/GBFAQ.html#importaudio
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • How can I get Mail to stop automatically opening on startup of my MacBook?

    How can I get Mail to stop automatically opening on startup of my MacBook Pro? It's not in my startup items folder. But it auto-opens every time I boot up

    In System Preferences / General make sure the Restore Windows ...... is unchecked.
    Also uncheck in the shutdown dialog box

  • How can I get a small window to open when a link is clicked (AS2)

    Hi i,m developing a HTML site and used one animated flash button(AS2) I want a small sized window to open when a user clicks on a button.
    The window will contain information that i want to display.It dosnt require a normal 800x600 window to open. I just want a 1/4 size of 800x600 etc. Is this possible and if so how.
    I havnt done this before
    Thanks
    Manoj

    HELLO NED,
    I WAS RECEIVING MANY MAILS FROM YOU, BUT I DON'T UNDERSTAND WHY DOESN'T RELATED WITH MY PETITION, I SEND
    TO YOU AGAIN MY QUESTION, AND IF YOU CAN HELP ME I APPRECIATED VERY MUCH LET ME KNOW.
    THIS IS MY QUESTION....."ABOUT DATAGRID AS3
    Hello Ned, I appreciate very much your soon answer, I believe you have understand me, but how can I do that? could you give some help? This is part of the code and this is the function that I use
    var url: String = "xmls/rests.xml";
    var req:URLRequest = new URLRequest(url);
    var myLoader:URLLoader = new URLLoader();
    myLoader.addEventListener(Event.COMPLETE, completeHandler);
    myLoader.load(req);
    function completHandler(event:Event):void {
           var myLoader:URLLoader = event.currentTarget as URLLoader;
           var xmlDP:XML = new XML (myLoader.data);
           XML.ignoreWhitespace = true;
           dp = new DataProvider(xmlDP);
           dp = sortOn("name", Array.CASEINSENSITIVE);
           dDg.dataProvider = dp;
           aDg.addEventListener(Event.CHANGE, changeHandler);
           function changeHandler(event:Event): void {
                var thisItem:Object = eve.target.selectedItem;
                descripTa.text = thisItem.description;
                aUI.source = (thisItem.image);
                preloader_mc.visible = true;
    My intention is that when a button from a main (swf) loads the swf it displayed the first selected item with a image (UILoader) and the description (TextArea)
    Thanks in advance Ned
    Joselyn             .................."
    THANKS AGAIN NED
    REGARDS
    JOSELYN
    Date: Thu, 13 Oct 2011 07:49:02 -0600
    From: [email protected]
    To: [email protected]
    Subject: How can I get a small window to open when a link is clicked (AS2)
    Re: How can I get a small window to open when a link is clicked (AS2) created by Ned Murphy in Flash Pro - General - View the full discussion
    Look at the Methods section and choose whichever suits your needs, the first one listed does not.
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/3969302#3969302
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/3969302#3969302. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Flash Pro - General by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • How do I get the apple wireless mouse open to replace the battery?

    How do I get the apple wireless mouse open to replace the battery?

    Thank you!  I am 71 also, and broke a fingernail trying to get the thing open, thought there must be a trick to it.  After many attempts, when I had your reply it opened right up.  I think Apple delights in making people look stupid.  Love the machines, but dislike the smooth surfaces with no obvious switches to run the machine itself.  Computer is still not "discovering" the mouse, so there may be some further problem to be resolved.  The whole setup worked fine until a few days ago when the computer started to lose the mouse now and then.  I thought probably the mouse needed batteries, as I just had replaced the contemporary batteries in the keyboard.
    I'm retired, too, in Portland, Oregon, USA, and write poetry (though not for advertising agencies), get lot of rejections and an acceptance about once a year. 
    <E-mail Edited by Host>

  • How do i get icloud to show the open tabs on my phone on my safari?

    How do i get icloud to show the open tabs on my phone on my safari?

    *the open tabs on safari on my iphone 4 to show up on my safari in the icloud icon?

  • How do I get rid of two tabs opening when I first open Firefox?

    When I first open Firefox I get my home page in one tab but another tab opens also. That one is set for Facebook. How do I get rid of the automatically opening second tab?

    Do you get both pages if you launch a new window using either:
    * Ctrl+n
    * "3-bar" menu button > New Window
    ''If yes:''
    Check your home page setting to see if you have multiple home tabs. A vertical bar (|) is used between the addresses. This article shows where to check this in the Options dialog: [[Startup, home page and download settings]]. This article has more background on multiple home tabs: [[How to set the home page]].
    ''If no, or if the Options dialog is okay:''
    Add-ons may display tabs at startup or in a new window. If you check the address of the Facebook page, is it the normal Facebook URL ([https://www.facebook.com/]) or a different address?
    Do you have any Facebook-related extensions? You can review, disable, and often remove extensions on the Add-ons page. Either:
    * Ctrl+Shift+a
    * "3-bar" menu button (or Tools menu) > Add-ons
    In the left column, click Extensions. Then, if in doubt, disable.
    Often a link will appear above at least one disabled extension to restart Firefox. You can complete your work on the tab and click one of the links as the last step.
    Any improvement?

  • How can I get you tube playlists to open again, QuickTimePlayer can't open video.3gp

    How can I get you tube playlists to open again after upgrading to Mavericks, QuickTimePlayer can't open video.3gp

    DL and install the 10.6.8 v 1.1 COMBO update, repair permissions, restart, and try the store again. If still no go, try http://www.apple.com/support/mac/app-store/

  • When I open "mail" all that opens is the gray ribbon on the top.I have to go to "Mailboxes/inbox" to get it to aspen. What happened? How do I get the full screen to open when I click my "mail" icon like it used to?

    When I open "mail" all that opens is the gray ribbon on the top.I have to go to "Mailboxes/inbox" to get it to aspen. What happened? How do I get the full screen to open when I click my "mail" icon like it used to?

    Move your cursor way over to the right side of the window. There should be a thin bar. when you hover over the left side of the thin bar, the cursor will change to a vertical bar with an arrow sticking out the left. Click and drag to the left.

  • After installing Mavericks my iMac opens with the "rolling surf" desktop. I can then start my preferred desktop from a saved 'photo but when I retsart the iMAc it reverts to "rolling surf". How can I get it to remeber to open with MY choice rather than Ap

    After installing Mavericks my iMac opens with the "rolling surf" desktop. I can then start my preferred desktop from a saved 'photo but when I retsart the iMac it reverts to "rolling surf". How can I get it to remember to open with MY choice rather than Apple's?

    I did a little research on this, as I found some strange things with the .plist files.
    It appears that Apple has changed the way that the plist files are handled, and there is now an extra step in the trashing-the-.plist-file fix:
    1. hold down the option key
    2. in the Go menu in the Finder, scroll down to Libary
    3. in Library, find Preferences
    4. in Preferences, find  com.apple.desktop.plist  and drag it to the trash.
    5. go to Applications > Utilities > Activity Monitor
         1. Sort by Process Name and look for two processes named cfprefsd.
         2. Make sure you select the one that has your user account, not "root", listed as the User.
         3. Click the X up at the top left to kill that process
    5. restart
    6. this will generate a new .plist file, so you will have to reenter your preferences.
    Sorry for the confusion. Could you try this and let us know-

Maybe you are looking for

  • Teaming 2.1 Tasks Due problem

    The "Tasks due" tab in our workspaces shows completed tasks. If the "Within 2 Weeks" radio button is active, it shows the completed tasks even id they are older than 2 weeks. For example, this shows up in today's Tasks due tab in my workspace with th

  • CS6 Student and Teacher Edition - auch commercial nutzen???

    Sehr geehrtes Adobe-Forum! Ich bin in Oesterreich und studiere an der Universitaet Wien - ich habe alle Nachweise ueber mein Studium, um eine Adobe CS6 Student and Teacher Edition zu kaufen, die ich fuer mein Studium brauche. Da ist alles klar, so we

  • InDesign CS4 ignores quotation mark settings in document

    Hello, I have the following problem: Despite setting 'dynamic' quotation marks in the Dictionary setting, InDesign just gives me apostrophes instead of left and right quotation marks. This is document dependent, in the next document of the book, it w

  • R12 Install - error when selecting a professional form

    Hi Guys, Just installed R12 on Linux accessing via VM machine on windows desktop. The application has installed correctly and i can log into the application self service screen but soon as i try to go into professional forms i get an error on my IE p

  • How to set height of af:inputListOfValues

    Is there any way I can set the height of af:inputListOfValues? Thanks,