Thanks Amos Its really helpful
i configuring samba authentication in suse enterprise 11.2 and i facing
the SUSE not fetching the user information from ADS.
Samba version 3.5
#/etc/krb5.conf
the same configuration working in fedora.
[libdefaults]
default_realm = SQUID.BIZ
[libdefaults]
default_realm = SQUID.BIZ
clockskew = 300
[realms]
SQUID.BIZ = {
kdc = EIS.SQUID.BIZ
default_domain = SQUID.BIZ
kpasswd_server = EIS.SQUID.BIZ
admin_server = EIS.SQUID.BIZ
}
[domain_realm]
.squid.biz = SQUID.BIZ
# smb.conf
[global]
workgroup = SQUID
log file = /var/log/samba/log.%m
realm = SQUID.BIZ
debug level = 10
max log size = 0
security = ADS
password server = EIS
idmap uid = 10000-20000
idmap gid = 10000-20000
winbind separator = +
winbind use default domain = yes
usershare allow guests = No
#username map = /etc/samba/smbusers
winbind enum users = yes
winbind enum groups = yes
# net rpc join -U vivek
Enter vivek's password:
Joined domain SQUID.
#wbinfo -u
Error looking up domain users
# wbinfo -p
Ping to winbindd failed
could not ping winbindd!
Thanks
-Viswa