Remove unused CONF.pam.url

Change-Id: I77a20d1910063b5cbee601885cd049df86c03752
This commit is contained in:
Dolph Mathews 2013-04-29 09:04:11 -05:00
parent a78bc2e427
commit 9bc7267bd7
2 changed files with 0 additions and 2 deletions

View File

@ -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)

View File

@ -1,5 +1,4 @@
[pam]
url = fake://memory
userid = fakeuser
password = fakepass