diff options
author | Ermal <eri@pfsense.org> | 2014-09-10 19:33:56 +0200 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2014-09-10 19:33:56 +0200 |
commit | 4881e5a999a9be1e1732267110152a5160f1727d (patch) | |
tree | 2e7eb0f8c14578d4358c6d6ddd81b7df2a63d446 /etc/inc | |
parent | 537940c824015fc4d81b59fd0e365e8cc0e337d8 (diff) | |
download | pfsense-4881e5a999a9be1e1732267110152a5160f1727d.zip pfsense-4881e5a999a9be1e1732267110152a5160f1727d.tar.gz |
Remove racoon references
Diffstat (limited to 'etc/inc')
-rwxr-xr-x | etc/inc/ipsec.auth-user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/ipsec.auth-user.php b/etc/inc/ipsec.auth-user.php index 8707e02..1171735 100755 --- a/etc/inc/ipsec.auth-user.php +++ b/etc/inc/ipsec.auth-user.php @@ -35,7 +35,7 @@ pfSense_MODULE: openvpn */ /* - * racoon calls this script to authenticate a user + * ipsec calls this script to authenticate a user * based on a username and password. We lookup these * in our config.xml file and check the credentials. */ |