mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add widgets for kerberos aliases
Create own custom_command_multivalued_widget for kerberos aliases. https://fedorahosted.org/freeipa/ticket/5927 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
This commit is contained in:
committed by
Petr Vobornik
parent
2232a5bb09
commit
4bc2e3164f
@@ -319,6 +319,12 @@ class i18n_messages(Command):
|
||||
"remove_create": _("Disallow ${other_entity} to create keytab of ${primary_key}"),
|
||||
"remove_retrieve": _("Disallow ${other_entity} to retrieve keytab of ${primary_key}"),
|
||||
},
|
||||
"krbaliases": {
|
||||
"adder_title": _("Add Kerberos Principal Alias"),
|
||||
"add_krbal_label": _("New kerberos principal alias"),
|
||||
"remove_title": _("Remove Kerberos Alias"),
|
||||
"remove_message": _("Do you want to remove kerberos alias ${alias}?"),
|
||||
},
|
||||
"krbauthzdata": {
|
||||
"inherited": _("Inherited from server configuration"),
|
||||
"mspac": _("MS-PAC"),
|
||||
|
||||
Reference in New Issue
Block a user