Skip to content

Commit

Permalink
Merge pull request #47 from zopefoundation/fix-formatting
Browse files Browse the repository at this point in the history
Fix formatting in "Plugin Types" documentation.
  • Loading branch information
dataflake committed Aug 14, 2019
2 parents 21121d2 + bea8db2 commit e5530b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Change Log
2.1b1 (unreleased)
------------------

- Fix formatting in "Plugin Types" documentation.


2.0 (2019-05-10)
----------------
Expand Down
10 changes: 5 additions & 5 deletions docs/plugin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Plugin Types
PluggableAuthService defines the following plugin types:

- Authentication plugins identify the user based on data in the request.
o Each PluggableAuthService must contain at least one authentication

- Each PluggableAuthService must contain at least one authentication
plugin.

o The PluggableAuthService defines an ordered set of authentication
- The PluggableAuthService defines an ordered set of authentication
plugins, and queries them in order for each request. The first plugin
to recognize a user returns the user, or raises an exception
(e.g., for password mismatches). If no plugin returns a user,
Expand All @@ -25,10 +25,10 @@ PluggableAuthService defines the following plugin types:
- Decorator plugins add propertysheets to a user, based on request
data or on other data sources.

o These sources might include application data from the ZODB or
- These sources might include application data from the ZODB or
from SQL, etc.

o They might also pull in user data from LDAP, ActiveDirectory,
- They might also pull in user data from LDAP, ActiveDirectory,
passwd files, etc.

- Group plugins add groups to the list of groups to which the user
Expand Down

0 comments on commit e5530b3

Please sign in to comment.