DCE stuff

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8525 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-07-02 05:33:48 +00:00
parent d730184472
commit e3d3bbceb5
2 changed files with 33 additions and 1 deletions

View File

@@ -1177,6 +1177,10 @@ startslave(char *host, int autologin, char *autoname)
# endif /* PARENT_DOES_UTMP */
} else {
getptyslave();
#if defined(DCE)
/* if we authenticated via K5, try and join the PAG */
kerberos5_dfspag();
#endif
start_login(host, autologin, autoname);
/*NOTREACHED*/
}