ports/61662: [japanese/samba] broken support for password changing via CTRL-ALT-DEL on Windows client

NAKAJI Hiroyuki nakaji at tutrp.tut.ac.jp
Wed Jan 21 13:10:25 UTC 2004


The following reply was made to PR ports/61662; it has been noted by GNATS.

From: NAKAJI Hiroyuki <nakaji at tutrp.tut.ac.jp>
To: freebsd-gnats-submit at FreeBSD.org
Cc:  
Subject: Re: ports/61662: [japanese/samba] broken support for password changing via CTRL-ALT-DEL on Windows client
Date: Wed, 21 Jan 2004 22:05:09 +0900

 I misunderstood the word "Unprivileged".
 
 I wrote,
 
             The setresgid(2) says, "Unprivileged processes are restricted
     in that each of the new IDs must match one of the current IDs." It
     seems that this "Unprivileged process" is such a process whose
     "effective uid or gid" is not zero.
                    ^^^^^^
 
 but it is better to write
 
             The setresgid(2) says, "Unprivileged processes are restricted
     in that each of the new IDs must match one of the current IDs." It
     seems that this "Unprivileged process" is such a process whose
     "effective uid" is not zero.
 
 Anyway the reason of the problem that you cannot change your password
 from Windows must be the bug of Samba itself, and I think the fix is
 ok.
 
 Thanks for fixing wrong class, sergei. I was hurrying too much.
 -- 
 NAKAJI Hiroyuki



More information about the freebsd-ports-bugs mailing list