[Bug 653] sshd breaks logins after upgrade to 3.7.1p1 (Tru64 UNIX)
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Thu Sep 18 04:50:28 EST 2003
http://bugzilla.mindrot.org/show_bug.cgi?id=653
------- Additional Comments From mmokrejs at natur.cuni.cz 2003-09-18 04:50 -------
OK, I stole the idea from http://bugzilla.mindrot.org/show_bug.cgi?id=659
Edit openssh-3.7.1p1/config.h to have as follows:
/* Define if your platform breaks doing a seteuid before a setuid */
#define SETEUID_BREAKS_SETUID
/* Define if your setreuid() is broken */
#define BROKEN_SETREUID
/* Define if your setregid() is broken */
#define BROKEN_SETREGID
That fixes our problem.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list