Patrice Langlois
2008-Jan-16 15:23 UTC
[Samba] impossible to see the samba server with network neighborhood
Hi, I installed a new server samba (3.02) with openldap authentification. I ?ve no problem to mount smb volume with mac os X. Smb://mysambasever I?ve got problem with windows client. It ?s impossible to see the samba server with network neighborhood. The result of the smbclient command is : ------------------------------------ bash-3.2$ smbclient -L mysambasever -U win Password: Domain=[MYSAMBASEVER] OS=[Unix] Server=[Samba 3.0.25b-1.el4.4] Sharename Type Comment --------- ---- ------- homes Disk Home Directories tmp Disk Temporary file space IPC$ IPC IPC Service (sauvegarde) win Disk Home Directories Domain=[MYSAMBASEVER] OS=[Unix] Server=[Samba 3.0.25b-1.el4.4] Server Comment --------- ------- Workgroup Master --------- ------- MONWORKGROUP MYSAMBASEVER ------------------------------------ The result of the testparm command is : ------------------------------------ [root@xxxx samba]# testparm Load smb config files from /etc/samba/smb.conf Processing section "[homes]" Processing section "[tmp]" Loaded services file OK. Server role: ROLE_STANDALONE Press enter to see a dump of your service definitions [global] workgroup = MONWORKGROUP server string = sauvegarde passdb backend = ldapsam:ldap://xxxxxxxx/smbpasswd log file = /var/log/samba/%m.log max log size = 50 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 os level = 128 preferred master = Yes domain master = Yes dns proxy = No wins support = Yes ldap admin dn = cn=xxxx,dc=xxxdc=xxx,dc=fr ldap group suffix = ou=groupe ldap passwd sync = Yes ldap suffix = dc=igmm,dc=cnrs,dc=fr ldap user suffix = ou= people invalid users = root [homes] comment = Home Directories read only = No [tmp] comment = Temporary file space path = /tmp read only = No guest ok = Yes ------------------------------------ Tanks for your help. Patoch -- passerelle antivirus du campus CNRS de Montpellier --
Patrice Langlois
2008-Jan-17 17:07 UTC
[Samba] impossible to see the samba server with network neighborhood
Hi, The solution is: os level 256 in smb.conf On 16 janv. 08, at 16:15, Patrice Langlois wrote:> Hi, > > > I installed a new server samba (3.02) with openldap > authentification. I ?ve no problem to mount smb volume with mac os X. > > Smb://mysambasever > > I?ve got problem with windows client. It ?s impossible to see the > samba server with network neighborhood. > > The result of the smbclient command is : > > ------------------------------------ > bash-3.2$ smbclient -L mysambasever -U win > Password: > Domain=[MYSAMBASEVER] OS=[Unix] Server=[Samba 3.0.25b-1.el4.4] > > Sharename Type Comment > --------- ---- ------- > homes Disk Home Directories > tmp Disk Temporary file space > IPC$ IPC IPC Service (sauvegarde) > win Disk Home Directories > Domain=[MYSAMBASEVER] OS=[Unix] Server=[Samba 3.0.25b-1.el4.4] > > Server Comment > --------- ------- > > Workgroup Master > --------- ------- > MONWORKGROUP MYSAMBASEVER > ------------------------------------ > > The result of the testparm command is : > > ------------------------------------ > [root@xxxx samba]# testparm > Load smb config files from /etc/samba/smb.conf > Processing section "[homes]" > Processing section "[tmp]" > Loaded services file OK. > Server role: ROLE_STANDALONE > Press enter to see a dump of your service definitions > > [global] > workgroup = MONWORKGROUP > server string = sauvegarde > passdb backend = ldapsam:ldap://xxxxxxxx/smbpasswd > log file = /var/log/samba/%m.log > max log size = 50 > socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 > os level = 128 > preferred master = Yes > domain master = Yes > dns proxy = No > wins support = Yes > ldap admin dn = cn=xxxx,dc=xxxdc=xxx,dc=fr > ldap group suffix = ou=groupe > ldap passwd sync = Yes > ldap suffix = dc=igmm,dc=cnrs,dc=fr > ldap user suffix = ou= people > invalid users = root > > [homes] > comment = Home Directories > read only = No > > [tmp] > comment = Temporary file space > path = /tmp > read only = No > guest ok = Yes > ------------------------------------ > > Tanks for your help. > > Patoch > -- > passerelle antivirus du campus CNRS de Montpellier > -- > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba-- passerelle antivirus du campus CNRS de Montpellier --