summaryrefslogtreecommitdiff
path: root/auth-sia.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2003-03-21 01:15:17 +0000
committerBen Lindstrom <mouring@eviladmin.org>2003-03-21 01:15:17 +0000
commit1f1ac904ad19c2dc12203a43de8dd8b90a9cfa96 (patch)
tree39483b33fc1ddf221eb05cadeab12b8a00b8e5b5 /auth-sia.h
parentf38ba20df530935c085eee2011f5d6693b79b806 (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 */