Projet

Général

Profil

0003-agent-authentic2-pass-all-role-s-slugs-of-the-same-o.patch

Benjamin Dauvergne, 25 septembre 2015 15:33

Télécharger (1,06 ko)

Voir les différences:

Subject: [PATCH 3/4] agent/authentic2: pass all role's slugs of the same ou as
 the service in role-slug attribute

 hobo/agent/authentic2/management/commands/hobo_deploy.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
hobo/agent/authentic2/management/commands/hobo_deploy.py
160 160
                SAMLAttribute.objects.get_or_create(
161 161
                    name='role-slug',
162 162
                    name_format='basic',
163
                    attribute_name='role-slug',
163
                    attribute_name='a2_service_ou_role_slugs',
164 164
                    object_id=provider.pk,
165 165
                    content_type=provider_type)
166
-