diff options
author | pav <pav@FreeBSD.org> | 2006-04-16 00:44:01 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-04-16 00:44:01 +0800 |
commit | 62aee63d99d8cb75dde12ac927d35de6e587093f (patch) | |
tree | 59803d64cbfa319b8ed4f7c300e29555850ed725 /mail/Makefile | |
parent | bc2c88cdd18ca5b6958a16191aa92f60b049ebb6 (diff) | |
download | freebsd-ports-gnome-62aee63d99d8cb75dde12ac927d35de6e587093f.tar.gz freebsd-ports-gnome-62aee63d99d8cb75dde12ac927d35de6e587093f.tar.zst freebsd-ports-gnome-62aee63d99d8cb75dde12ac927d35de6e587093f.zip |
If you keep SquirrelMail behind a password-protected directory on your web
server and if PHP has access to the username and password, this plugin will
bypass the login screen and use the provided username/password.
If this plugin enabled and the information isn't present, it doesn't crash
or produce error messages. It just doesn't automatically log you in. If the
user/pass information does not work for the IMAP server, this still displays
the login form, just in case the web server password and IMAP password are
not synchronized.
WWW: http://www.squirrelmail.org/plugin_view.php?id=34
PR: ports/95752
Submitted by: Stefan Bethke <stb@lassitu.de>
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index c5dbed2a7469..ffe98714a106 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -508,6 +508,7 @@ SUBDIR += squirrelmail-compatibility-plugin SUBDIR += squirrelmail-devel SUBDIR += squirrelmail-email_footer-plugin + SUBDIR += squirrelmail-login_auth-plugin SUBDIR += squirrelmail-login_notes-plugin SUBDIR += squirrelmail-notes-plugin SUBDIR += squirrelmail-notify-plugin |