summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-06-29 21:39:50 -0400
committerAdam Young <ayoung@redhat.com>2011-06-30 11:23:58 -0400
commit2352fcbcc3fec0e6f0210cf6238ae3dc3344b8dc (patch)
tree95784f1251bd190f91dec5a047cd2a2e59c63a48 /ipalib/plugins/internal.py
parent870e430b653988e8f155a31e7214480b8af5cf13 (diff)
downloadfreeipa-2352fcbcc3fec0e6f0210cf6238ae3dc3344b8dc.tar.gz
freeipa-2352fcbcc3fec0e6f0210cf6238ae3dc3344b8dc.tar.xz
freeipa-2352fcbcc3fec0e6f0210cf6238ae3dc3344b8dc.zip
config fields
https://fedorahosted.org/freeipa/ticket/1403 https://fedorahosted.org/freeipa/ticket/1404 https://fedorahosted.org/freeipa/ticket/1405 https://fedorahosted.org/freeipa/ticket/1406 fields and sections for config screen Using multivalue controls for object classes
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r--ipalib/plugins/internal.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 5dde0732e..4fa3f4933 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -147,6 +147,9 @@ class i18n_messages(Command):
"config": {
"ipaserver":_("Configuration"),
"cn":_("Name"),
+ "user":_("User Options"),
+ "search":_("Search Options"),
+ "group":_("Group Options"),
},
"delegation": {
},