HEX
Server: LiteSpeed
System: Linux shams.tasjeel.ae 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64
User: infowars (1469)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: //proc/self/root/lib/python3.9/site-packages/ipaclient/plugins/passwd.py
#
# Copyright (C) 2016  FreeIPA Contributors see COPYING for license
#

from ipaclient.frontend import CommandOverride
from ipalib.plugable import Registry

register = Registry()


@register(override=True, no_fail=True)
class passwd(CommandOverride):
    def get_args(self):
        for arg in super(passwd, self).get_args():
            if arg.name == 'current_password':
                arg = arg.clone(sortorder=-1)
            yield arg