Files
keystone/tests/test_auth_plugin.conf
Adam Young 88c319e6bc Pluggable Remote User
Select the code to handle REMOTE_USER based on a config file option

Fixes the REMOTE_USER logic to get the domain name from
REALM, which is the least surprise option.

Disregards the auth_data passed in, as we should be using REMOTE_USER
to get the user name.

External Plugin is now executed in conjunction with the auth methods,
as opposed to in place of them.

DocImpact

blueprint pluggable-remote-user

Change-Id: I9dda6dbe073f03806bdf539db6faa01644109f1c
2013-07-17 12:45:52 +10:00

4 lines
145 B
Plaintext

[auth]
methods = external,password,token,simple-challenge-response
simple-challenge-response = challenge_response_method.SimpleChallengeResponse