summaryrefslogtreecommitdiff
path: root/auth-sia.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2003-03-21 01:18:09 +0000
committerBen Lindstrom <mouring@eviladmin.org>2003-03-21 01:18:09 +0000
commitc8c548d24883eaff20ea1665022ee92bd0632e29 (patch)
treeae926d0d3ef2d1c08f34c5b5f919451d0d29e7fa /auth-sia.h
parenta5a2648b81c9347c241c37e6cba78f1df47e9320 (diff)
- (bal) Disable Privsep for Tru64 after pre-authentication due to issues
with SIA. Also, clean up of tru64 support patch by Chris Adams <cmadams@hiwaay.net>
Diffstat (limited to 'auth-sia.h')
-rw-r--r--auth-sia.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth-sia.h b/auth-sia.h
index caa584132..7aecce940 100644
--- a/auth-sia.h
+++ b/auth-sia.h
@@ -27,6 +27,6 @@
27#ifdef HAVE_OSF_SIA 27#ifdef HAVE_OSF_SIA
28 28
29int auth_sia_password(Authctxt *authctxt, char *pass); 29int auth_sia_password(Authctxt *authctxt, char *pass);
30void session_setup_sia(char *user, char *tty); 30void session_setup_sia(struct passwd *pw, char *tty);
31 31
32#endif /* HAVE_OSF_SIA */ 32#endif /* HAVE_OSF_SIA */