From 5d0fc849f4c7975be083d632a345081fd587ac75 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 30 Sep 2011 09:32:42 -0500 Subject: Fixed missing default shell field. The config default page has been fixed to provide a field for the ipadefaultloginshell attribute. Ticket #1895 --- install/ui/serverconfig.js | 1 + 1 file changed, 1 insertion(+) 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', { -- cgit