summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--install/ui/src/freeipa/host.js2
-rw-r--r--install/ui/src/freeipa/user.js9
2 files changed, 9 insertions, 2 deletions
diff --git a/install/ui/src/freeipa/host.js b/install/ui/src/freeipa/host.js
index ff1e5da5..663a39a2 100644
--- a/install/ui/src/freeipa/host.js
+++ b/install/ui/src/freeipa/host.js
@@ -91,6 +91,7 @@ return {
$type: 'textarea',
name: 'description'
},
+ 'userclass',
'l',
'nshostlocation',
'nshardwareplatform',
@@ -250,6 +251,7 @@ return {
{
name: 'other',
fields: [
+ 'userclass',
{
name: 'ip_address',
validators: [ 'ip_address' ],
diff --git a/install/ui/src/freeipa/user.js b/install/ui/src/freeipa/user.js
index d2ee3293..c274d315 100644
--- a/install/ui/src/freeipa/user.js
+++ b/install/ui/src/freeipa/user.js
@@ -110,7 +110,11 @@ return {
'cn',
'displayname',
'initials',
- 'gecos'
+ 'gecos',
+ {
+ name: 'userclass',
+ flags: ['w_if_no_aci']
+ }
]
},
{
@@ -318,7 +322,8 @@ return {
required: false
},
'givenname',
- 'sn'
+ 'sn',
+ 'userclass'
]
},
{