summaryrefslogtreecommitdiffstats
path: root/tests/auth_plugin_external_domain.conf
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2013-07-12 10:23:38 -0400
committerJamie Lennox <jamielennox@gmail.com>2013-07-17 12:45:52 +1000
commit88c319e6bce98082f9a90b8b27726793d5366326 (patch)
tree867ae6600cec6cfd50885eaf86d17dfb27cd1a16 /tests/auth_plugin_external_domain.conf
parent3a56c8a68d0f033266f98963261a6d724e506966 (diff)
downloadkeystone-88c319e6bce98082f9a90b8b27726793d5366326.tar.gz
keystone-88c319e6bce98082f9a90b8b27726793d5366326.tar.xz
keystone-88c319e6bce98082f9a90b8b27726793d5366326.zip
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
Diffstat (limited to 'tests/auth_plugin_external_domain.conf')
-rw-r--r--tests/auth_plugin_external_domain.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auth_plugin_external_domain.conf b/tests/auth_plugin_external_domain.conf
new file mode 100644
index 00000000..78f08810
--- /dev/null
+++ b/tests/auth_plugin_external_domain.conf
@@ -0,0 +1,3 @@
+[auth]
+methods = external
+external = keystone.auth.plugins.external.ExternalDomain \ No newline at end of file