Date: Wed, 21 Jan 2004 05:10:23 -0800 (PST) From: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/61662: [japanese/samba] broken support for password changing via CTRL-ALT-DEL on Windows client Message-ID: <200401211310.i0LDANZt015131@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/61662; it has been noted by GNATS. From: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> To: freebsd-gnats-submit@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401211310.i0LDANZt015131>