diff options
| author | Dolph Mathews <dolph.mathews@gmail.com> | 2013-04-29 09:04:11 -0500 |
|---|---|---|
| committer | Dolph Mathews <dolph.mathews@gmail.com> | 2013-04-29 09:04:20 -0500 |
| commit | 9bc7267bd7ad1edca4135051767f2e99d9b66d38 (patch) | |
| tree | 49a6485ef01d80f75da39f05feab3cd2e2887cf5 | |
| parent | a78bc2e427a792c63d6b881c5e389ff3703480a1 (diff) | |
Remove unused CONF.pam.url
Change-Id: I77a20d1910063b5cbee601885cd049df86c03752
| -rw-r--r-- | keystone/common/config.py | 1 | ||||
| -rw-r--r-- | tests/backend_pam.conf | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/keystone/common/config.py b/keystone/common/config.py index e2ff7e14..5483a6a0 100644 --- a/keystone/common/config.py +++ b/keystone/common/config.py @@ -389,7 +389,6 @@ def configure(): register_str('tls_req_cert', group='ldap', default='demand') # pam - register_str('url', group='pam', default=None) register_str('userid', group='pam', default=None) register_str('password', group='pam', default=None) diff --git a/tests/backend_pam.conf b/tests/backend_pam.conf index b3f922e6..41f868c7 100644 --- a/tests/backend_pam.conf +++ b/tests/backend_pam.conf @@ -1,5 +1,4 @@ [pam] -url = fake://memory userid = fakeuser password = fakepass |
