[ILUG] Samba - member server issue

Conor Wynne weeboy at conorwynne.com
Tue Nov 16 14:29:14 GMT 2004


Hi all,

Well I am battelling with this one, and its starting to do my head in.

---- smb.conf ---
[root at as3 samba]# less /etc/samba/smb.conf
[global]
        # Do something sensible when Samba crashes: mail the admin a
backtrace
#       panic action = /usr/share/samba/panic-action %d
        workgroup = NOSSERS
        netbios name = AS3
        security = DOMAIN
        #disable spoolss = Yes
        idmap uid = 15000-20000
        idmap gid = 15000-20000
[global]
        # Do something sensible when Samba crashes: mail the admin a
backtrace
#       panic action = /usr/share/samba/panic-action %d
        workgroup = NOSSERS
        netbios name = AS3
        security = DOMAIN
        #disable spoolss = Yes
        idmap uid = 15000-20000
        idmap gid = 15000-20000
        winbind separator = +
        winbind use default domain = Yes
        winbind enum users = yes
        winbind enum groups = yes
        use sendfile = Yes

        #Printing
        load printers = yes
        printing = cups
        printcap = cups
        printcap name = /etc/printcap
        show add printer wizard = yes
        printer admin = root, conor

        #ACL
        nt acl support = yes
        acl compatibility = win2k

        wins server = 10.2.4.16
        password server = sbsnt4
        log file = /var/log/samba/log.%U
        log level = 3


encrypt passwords = yes
unix password sync = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n
*passwd:*all*authentication*tokens*updated*successfully
*
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
local master = no
os level = 20
dns proxy = yes

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

[tmp]
 comment = Temporary file space
   path = /tmp
   read only = no
   public = yes

-------------end smb.conf-------

I can see the users and groups with wbinfo:

[root at as3 samba]# wbinfo -ug
Administrator
conor
diego
Guest
IUSR_SBSNT4
BUILTIN+System Operators
BUILTIN+Replicators
BUILTIN+Guests
BUILTIN+Power Users
BUILTIN+Print Operators
BUILTIN+Administrators
BUILTIN+Account Operators
BUILTIN+Backup Operators
BUILTIN+Users
Domain Admins
Domain Guests
Domain Users
nos

And I can even use winbind to auth:
[root at as3 samba]# getent passwd conor
conor:x:10001:10000:Conor Wynne:/home/NOSSERS/conor:/bin/false

Its listed in network neighbourhood, but its not working!!!
Now I have changed the primary group from the default "domain users" to
"nos". But thats about it.

Any ideas before I go totally mental?

p.s.: testparm works grand.

-- 
Conor Wynne,
Dublin,
Irlande.



More information about the ILUG mailing list