LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Samba - on RHEL3 - can't map from XP (https://www.linuxquestions.org/questions/linux-server-73/samba-on-rhel3-cant-map-from-xp-750449/)

slinx 08-26-2009 02:27 PM

Samba - on RHEL3 - can't map from XP
 
Hello,

We had a setup with samba 3.0.20 running on RHEL 3.4. It was working until last week, when the server unexpectedly rebooted. Now people cannot access the shares, getting an error The local device name is already in use. I followed some tips I found, and now I get "logon failure: unknown user name or password"

wbinfo -u WORKS and shows the domain users

getent passwd ONLY shows the local Linux users, it does not show domain users.

Here are my confs - can anyone help me out please? Oh, and I have the same problem whether or not nscd is running.

smb.conf:

Code:

[global]
        winbind separator = \
        winbind enum users = yes
        winbind enum groups = yes
        dns proxy = No
        log file = /var/log/samba/log.smbd
        ldap ssl = no
        idmap gid = 10000-100000000
        server string = Samba Server
        smb ports = 139
        idmap uid = 10000-100000000
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        password server = dc01.ourdomain.com,dc02.ourdomain.com
        workgroup = DOMAIN
        encrypt passwords = yes
        printcap name = /etc/printcap
        security = domain
        max log size = 50

[homes]
  comment = Home Directories
  browseable = no
  writable = yes
  #guest = no

[EDI]
        path  = /home/shop/edi/incoming
        users = "DOMAIN\hildebrand", "DOMAIN\ediadm", "DOMAIN\bap", "DOMAIN\burgo", "DOMAIN\cwood"
        force group = shop
        read only = No
        create mask = 0664

[BFD]
        path  = /home/shop/edi/bfd
        users = "DOMAIN\hildebrand", "DOMAIN\ediadm", "DOMAIN\bap"
        force group = shop
        read only = No
        create mask = 0664


[FTl]
        path  = /home/shop/edi/ftl
        users = "DOMAIN\hildebrand", "DOMAIN\ediadm", "DOMAIN\bap"
        force group = shop
        read only = No
        create mask = 0664

[SHOPRPTS]
        path  = /home/shop/rpts
        browseable = yes
        users = "DOMAIN\tcalkins", "DOMAIN\piper", "DOMAIN\cwood"
        force group = shop
        read only = Yes
        create mask = 0664

[BRNTA]
        path  = /home/shop/edi/brnta
        users = "DOMAIN\hildebrand", "DOMAIN\ediadm", "DOMAIN\bap"
        force group = shop
        read only = No
        create mask = 0664

[printers]
  comment = All Printers
  path = /var/spool/samba
  printable = Yes
  browseable = no

nsswitch.conf:
Code:

...
passwd:    files winbind
shadow:    files
group:      files winbind
...

Thank you!

slinx 08-26-2009 02:58 PM

And I stopped the firewalls, still same results...

slinx 08-26-2009 03:24 PM

Found the solution: http://www.linuxquestions.org/questi...l-users-667529

slinx 08-26-2009 03:24 PM

http://www.linuxquestions.org/questi...9/#post3658699


All times are GMT -5. The time now is 01:03 AM.