mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
ec8b26b2c4
The command ipa stageuser-add --user-auth-type=xxx is currently failing because the objectclass ipauserauthtypeclass is missing from the created entry. There is code adding the missing objectclass in the pre_common_callback method of user_add, and this code should be common to user_add and stageuser_add. In order to avoid code duplication, it makes more sense to move the existing code to pre_common_callback of baseuser_add, that is called by both classes. Fixes: https://pagure.io/freeipa/issue/8909 Reviewed-By: Rob Crittenden <rcritten@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> |
||
---|---|---|
.. | ||
advise | ||
custodia | ||
dnssec | ||
install | ||
plugins | ||
secrets | ||
__init__.py | ||
dcerpc_common.py | ||
dcerpc.py | ||
dns_data_management.py | ||
Makefile.am | ||
masters.py | ||
p11helper.py | ||
rpcserver.py | ||
servroles.py | ||
setup.cfg | ||
setup.py | ||
topology.py | ||
wsgi.py |