Skip to content
This repository was archived by the owner on Jan 28, 2020. It is now read-only.

Commit 54439c2

Browse files
committed
Merge pull request #52 from jokajak/patch-1
Fix minor typo in README
2 parents c6123bf + e987302 commit 54439c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
===========================================================================
44

55
mod_auth_mellon is a authentication module for apache. It authenticates
6-
the user against a SAML 2.0 IdP, and and grants access to directories
6+
the user against a SAML 2.0 IdP, and grants access to directories
77
depending on attributes received from the IdP.
88

99

@@ -81,7 +81,7 @@ This will print the path where Apache stores modules. mod_auth_mellon.so
8181
will be stored in that directory.
8282

8383
You will also need to make sure that Apache's authn_core module is also
84-
enabled. Most likely you also want authz_user to be abled.
84+
enabled. Most likely you also want authz_user to be enabled.
8585

8686
After you have added the LoadModule directive, you must add configuration
8787
for mod_auth_mellon. The following is an example configuration:

0 commit comments

Comments
 (0)