#5759 Missing pre_callback in stageuser_add
Closed: Fixed None Opened 8 years ago by mbasti.

stageuser-add do not call pre-callback from baseuser class:

    def pre_common_callback(self, ldap, dn, entry_attrs, attrs_list,
                            **options):
        assert isinstance(dn, DN)
        self.obj.convert_usercertificate_pre(entry_attrs)

The usercertificate is not converted to proper attribute in stageuser-add.


master:

  • d9fe502 Add missing pre_common_callback to stageuser_add

ipa-4-3:

  • 4ddb373 Add missing pre_common_callback to stageuser_add

Metadata Update from @mbasti:
- Issue assigned to mbasti
- Issue set to the milestone: FreeIPA 4.3.2

7 years ago

Login to comment on this ticket.

Metadata