K 10 svn:author V 4 ache K 8 svn:date V 27 2002-04-20T04:38:07.000000Z K 7 svn:log V 403 Please repeat after me: setusercontext() modifies _current_ environment, but sshd uses separate child_env. So, to make setusercontext() really does something, environment must be switched before call and passed to child_env back after it. The error here was that modified environment not passed back to child_env, so all variables that setusercontext() adds are lost, including ones from ~/.login_conf END