aboutsummaryrefslogtreecommitdiff
path: root/secure/libexec
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>2001-05-07 20:38:39 +0000
committerNick Sayer <nsayer@FreeBSD.org>2001-05-07 20:38:39 +0000
commit76235b992ba9e58e5924118c10ac1f8eb640b58f (patch)
treeb112d9c065c7e9bf7aaf5900678c4c8d3508a1d7 /secure/libexec
parent3b26be6ae163771679f086bb3426661ba369cb27 (diff)
downloadsrc-76235b992ba9e58e5924118c10ac1f8eb640b58f.tar.gz
src-76235b992ba9e58e5924118c10ac1f8eb640b58f.zip
Add PAM support to SRA authentication. Cribbed mostly from ftpd. This
doesn't solve the problem of root being allowed to log in, but that sort of thing is something PAM should be doing anyway.
Notes
Notes: svn path=/head/; revision=76337
Diffstat (limited to 'secure/libexec')
-rw-r--r--secure/libexec/telnetd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/libexec/telnetd/Makefile b/secure/libexec/telnetd/Makefile
index 7dffb39d6994..47b18415fa21 100644
--- a/secure/libexec/telnetd/Makefile
+++ b/secure/libexec/telnetd/Makefile
@@ -15,7 +15,7 @@ SRCS= global.c slc.c state.c sys_term.c telnetd.c \
DPADD= ${LIBUTIL} ${LIBTERMCAP} ${LIBTELNET} ${LIBCRYPTO} ${LIBMP} \
${LIBCRYPT}
-LDADD= -lutil -ltermcap ${LIBTELNET} -lcrypto -lcrypt -lmp
+LDADD= -lutil -ltermcap ${LIBTELNET} -lcrypto -lcrypt -lmp -lpam
.include <bsd.prog.mk>