| Summary: | the members of a domain cannot connect to discs or shared printers of the other members | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | INODE64 Sistemas <web> |
| Component: | [OLD] Server | Assignee: | Gentoo's SAMBA Team <samba> |
| Status: | RESOLVED INVALID | ||
| Severity: | critical | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
This problem is when upgrade to new version The file /etc/samba/private/secrets.tdb is now in /var/lib/samba/secrets.tdb |
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