Снова здрасти

Недавно поставил на работе Ubuntu 8.10, Столкнулся с задачей, войти в домен, чтоб пользоваться вайлами на серваке и с другими ПК. Нашел это ХауТу и начал делать как велено =) После редактирования
smb.conf в домен не пускает, выдавая ошибку. Вот выложил этот файл и далее вывод ошибки:
[global]
## Browsing/Identification ###
workgroup = xxx
server string = %h server (Samba, Ubuntu)
# wins support = no
; wins server = w.x.y.z
dns proxy = no
; name resolve order = lmhosts host wins bcast
#### Networking ####
; interfaces = 127.0.0.0/8 eth0
; bind interfaces only = yes
#### Debugging/Accounting ####
log file = /var/log/samba/log.%m
max log size = 1000
# syslog only = no
syslog = 0
panic action = /usr/share/samba/panic-action %d
####### Authentication #######
# security = ads
; encrypt passwords = true
passdb backend = tdbsam
obey pam restrictions = yes
unix password sync = yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
pam password change = yes
map to guest = bad user
########## Domains ###########
#
; domain logons = yes
#
; logon path = \\%N\profiles\%U
# logon path = \\%N\%U\profile
; logon drive = H:
# logon home = \\%N\%U
; logon script = logon.cmd
; add user script = /usr/sbin/adduser --quiet --disabled-password --gecos "" %u
########## Printing ##########
# load printers = yes
; printing = bsd
; printcap name = /etc/printcap
; printing = cups
; printcap name = cups
############ Misc ############
; include = /home/samba/etc/smb.conf.%m
# socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
; message command = /bin/sh -c '/usr/bin/linpopup "%f" "%m" %s; rm %s' &
# domain master = auto
; idmap uid = 10000-20000
; idmap gid = 10000-20000
; template shell = /bin/bash
; winbind enum groups = yes
; winbind enum users = yes
; template homedir = /home/%D/%U
; client use spnego = yes
; winbind use default domain = yes
; winbind refresh tickets = yes
; restrict anonymous = 2
; domain master = no
; local master = no
; preferred master = no
; os level = 0
; usershare max shares = 100
usershare allow guests = yes
security = domain
guest ok = yes
guest account = aleksey
password server = xxx.yyyyy
#======================= Share Definitions =======================
;[homes]
; comment = Home Directories
; browseable = no
; read only = yes
; create mask = 0700
; directory mask = 0700
; valid users = %S
;[netlogon]
; comment = Network Logon Service
; path = /home/samba/netlogon
; guest ok = yes
; read only = yes
; share modes = no
;[profiles]
; comment = Users profiles
; path = /home/samba/profiles
; guest ok = no
; browseable = no
; create mask = 0600
; directory mask = 0700
[printers]
comment = All Printers
browseable = no
path = /var/spool/samba
printable = yes
; guest ok = no
; read only = yes
create mask = 0700
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
; browseable = yes
; read only = yes
; guest ok = no
; write list = root, @ntadmin
;[cdrom]
; comment = Samba server's CD-ROM
; read only = yes
; locking = no
; path = /cdrom
; guest ok = yes
#
; preexec = /bin/mount /cdrom
; postexec = /bin/umount /cdrom
далее вывод команды
testparmLoad smb config files from /etc/samba/smb.conf
Processing section "[printers]"
Processing section "[print$]"
Loaded services file OK.
Server role: ROLE_DOMAIN_MEMBER
Press enter to see a dump of your service definitions
[global]
workgroup = XXX
realm = XXX.YYYYY #[GLOBAL]
server string = %h server (Samba, Ubuntu)
security = ADS
map to guest = Bad User
obey pam restrictions = Yes
password server = xxx.yyyyy
passdb backend = tdbsam
guest account = aleksey
pam password change = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
unix password sync = Yes
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
dns proxy = No
usershare allow guests = Yes
panic action = /usr/share/samba/panic-action %d
guest ok = Yes
[printers]
comment = All Printers
path = /var/spool/samba
create mask = 0700
printable = Yes
browseable = No
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
Далее демоны перечитали успешно конфигурации:
Stopping the Winbind daemon winbind [ OK ]
* Stopping Samba daemons [ OK ]
* Starting Samba daemons [ OK ]
* Starting the Winbind daemon winbind [ OK ]
Теперь подключаю машину в ДОМЕН, и выдаёт это:
Failed to join domain: failed to find DC for domain XXX.YYYYY #[GLOBAL]
Теперь надо полагать у меня что то не получилось и надо что то исправлять... Подскажите пожалуйста
И вот ещё, когда захожу в Сеть->сеть Windows->там видится группа "Рабочая"; также "Domain" и "MSHome". Захожу в "рабочую" группу, вижу компы и файлсервер, но когда захожу в любой, показывает что пусто
