Navigation Menu

Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-Elie committed Oct 15, 2021
1 parent c54ad5f commit d6ffc4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/auth_pass.c
Expand Up @@ -8,7 +8,7 @@
* (supplied either as arguments or as responses to prompts) and
* validates them against the contents of the password database.
*
* If the user properly authenticates themselves, a nnrp.auth style
* If the user properly authenticates themselves, an nnrp.auth style
* record indicating the user's authenticated login and permitting
* reading and posting to all groups is output on stderr (for reading by
* nnrpd) and the program exits with a 0 status. If the user fails to
Expand Down
2 changes: 1 addition & 1 deletion doc/pod/hook-python.pod
Expand Up @@ -500,7 +500,7 @@ client is closed, the method C<access_close> is called if it exists.

=head2 Writing a Python B<nnrpd> Authentication Module

You need to create a F<nnrpd_auth.py> module in INN's filter directory
You need to create an F<nnrpd_auth.py> module in INN's filter directory
(see the I<pathfilter> setting in F<inn.conf>) where you should define a
class holding certain methods depending on which hooks you want to use.

Expand Down

0 comments on commit d6ffc4c

Please sign in to comment.