author | Christophe de Vienne <cdevienne@gmail.com> |
Wed, 04 Dec 2013 14:26:35 +0100 | |
branch | stable |
changeset 9330 | 45e0034e2a73 |
parent 8483 | 4ba11607d84a |
permissions | -rw-r--r-- |
sync_schema_props_perms('EmailAddress') for source in rql('CWSource X WHERE X type "ldapuser"').entities(): config = source.dictconfig host = config.pop('host', u'ldap') protocol = config.pop('protocol', u'ldap') source.cw_set(url=u'%s://%s' % (protocol, host)) source.update_config(skip_unknown=True, **config) commit()