summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-12-23 14:53:11 -0500
committerAdam Young <ayoung@redhat.com>2010-12-23 14:57:59 -0500
commite0c95e235cf8fca06dfca106facd4e8648c28641 (patch)
tree953cf3857e4bbd5e17e7691d80c55b51b1711829
parent247e2a263b3fedfa8b3e2ef3e006c64083677c91 (diff)
downloadfreeipa-e0c95e235cf8fca06dfca106facd4e8648c28641.tar.gz
freeipa-e0c95e235cf8fca06dfca106facd4e8648c28641.tar.xz
freeipa-e0c95e235cf8fca06dfca106facd4e8648c28641.zip
Remove description field from config
This field does not exist https://fedorahosted.org/freeipa/ticket/677
-rw-r--r--install/static/serverconfig.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/install/static/serverconfig.js b/install/static/serverconfig.js
index bf5b5c815..d1f0c6e90 100644
--- a/install/static/serverconfig.js
+++ b/install/static/serverconfig.js
@@ -28,7 +28,6 @@ ipa_entity_set_details_definition('config',[
ipa_stanza({name:'ipaserver', label:'Configuration'}).
input({name:'cn', label:'Name'}).
- input({name:'description', label:'Description'}).
input({name:'ipacertificatesubjectbase'}).
input({name:'ipadefaultloginshell'}).
input({name:'ipadefaultprimarygroup'}).