mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 16:51:55 -06:00
Hide trust-resolve command
We do not need to expose a public FreeIPA specific interface to resolve SIDs to names. The interface is only used internally to resolve SIDs when external group members are listed. Additionally, the command interface is not prepared for regular user and can give rather confusing results. Hide it from CLI. The API itself is still accessible and compatible with older clients. https://fedorahosted.org/freeipa/ticket/4113
This commit is contained in:
parent
2adfaa3a9b
commit
511a5f248b
@ -978,6 +978,7 @@ if _nss_idmap_installed:
|
||||
return unicode(string)
|
||||
|
||||
class trust_resolve(Command):
|
||||
NO_CLI = True
|
||||
__doc__ = _('Resolve security identifiers of users and groups in trusted domains')
|
||||
|
||||
takes_options = (
|
||||
|
Loading…
Reference in New Issue
Block a user