Does /etc/nsswitch.conf hold winbind?
Something like this:
passwd: compat winbind
group: compat winbind
Also,
your config doesn't show:
winbind separator = +
your config doesn't have a fully qualified "password server"
hostname.
On Sun, 2010-11-14 at 11:09 +0530, Vivekanandan Nataraj
wrote:> Hi Guys,
>
> I have configured SAMBA with Windows 2003 AD. But "#wbinfo -u"
and
> "#wbinfo -g" does not list the users
>
> 1. Domain joined successfully.
>
> # net rpc testjoin -U Administrator
> Join to 'DOMAIN' is OK
>
> 2. wbinfo -a works ( User authentication )
>
> # wbinfo -a 'DOMAIN\user'
> Enter DOMAIN\user's password:
> plaintext password authentication succeeded
> Enter DOMAIN\user's password:
> challenge/response password authentication succeeded
>
> 3. wbinfo -u and wbinfo -g does list nothing
>
> # wbinfo -u
> # wbinfo -g
>
> # wbinfo -r 'DOMAIN\user'
> Could not get groups for user DOMAIN\user
>
> SAMBA config : -
>
> [global]
> workgroup = DOMAIN
> realm = DOMAIN.BIZ
> security = ADS
> password server = EIS
> printcap name = cups
> idmap uid = 1000-20000000
> idmap gid = 1000-20000000
> winbind enum users = Yes
> winbind enum groups = Yes
> winbind use default domain = Yes
> winbind nss info = rfc2307
> cups options = raw
>
> Versions :-
>
> # smbd -V
> Version 3.4.2-1.1.3.1-2229-SUSE-SL11.2
>
> # winbindd -V
> Version 3.4.2-1.1.3.1-2229-SUSE-SL11.2
>
> Share your ideas...
>
> Regards,
> Vivek