curie2supann: set supannListeRouge to FALSE

This commit is contained in:
Benjamin Dauvergne 2016-05-27 11:00:55 +02:00
parent 073aa30f29
commit 4d1b2ad536
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ class CurieLdifParser(ldif.LDIFParser):
uid = self.assert_sv_attribute(entry, 'employeenumber')
supann_alias_login = self.assert_sv_attribute(entry, 'samaccountname')
user_password = '{SASL}' + supann_alias_login + '@curie'
supann_liste_rouge = 'TRUE'
supann_liste_rouge = 'FALSE'
self.users[uid].update({
'objectClass': ['person', 'supannPerson', 'organizationalPerson', 'eduPerson',