Don't use setreuid() to play games with the real uid, since not all
authorTheodore Tso <tytso@mit.edu>
Sat, 29 Apr 1995 00:36:13 +0000 (00:36 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 29 Apr 1995 00:36:13 +0000 (00:36 +0000)
commit44979a147df0adcf214ecc2f6d9518c6964402e6
tree367898edf77ab9b053ab11a69ee02ff71977129d
parent748eaae393eb90ad6aa519835d37e05bc4ad3be8
Don't use setreuid() to play games with the real uid, since not all
systems have setreuid().  This method of communicating to in_tkt what
the correct owner of the ticket file is completely broken, anyway.  We
skip the setreuid() entirely, and then chown the ticket file to the
correct owner and group afterwards.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5650 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/bsd/ChangeLog
src/appl/bsd/login.c