Displaying 2 results from an estimated 2 matches for "smb_pwent".
Did you mean:
sam_pwent
1999 Apr 25
0
swat: bug located
...not in /etc/passwd) you check to see if the user exists;
but only if trust_account is true. I guess this is fine; I don't know
enough about the protocols to know exactly what needs to be done where
and why; but I do know that on line 111 you enter a conditional that
checks "did we find an smb_pwent? no, okay, are we being called with
add_user? yes, okay, let's call add_new_user passing user_name and then
the big clincher (on line 121) pwd->pw_uid.... Remember that the user did
not exist in the /etc/passwd file; thus pwd = null pointer. :) I'd
supply a patch to fix this; but there...
1999 Apr 25
0
swat core dump and debug information
...not in /etc/passwd) you check to see if the user exists;
but only if trust_account is true. I guess this is fine; I don't know
enough about the protocols to know exactly what needs to be done where
and why; but I do know that on line 111 you enter a conditional that
checks "did we find an smb_pwent? no, okay, are we being called with
add_user? yes, okay, let's call add_new_user passing user_name and then
the big clincher (on line 121) pwd->pw_uid.... Remember that the user did
not exist in the /etc/passwd file; thus pwd = null pointer. :) I'd
supply a patch to fix this; but there...