summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Groffen <groffenj@dsto.defence.gov.au>2016-02-17 09:54:42 +1030
committerSimo Sorce <simo@redhat.com>2016-02-17 17:52:10 -0500
commitf29a1574c94ad8875626d4d707cc712a6f68ee29 (patch)
tree2ab22c4007734b09b77f38dd829fc0262afe0314
parent3361a7910e5b934d65ca3cb70aa551dddff69179 (diff)
downloadmod_auth_gssapi-f29a1574c94ad8875626d4d707cc712a6f68ee29.tar.gz
mod_auth_gssapi-f29a1574c94ad8875626d4d707cc712a6f68ee29.tar.xz
mod_auth_gssapi-f29a1574c94ad8875626d4d707cc712a6f68ee29.zip
Corrected two typos in the README file.
Reviewed-by: Simo Sorce <simo@redhat.com> Close #71
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 6f72d72..72135cb 100644
--- a/README
+++ b/README
@@ -196,9 +196,9 @@ keytab and store a ccache in the configured ccache file.
### GssapiBasicAuth
Allows the use of Basic Auth in conjunction with Negotiate.
-If the browser fails to use Negotiate is will instead fallback to Basic and
+If the browser fails to use Negotiate it will instead fallback to Basic and
the username and password will be used to try to acquire credentials in the
-module via GSSAPI. If credentials are acquire successfully then they are
+module via GSSAPI. If credentials are acquired successfully then they are
validated against the server's keytab.
- **Enable with:** GssapiBasicAuth On