diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-09-30 09:32:42 -0500 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2011-09-30 12:58:54 -0500 |
commit | 5d0fc849f4c7975be083d632a345081fd587ac75 (patch) | |
tree | 1d85924389d9aa7720f9d08ddd65be96bbdd926b /install | |
parent | 00cffce6c2ba0121188326535d6c9cd244a4ae5b (diff) | |
download | freeipa-5d0fc849f4c7975be083d632a345081fd587ac75.tar.gz freeipa-5d0fc849f4c7975be083d632a345081fd587ac75.tar.xz freeipa-5d0fc849f4c7975be083d632a345081fd587ac75.zip |
Fixed missing default shell field.
The config default page has been fixed to provide a field for the
ipadefaultloginshell attribute.
Ticket #1895
Diffstat (limited to 'install')
-rw-r--r-- | install/ui/serverconfig.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/serverconfig.js b/install/ui/serverconfig.js index d595e6cc6..6dc2eaf6d 100644 --- a/install/ui/serverconfig.js +++ b/install/ui/serverconfig.js @@ -55,6 +55,7 @@ IPA.entity_factories.config = function(){ other_field: 'cn' }, 'ipahomesrootdir', + 'ipadefaultloginshell', 'ipamaxusernamelength', 'ipapwdexpadvnotify', { |