On Sat, Apr 20, 2002 at 05:21:42 +0400, Andrey A. Chernov wrote:
> Well, who damages LOGIN_CAP processing in sshd now? It not reads 
> ~/.login_conf anymore and not sets LOGIN_CAP limits.

I see parent environment seriously damaged in do_setusercontext() since
not saved. I mean MAIL,BLOCKSIZE & FTP_PASSIVE_MODE variables,
overwritten by /etc/login.conf Really any environment variable can be
overwritten here, so please restore good old code which saves&restores
parent environment before calling setusercontext(). do_setup_env() code is 
broken too because call setusercontext() which modify _current_ 
environment, and NOT child one.

-- 
Andrey A. Chernov
http://ache.pp.ru/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to