Beiträge von friedsonjm

    OK - SOLVED. Tekkbebe and David, I owe you profuse apologies, this turned out to be a simple matter of inconsistent username/password assignment, no more. I VERY MUCH appreciate the time you took to work with me, and what I learned in the process. Hopefully, I can find some way to make it to you as time goes on.
    jf

    Zitat von "friedsonjm"

    I think I see the problem.. under [WestSpringfield] I see users, but only as individuals, not the Group WestSpringfield ? There are users in the WestSpringfield Group, and the group is supposed to have access ?


    Nope, that's not it.. the WestSpringfield Group is listed at the end...


    EDIT - I may have figured this out.. stupid mistake, more to follow ...

    Yes, there is a Custom Group WestSpringfield, and the users in question are assigned to it.


    root@openmediavault:/media/dbd89115-e2af-ce01-d080-9115e2afce01# stat WestSpringfield
    File: `WestSpringfield'
    Size: 4096 Blocks: 16 IO Block: 4096 directory
    Device: 811h/2065d Inode: 58626081 Links: 2
    Access: (2770/drwxrws---) Uid: ( 0/ root) Gid: ( 100/ users)
    Access: 2013-09-23 10:20:48.223728270 -0400
    Modify: 2013-09-20 16:05:12.768723443 -0400
    Change: 2013-09-23 09:01:08.939725602 -0400
    root@openmediavault:/media/dbd89115-e2af-ce01-d080-9115e2afce01#


    thanks,
    jf

    root@openmediavault:/etc/samba# cat smb.conf

    OK, here is config.xml:


    root@openmediavault:/etc/openmediavault# cat config.xml

    SAMBA snb.conf



    root@openmediavault:/etc/samba# pico smb.conf
    GNU nano 2.2.4 File: smb.conf Modified


    passwd program = /usr/bin/passwd %u
    passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n $
    pam password change = yes
    socket options = TCP_NODELAY IPTOS_LOWDELAY
    guest account = nobody
    load printers = no
    disable spoolss = yes
    printing = bsd
    printcap name = /dev/null
    unix extensions = yes
    wide links = no
    create mask = 0777
    directory mask = 0777
    map to guest = Bad User
    use sendfile = yes
    aio read size = 16384
    aio write size = 16384
    null passwords = no
    local master = yes
    time server = no


    #======================= Global Settings =======================
    [global]
    workgroup = Workgroup
    server string = %h server
    include = /etc/samba/dhcp.conf
    dns proxy = no
    log level = 0
    syslog = 0
    log file = /var/log/samba/log.%m
    max log size = 1000
    syslog only = yes
    panic action = /usr/share/samba/panic-action %d
    encrypt passwords = true
    passdb backend = tdbsam
    obey pam restrictions = yes

    Yes, I've tried that.. both using the ip addres\username and openmediavault\username
    Works perfectly if I use my name, jfriedson but not with any other name...


    I'm getting this is a problem with the system not 'recognizing' the other user's passwords, somehow...


    YEP sure of it, just re-entered one user password (my alternate self) and that works, lets try another...


    And NOPE, no dice. <sigh> shop is closing, I will be loosing access - will pick it up again on Monday.


    Thanks so much for all the help so far!


    Yes, they are all Windows Pro... let me go re-log in as root as you state above...

    OK, I'm clearly missing something.. when I log in locally as root, and do ls I don't see anything in the way of directories. When I log in as jfriedson, I can see and cd to media and get to the level above the sharedfoldername However, even though I've changed my user status to include root, with or without sudo in the command, it is not letting me execute the demand. ?


    EDIT: ouch wait.. gotta use root password with SU <sigh>


    Yeah, the command worked.. lets go see...

    Zitat von "tekkbebe"

    Do the other user and passes work from your win 7 machine? What is chmod of the shared folder? If the Shared folder does not have correct chmod the users will not be able to access the folders/files in the shared folder even if you give them access via privileges or ACL.


    Something like a chmod 666 /WestSpringfield ? I'm assuming I can't do that from the web interface, need to so that from command line?