diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-15 16:48:37 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-15 16:48:37 +0000 |
commit | dfc45f443213b16076e40937d952c74be1a0cb7a (patch) | |
tree | 860825f5cdd582584a07514fbbabbe9b56bfdfc0 /security/pam_pop3/pkg-descr | |
parent | Use USE_GNOMENG. (diff) |
add pam_pop3 1.0
This module authenticates a user against a POP3 server
PR: 40601
Submitted by: Gea-Suan Lin <gslin@Infomath.math.NCTU.edu.tw>
Notes
Notes:
svn path=/head/; revision=62999
Diffstat (limited to 'security/pam_pop3/pkg-descr')
-rw-r--r-- | security/pam_pop3/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/security/pam_pop3/pkg-descr b/security/pam_pop3/pkg-descr new file mode 100644 index 000000000000..9ffa70f21d9a --- /dev/null +++ b/security/pam_pop3/pkg-descr @@ -0,0 +1,6 @@ +pam_pop3 by Schlomo Schapiro (schapiro@huji.ac.il) + +This module authenticates a user against a POP3 server. +It supplies only the AUTH functions. + +WWW: http://shum.huji.ac.il/~schapiro/linux/ |