PDA

View Full Version : Suse 9.1 personal samba winbind si un dominio M$


nix1
30-06-2004, 22:32
Non riesco ad utilizare la precedura di Yast2 con la Suse 9.1 Personal per configurare il samba client e autenticarmi su un dominio win, quando provo a fare la registrazione mi risponde "enable join the domain" e non ho ancora capito come risolvere, il bello che da espora la rete di Suse vedo sia i domini che i pc in rete ma non vengo rilevato ne dal PDC ne tantomeno da gli altri PC e non vi è verso di autenticarsi o accedere alle risorse di rete.

Qualche IDEA ???

linux:~ # more /etc/samba/smb.conf
# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SuSE
# Date: 2004-04-06
[global]
workgroup = TUX-NET
interfaces = 127.0.0.1 eth0
bind interfaces only = true
printing = cups
printcap name = cups
printer admin = @ntadmin, root, administrator
map to guest = Bad User
security = user
encrypt passwords = yes

[homes]
comment = Home Directories
valid users = %S
browseable = No
read only = No
[users]
comment = All users
path = /home
writeable = Yes
inherit permissions = Yes
veto files = /aquota.user/groups/shares/
[groups]
comment = All groups
path = /home/groups
writeable = Yes
inherit permissions = Yes
[pdf]
comment = PDF creator
path = /var/tmp
printable = Yes
print command = /usr/bin/smbprngenpdf -J '%J' -c %c -s %s -u '%u' -z %z
create mask = 0600
[printers]
comment = All Printers
path = /var/tmp
printable = Yes
create mask = 0600
browseable = No
[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @ntadmin root
force group = ntadmin
create mask = 0664
directory mask = 0775