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