Samba troubles

Alexander Dalloz alexander.dalloz at uni-bielefeld.de
Sun Oct 17 18:13:53 UTC 2004


Am So, den 17.10.2004 schrieb Richard Schmitt um 19:19:

> [root at Winsoren root]# cat /root/winsoren.log
> [2004/10/17 08:24:30, 0] smbd/service.c:make_connection_snum(570)
>   Can't become connected user!
> [2004/10/17 12:20:15, 0] smbd/service.c:make_connection_snum(570)
>   Can't become connected user!
> [2004/10/17 12:20:15, 0] smbd/service.c:make_connection_snum(570)
>   Can't become connected user!
>  Does that tell anyone anything?
> 
> Thanks, Richard

Don't know what you did with your Samba configuration. Use this as the
"global" part in /etc/samba/smb.conf (move and backup yours):

[global]
        workgroup = LGI
        server string = Samba Server on Alloy
        hosts allow = 192.168.1. 127.
        printcap name = /etc/printcap
        load printers = yes
        log file = /var/log/samba/%m.log
        max log size = 50
        encrypt passwords = yes
        smb passwd file = /etc/samba/smbpasswd
        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*
        username map = /etc/samba/smbusers
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        interfaces = 192.168.1.0/24
        bind interfaces only = yes
        local master = yes
        os level = 255
        preferred master = yes
        dns proxy = no
        idmap uid = 16777216-33554431
        idmap gid = 16777216-33554431
        template shell = /bin/false
        username map = /etc/samba/smbusers
        password server = None
        winbind use default domain = no

[Keep care that some lines may be wrapped in this mail.]

Stop your Samba server before you change the smb.conf. Restart it
afterwards (service smb restart).

Alexander


-- 
Alexander Dalloz | Enger, Germany | GPG key 1024D/ED695653 1999-07-13
Fedora GNU/Linux Core 2 (Tettnang) kernel 2.6.8-1.521smp 
Serendipity 20:08:26 up 3 days, 15:19, load average: 0.18, 0.17, 0.17 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20041017/5050e0f7/attachment-0001.sig>


More information about the fedora-list mailing list