mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-09-03 20:52:56 -05:00
Trust CLI: mark trust-mod for future use
Fixes: https://fedorahosted.org/freeipa/ticket/2968
This commit is contained in:
@@ -296,7 +296,12 @@ class trust_del(LDAPDelete):
|
||||
return result['result']['dn']
|
||||
|
||||
class trust_mod(LDAPUpdate):
|
||||
__doc__ = _('Modify a trust.')
|
||||
__doc__ = _("""
|
||||
Modify a trust (for future use).
|
||||
|
||||
Currently only the default option to modify the LDAP attributes are
|
||||
available. More specific options will be added in coming releases.
|
||||
""")
|
||||
|
||||
msg_summary = _('Modified trust "%(value)s"')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user