Displaying 1 result from an estimated 1 matches for "alvinpass".
Did you mean:
adminpass
2008 Oct 10
1
winbind does not list users from trusted domain
...indd_user.c:winbindd_dual_userinfo(150)
error getting user info for sid
S-1-5-21-1851683558-1272149263-2209706219-1104
So I suspect something with the Kerberos authentication to be wrong; but
why is that, since I can successfully authenticate users with winbind:
> wbinfo -a "DOMA\alvin%alvinpass"
plaintext password authentication succeeded
challenge/response password authentication succeeded
> wbinfo -a "DOMB\brian%brianpass"
plaintext password authentication succeeded
challenge/response password authentication succeeded
Why is winbind able to authenticate users, but can...