Displaying 1 result from an estimated 1 matches for "zqaa0ypn".
2010 Jul 17
4
Samba + Winbind + Windows 2003 AD
...against our existing windows 2003 AD.
I have successfully joined my UNIX server to the AD, without problems.
# net ads join -U Administrator
Enter Administrator's password:
Using short domain name -- TEST
Joined 'MAIL' to realm 'TEST.LOCAL'
My Samba config: http://pastebin.com/ZqaA0Ypn
After the join I'm able to lookup peoples with
# wbinfo -u
[...]
XX
hds
XXX
[...]
# wbinfo -g
[...]
bg XX
bg hds
bg XXX
[...]
Now the problem, getent only returns the local users and not the users
from the AD
The funny thing is that if a user is local on the UNIX and in the AD, I
can login...