mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
UI support for ssh keys
To user and host details pages was added ipasshpubkey attribute. New widget for ssh public keys was created. https://fedorahosted.org/freeipa/ticket/2340
This commit is contained in:
@@ -91,7 +91,12 @@ IPA.user.entity = function(spec) {
|
||||
'uidnumber',
|
||||
'gidnumber',
|
||||
'loginshell',
|
||||
'homedirectory'
|
||||
'homedirectory',
|
||||
{
|
||||
type: 'sshkeys',
|
||||
name: 'ipasshpubkey',
|
||||
label: IPA.messages.objects.sshkeystore.keys
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -670,4 +675,4 @@ IPA.user_password_widget = function(spec) {
|
||||
return that;
|
||||
};
|
||||
|
||||
IPA.register('user', IPA.user.entity);
|
||||
IPA.register('user', IPA.user.entity);
|
||||
Reference in New Issue
Block a user