Skip to content

Commit

Permalink
Merge pull request #25 from ka7/spelling
Browse files Browse the repository at this point in the history
spelling fixes, as seen on lintian.debian.org
  • Loading branch information
phokz committed May 2, 2018
2 parents 6e4da8f + 0ee39e5 commit 65746b5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions mod_authnz_external/CHANGES
Expand Up @@ -24,7 +24,7 @@ v3.3.0 (Jan Wolter - Oct 6, 2011)
versions.
* Deleted 'GroupExternalAuthoritative' and 'AuthzExternalAuthoritative'
directives which are obsolete.
* Deleted 'GroupExternalError' directive which is superceded by Apache's
* Deleted 'GroupExternalError' directive which is superseded by Apache's
'AuthzSendForbiddenOnFailure' directive.

v3.2.6 (Jan Wolter - Oct 6, 2011)
Expand Down Expand Up @@ -66,10 +66,10 @@ v3.2.3 (Jan Wolter - Feb 26, 2009)
-----------------------------------------------
* Added GroupExternalError directive, which allows you to specify the
HTTP error code to be returned if the group access check fails.
Defaut is 401, but you may want to return 403 if you want to show the
Default is 401, but you may want to return 403 if you want to show the
user an error page instead of asking him to login again. Thanks to
Peter Crawshaw <pcrawshaw@mta.ca> for this patch.
* In hopes of getting to a more consistantly named set of directives,
* In hopes of getting to a more consistently named set of directives,
added new aliases for two old directives:
GroupExternalAuthoritative alias for AuthzExternalAuthoritative
GroupExternalManyAtOnce alias for AuthExternalGroupsAtOnce
Expand Down
6 changes: 3 additions & 3 deletions mod_authnz_external/INSTALL
Expand Up @@ -63,7 +63,7 @@ NOTES:
on dynamically loaded modules see http://www.apache.org/docs/dso.html

Instructions for both options are given here. The dynamic loading
option will probably be prefered on virtually all modern installations.
option will probably be preferred on virtually all modern installations.

* There is also documentation in the README file and in the AUTHENTICATORS
file. If you find this document unclear, reading those may help.
Expand Down Expand Up @@ -303,7 +303,7 @@ instructions to your server configuration.
typically used as config file path. The ":" is required even if
the <data> is an empty string.

In the old-style syntax, the path declaration should always preceed
In the old-style syntax, the path declaration should always preced
the method declaration, and the method declaration can be omitted if
you want the default.

Expand Down Expand Up @@ -624,7 +624,7 @@ instructions to your server configuration.
- Apache complains about not recognizing mod_authnz_external commands
in the httpd.conf file like "DefineExternalAuth" and "AddExternalAuth".

Either the module didn't get installed (if you staticly linked
Either the module didn't get installed (if you statically linked
the module, are you running the newly compiled copy of httpd?),
or it isn't enabled (if it is dynamically linked, the AddModule
LoadModule commands described above in step (1) may be missing,
Expand Down
2 changes: 1 addition & 1 deletion mod_authnz_external/TODO
Expand Up @@ -4,7 +4,7 @@ Jan Wolter:
socket connecting to the external authenticator, and only launch a new one
if the initial connection attempt fails. This would avoid launching a
new authenticator for each hit. Instead the authenticator would be a
persistant process that can hold open a connection to the database and
persistent process that can hold open a connection to the database and
even do caching of recent authentications.

- Improve Windows support. Theoretically version 3.2.0 should work on
Expand Down
2 changes: 1 addition & 1 deletion mod_authz_unixgroup/CHANGES
Expand Up @@ -34,7 +34,7 @@ v1.0.1 (Jan Wolter - Aug 6, 2008)
Both of the above modifications are inspired by patches made by Ken Lalonde
<ken at globalremit dot com>.

* Included "http_request.h" header file to surpress a harmless compile-time
* Included "http_request.h" header file to suppress a harmless compile-time
warning.

v1.0.0 (Jan Wolter - Feb 19, 2006)
Expand Down
2 changes: 1 addition & 1 deletion mod_authz_unixgroup/README
Expand Up @@ -57,5 +57,5 @@ Mod_authnz_external is available from:
Pwauth is available from:
http://code.google.com/p/pwauth/

It might also be possible to use this with mod_auth_shadow, expecially if a
It might also be possible to use this with mod_auth_shadow, especially if a
authn/authz version of that is ever released.

0 comments on commit 65746b5

Please sign in to comment.