Merge "Add warning about using `external` with federation"

This commit is contained in:
Jenkins 2017-01-26 06:22:29 +00:00 committed by Gerrit Code Review
commit 8d59e70d59
1 changed files with 5 additions and 1 deletions

View File

@ -20,7 +20,11 @@ methods = cfg.ListOpt(
'methods',
default=constants._DEFAULT_AUTH_METHODS,
help=utils.fmt("""
Allowed authentication methods.
Allowed authentication methods. Note: You should disable the `external` auth
method if you are currently using federation. External auth and federation
both use the REMOTE_USER variable. Since both the mapped and external plugin
are being invoked to validate attributes in the request environment, it can
cause conflicts.
"""))
password = cfg.StrOpt( # nosec : This is the name of the plugin, not