Не подскажите, у кого получилось настроить авторизацию в AD для 9.04 ?
Все делаю в соответствии с факом.
Конфиги
Samba:
[global]
workgroup = AD
netbios name = Server
server string = linux
log file = /var/log/samba/log.%m
max log size = 50
hosts allow = 192.168.0. 127.
security = ads
password server = 192.168.0.2
encrypt passwords = yes
realm = AD.RSEI.RU
winbind uid = 10000-20000
winbind gid = 10000-20000
winbind use default domain = yes
winbind enum users = yes
winbind enum groups = yes
template homedir = /home/%D/%U
template shell = /bin/bash
dos charset = CP866
unix charset = KOI8-R
display charset = KOI8-R
----------------------------------------------
Креберос
[realms]
AD.RSEI.RU = {
kdc = 192.168.0.2
admin_server = 192.168.0.2
default_domain = AD.RSEI.RU
}
-----------------------------------------
nsswitch.conf
passwd: compat winbind
group: compat winbind
shadow: compat
hosts: files dns
networks: files
protocols: db files
services: db files
ethers: db files
rpc: db files
netgroup: files winbind
------------------------------------
В домен вошел без проблем, команда wbinfo отрабатывает нормально, с ключами -p -t -u -g
Вот тока система не видит пользователей домена
getent passwd - выдает только локальных, в логах винбинда появляется следующее
[2009/04/28 11:26:09, 1] winbindd/idmap_tdb.c:idmap_tdb_allocate_id(424) Fatal Error: GID range full!! (max: 20000)
[2009/04/28 11:26:09, 1] winbindd/winbindd_user.c:winbindd_fill_pwent(107) error getting group id for sid S-1-5-21-1502178018-3565533003-1215580425-513
Гугл не помогает

все, приведенные там решения, не работают.