Projet

Général

Profil

0001-hobo-mark-that-the-idp-manages-the-user-attributes-1.patch

Frédéric Péters, 02 mars 2016 11:16

Télécharger (875 octets)

Voir les différences:

Subject: [PATCH] hobo: mark that the idp manages the user attributes (#10141)

 wcs/ctl/check_hobos.py | 3 +++
 1 file changed, 3 insertions(+)
wcs/ctl/check_hobos.py
198 198
        elif not idps and not 'password' in methods:
199 199
            methods.append('password')
200 200
        pub.cfg['identification']['methods'] = methods
201
        if not pub.cfg.get('sp'):
202
            pub.cfg['sp'] = {}
203
        pub.cfg['sp']['idp-manage-user-attributes'] = bool(idps)
201 204
        pub.write_cfg()
202 205

  
203 206
        if not idps:
204
-