net use * \\10.0.10.29\web /USER:MBTMASTER\michael.cesar
This produced the following results (I omitted some lines because it didn't seem related):
MY OBSERVATIONS:
1) winbind retruned the correct user name to samba.
2) winbind (getpwnam) couldn't find the name michael.cesar in ??? Why?
3) winbind (getgrnam) tried to create a user with group of ()? Why? Where does it get this infomation?
4) winbind failed to authenticate because it could not find the group ().
Does anybody understand the inner workings of this? Thanks in advance.
Michael Cesar Intranet Services
[2004/08/31 14:43:32, 5] nsswitch/winbindd_pam.c:winbindd_pam_auth_crap(612)
NTLM CRAP authentication for user [MBTMASTER]\[michael.cesar] returned NT_STATUS_OK (PAM: 0)
[2004/08/31 14:43:32, 3] nsswitch/winbindd_acct.c:winbindd_create_user(880)
[31826]: create_user: user=>(michael.cesar), group=>()
[2004/08/31 14:43:32, 5] nsswitch/winbindd_acct.c:wb_getpwnam(393)
wb_getpwnam: Did not find user (michael.cesar)
[2004/08/31 14:43:32, 5] nsswitch/winbindd_acct.c:wb_getgrnam(522)
wb_getgrnam: Did not find group ()
[2004/08/31 14:43:32, 2] nsswitch/winbindd_acct.c:winbindd_create_user(904)
winbindd_create_user: Cannot validate gid for group ()
[2004/08/31 14:43:32, 3] nsswitch/winbindd_acct.c:winbindd_create_user(880)
[31826]: create_user: user=>(michael.cesar), group=>()
[2004/08/31 14:43:32, 5] nsswitch/winbindd_acct.c:wb_getpwnam(393)
wb_getpwnam: Did not find user (michael.cesar)
[2004/08/31 14:43:32, 5] nsswitch/winbindd_acct.c:wb_getgrnam(522)
wb_getgrnam: Did not find group ()
[2004/08/31 14:43:32, 2] nsswitch/winbindd_acct.c:winbindd_create_user(904)
winbindd_create_user: Cannot validate gid for group ()
[2004/08/31 14:43:32, 3] nsswitch/winbindd_acct.c:winbindd_create_user(880)
[31826]: create_user: user=>(michael.cesar), group=>()
[2004/08/31 14:43:32, 5] nsswitch/winbindd_acct.c:wb_getpwnam(393)
wb_getpwnam: Did not find user (michael.cesar)
[2004/08/31 14:43:32, 5] nsswitch/winbindd_acct.c:wb_getgrnam(522)
wb_getgrnam: Did not find group ()
[2004/08/31 14:43:32, 2] nsswitch/winbindd_acct.c:winbindd_create_user(904)
winbindd_create_user: Cannot validate gid for group ()
-- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
