ive got a laptop with SUSE 9.1 trying to connect to a Windows 2003 Active Directory PDC. After much effort i found a good guide at
http://lilly.csoft.net/~vdebaere/han.../index_en.html
following mainly those instructions i get all the AD users and groups with 'getent passwd' and 'getent group'. When i boot up, SUSE's logon screen shows my linux accounts and lists the windows AD accounts as well. but when i try to login with an AD account to logon to my windows PDC it thinks for a few seconds and then gives me this error "xsession: login for 'DOMAIN/USER' is disabled" then X restarts and goes back to the logon screen.
ive googled the message endlessly with no help. below are all of the configuration files i could think to put. tell me if more info is necessary. please help im completely stuck and dont know what to do. everything seems fine but i get that xsession error. i thought at first it was having trouble creating folders/files in /home/DOMAIN/USERNAME im not sure if thats the problem or if its something/anything else. any help will be greatly appreciated.
*******smb.conf*******
[global]
# Global options for Win 2003 Active Directory
realm = EROS.ORG
workgroup = EROS
password server = mazer.eros.org
security = ADS
encrypt passwords = yes
# winbind configuration: maps ADS users to uid's and gid's
winbind sepatator = +
idmap uid = 10000-20000
idmap gid = 10000-20000
winbind enum users = yes
winbind enum groups = yes
template homedir = /home/%D/%U
template shell = /bin/bash
*******krb5.conf*******
[libdefaults]
clockskew = 300
default_realm = EROS.ORG
[realms]
EROS.ORG = {
kdc = mazer.eros.org
default_domain = EROS.ORG
kpasswd_server = mazer.eros.org
}
[domain_realm]
.MAZER.EROS.ORG = EROS.ORG
# .my.domain = MY.REALM
[logging]
default = SYSLOG:NOTICE

AEMON
kdc = FILE:/var/log/kdc.log
kadmind = FILE:/var/log/kadmind.log
[appdefaults]
pam = {
ticket_lifetime = 1d
renew_lifetime = 1d
forwardable = true
proxiable = false
retain_after_close = false
minimum_uid = 0
debug = false
}
*******nsswitch.conf*******
passwd: compat winbind
shadow: compat
group: compat winbind
hosts: files dns
networks: files dns
services: files
protocols: files
rpc: files
ethers: files
netmasks: files
netgroup: files
publickey: files
bootparams: files
automount: files
*******resolv.conf*******
nameserver 192.168.1.3
*******samba (from pam.d)*******
auth required /lib/security/pam_winbind.so
account required /lib/security/pam_winbind.so