mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-08 15:23:00 -06:00
182fbe3094
kerberos principal name Add an identity an visit class to TurboGears that can handle the user without requiring a database Update the UI to show the user correctly. Note that this is currently disabled. It is hardcoded to always return the principal test@FREEIPA.ORG in proxyprovider.py It doesn't handle an unauthorized request because that can never happen.
7 lines
184 B
Plaintext
7 lines
184 B
Plaintext
|
|
[turbogears.identity.provider]
|
|
proxyprovider = ipagui.proxyprovider:ProxyIdentityProvider
|
|
|
|
[turbogears.visit.manager]
|
|
proxyvisit = ipagui.proxyvisit:ProxyVisitManager
|