Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71676 - the members of a domain cannot connect to discs or shared printers of the other members
Summary: the members of a domain cannot connect to discs or shared printers of the oth...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Gentoo's SAMBA Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-18 08:49 UTC by INODE64 Sistemas
Modified: 2005-01-10 08:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description INODE64 Sistemas 2004-11-18 08:49:07 UTC
I have verified it in 2 different clients and the same problem takes place, happens to Windows 2000 and XP This to passed despues to update to samba 3,0,8 when everything becomes to the previous version 3.0.7-r1 returns to work correctly

When Samba server run as Domain master of network

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Example smb.conf

[global]

# Opciones Generales

    workgroup = test
    server string = Samba Server %v
    netbios name = gateway
    netbios aliases = samba

    printcap name = cups
    load printers = yes
    printing = cups

    interfaces = eth0

    username level = 8
    encrypt passwords = yes
    smb passwd file = /etc/samba/smbpasswd

# Debug
    log file = /var/log/samba/log.%m
;   max log size = 50
    log level = 0

# Parametros de optimizacion de velocidad

    blocking locks=no
;   max xmit= 16384
    locking = no
;   fake oplocks = yes
    oplocks = no
    level2 oplocks = no
    read raw = yes
    socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE SO_RCVBUF=8192
SO_SNDBUF=8192
    wide links = no
    deadtime = 15
    use sendfile = yes
    utmp = yes
    write cache size = 262144
    change notify timeout = 300

# Wins

    wins proxy = no
    wins support = yes
    dns proxy = no

# Servidor de tiempo

    time server = yes
    time offset = 60

    hosts allow = 192.168.1. 127.
    hosts deny = ALL
;    hide unreadable = yes
    public = no
# Opciones de ACL

    inherit acls = yes
    inherit permissions = yes
    map acl inherit = yes

    admin users=administrador

# Opciones servidor de dominio

    security = user
    domain master = yes
    domain logons = yes
    local master = yes
    preferred master = yes
    os level = 255
    add machine script = /usr/sbin/useradd -d /dev/null -g machines -c 'Machine
Account' -s /bin/false %u

    logon script = %U.bat
    logon path =
    logon home =
    logon drive =

    lm announce = no

[homes]
    comment = Directorio Personal
    browseable = no
    hide unreadable = yes
    writable = yes
    delete veto files = yes
    create mask = 0600
    directory mask = 0700

[netlogon]
    comment = Network Logon Service
    path = /var/lib/samba/netlogon
    writable = no
    browseable = no
    write list = administrador
    create mask = 0666
    directory mask = 0777

[Profiles]
    path = /var/lib/samba/profiles
    browseable = no
    writable = yes
    create mask = 0600
    directory mask = 0700
    profile acls = yes
    csc policy = disable


[12g]
        browseable = yes
        writeable = yes
        path = /mnt/12g
        create mask = 0660
        comment = Datos 12g
        directory mask = 0770
        valid users = oper1,oper5,administrador
;       public = yes
Comment 1 INODE64 Sistemas 2005-01-10 08:57:27 UTC
This problem is when upgrade to new version 
The file /etc/samba/private/secrets.tdb is now in /var/lib/samba/secrets.tdb