Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Feb 2003 12:47:47 +0100
From:      Alexander Leidinger <Alexander@Leidinger.net>
To:        Dag-Erling Smorgrav <des@FreeBSD.ORG>
Cc:        src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG, legacy-committers@FreeBSD.ORG
Subject:   Re: cvs commit: src/crypto/openssh ssh-agent.c
Message-ID:  <20030209124747.0e1b4b13.Alexander@Leidinger.net>
In-Reply-To: <200302071548.h17FmRwv034210@repoman.freebsd.org>
References:  <200302071548.h17FmRwv034210@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 7 Feb 2003 07:48:27 -0800 (PST)
Dag-Erling Smorgrav <des@FreeBSD.ORG> wrote:

> des         2003/02/07 07:48:27 PST
> 
>   Modified files:
>     crypto/openssh       ssh-agent.c 
>   Log:
>   Set the ruid to the euid at startup as a workaround for a bug in pam_ssh.

Was this supposed to fix my problem with xdm? If yes: doesn't work, I
still have to start ssh-agent on my own.

BTW.: I still have
---snip---
+#if 0
                                if ((euid != 0) && (getuid() != euid)) {
                                        error("uid mismatch: "
                                            "peer euid %u != uid %u",
@@ -841,6 +846,7 @@
                                        close(sock);
                                        break;
                                }
+#endif
---snip---
so this shouldn't be a problem.

Bye,
Alexander.

-- 
           Intel: where Quality is job number 0.9998782345!

http://www.Leidinger.net                       Alexander @ Leidinger.net
  GPG fingerprint = C518 BC70 E67F 143F BE91  3365 79E2 9C60 B006 3FE7

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-src" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030209124747.0e1b4b13.Alexander>