diff options
author | Adam Young <ayoung@redhat.com> | 2010-12-23 14:53:11 -0500 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2010-12-23 14:57:59 -0500 |
commit | e0c95e235cf8fca06dfca106facd4e8648c28641 (patch) | |
tree | 953cf3857e4bbd5e17e7691d80c55b51b1711829 | |
parent | 247e2a263b3fedfa8b3e2ef3e006c64083677c91 (diff) | |
download | freeipa.git-e0c95e235cf8fca06dfca106facd4e8648c28641.tar.gz freeipa.git-e0c95e235cf8fca06dfca106facd4e8648c28641.tar.xz freeipa.git-e0c95e235cf8fca06dfca106facd4e8648c28641.zip |
Remove description field from config
This field does not exist
https://fedorahosted.org/freeipa/ticket/677
-rw-r--r-- | install/static/serverconfig.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install/static/serverconfig.js b/install/static/serverconfig.js index bf5b5c81..d1f0c6e9 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'}). |