summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/sasl.inc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-01-15 11:14:36 -0200
committerRenato Botelho <renato@netgate.com>2016-01-15 11:14:36 -0200
commit89b7a21d679fdecfb0660facdb798b85834d677c (patch)
tree671d3617098dd84b316cc0431696e5f93fc5dab1 /src/etc/inc/sasl.inc
parentb97c7ee5f88658195fc29ce02ea0e9b8e72d4ca6 (diff)
downloadpfsense-89b7a21d679fdecfb0660facdb798b85834d677c.zip
pfsense-89b7a21d679fdecfb0660facdb798b85834d677c.tar.gz
Update sasl classes to last version and remove all style customizations - http://www.phpclasses.org/package/1888-PHP-Single-API-for-standard-authentication-mechanisms.html
Diffstat (limited to 'src/etc/inc/sasl.inc')
-rw-r--r--src/etc/inc/sasl.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/etc/inc/sasl.inc b/src/etc/inc/sasl.inc
index a9582da..f6a8d0b 100644
--- a/src/etc/inc/sasl.inc
+++ b/src/etc/inc/sasl.inc
@@ -178,7 +178,7 @@ class sasl_client_class
<purpose>Retrieve the values of one or more credentials to be used by
the authentication mechanism classes.</purpose>
<usage>This is meant to be used by authentication mechanism driver
- classes to retrieve the credentials that may be needed.</usage>
+ classes to retrieve the credentials that may be neede.</usage>
<returnvalue>The function may return <tt>SASL_CONTINUE</tt> if it
succeeded, or <tt>SASL_NOMECH</tt> if it was not possible to
retrieve one of the requested credentials.</returnvalue>
@@ -359,7 +359,7 @@ class sasl_client_class
<type>INTEGER</type>
<documentation>
<purpose>Process the authentication steps after the initial step,
- until the authentication iteration dialog is complete.</purpose>
+ until the authetication iteration dialog is complete.</purpose>
<usage>Call this function iteratively after a successful initial
step calling the <functionlink>Start</functionlink> function.</usage>
<returnvalue>The function returns <tt>SASL_CONTINUE</tt> if step was
OpenPOWER on IntegriCloud