Univention Bugzilla – Attachment 7774 Details for
Bug 41695
saml/serviceprovider defines multiple properties with identifies=True
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
41695.patch (text/plain), 2.58 KB, created by
Florian Best
on 2016-06-29 01:02:23 CEST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2016-06-29 01:02:23 CEST
Size:
2.58 KB
patch
obsolete
>diff --git a/saml/univention-saml/modules/univention/admin/handlers/saml/serviceprovider.py b/saml/univention-saml/modules/univention/admin/handlers/saml/serviceprovider.py >index 769b948..b44e9b0 100644 >--- a/saml/univention-saml/modules/univention/admin/handlers/saml/serviceprovider.py >+++ b/saml/univention-saml/modules/univention/admin/handlers/saml/serviceprovider.py >@@ -75,7 +75,7 @@ > options = [], > required = True, > may_change = True, >- identifies = True, >+ identifies = False, > ), > 'NameIDFormat': univention.admin.property( > short_description = _(u'Format of NameID attribute'), >@@ -85,7 +85,7 @@ > options = [], > required = False, > may_change = True, >- identifies = True, >+ identifies = False, > ), > 'simplesamlNameIDAttribute': univention.admin.property( > short_description = _(u'Name of the attribute that is used as NameID'), >@@ -95,7 +95,7 @@ > options = [], > required = False, > may_change = True, >- identifies = True, >+ identifies = False, > default = "uid" > ), > 'simplesamlAttributes': univention.admin.property( >@@ -117,7 +117,7 @@ > options = [], > required = False, > may_change = True, >- identifies = True, >+ identifies = False, > ), > 'serviceproviderdescription': univention.admin.property( > short_description = _(u'Description of this service provider'), >@@ -127,7 +127,7 @@ > options = [], > required = False, > may_change = True, >- identifies = True, >+ identifies = False, > ), > 'serviceProviderOrganizationName': univention.admin.property( > short_description = _(u'Name of the organization for this service provider'), >@@ -137,7 +137,7 @@ > options = [], > required = False, > may_change = True, >- identifies = True, >+ identifies = False, > ), > 'privacypolicyURL': univention.admin.property( > short_description = _(u'URL to the service provider\'s privacy policy'), >@@ -147,7 +147,7 @@ > options = [], > required = False, > may_change = True, >- identifies = True, >+ identifies = False, > ), > 'attributesNameFormat': univention.admin.property( > short_description = _(u'Value for attribute format field'), >@@ -157,7 +157,7 @@ > options = [], > required = False, > may_change = True, >- identifies = True, >+ identifies = False, > ), > 'singleLogoutService': univention.admin.property( > short_description = _(u'Single logout URL for this service provider'), >@@ -167,7 +167,7 @@ > options = [], > required = False, > may_change = True, >- identifies = True, >+ identifies = False, > ), > 'serviceProviderMetadata': univention.admin.property( > short_description=_('XML metadata'),
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 41695
: 7774