summaryrefslogtreecommitdiffstats
path: root/ipa-server/xmlrpc-server/funcs.py
diff options
context:
space:
mode:
authorkmccarth@redhat.com <kmccarth@redhat.com>2007-08-02 15:01:59 -0700
committerkmccarth@redhat.com <kmccarth@redhat.com>2007-08-02 15:01:59 -0700
commit88ab86fa37f06348d50ca875ecd994d6b565484f (patch)
tree2c2115ee9e6ca67890b60a35d17f009ff30c3f6f /ipa-server/xmlrpc-server/funcs.py
parentabdc56fb3aec851bfb29212e1a839623ea117455 (diff)
downloadfreeipa.git-88ab86fa37f06348d50ca875ecd994d6b565484f.tar.gz
freeipa.git-88ab86fa37f06348d50ca875ecd994d6b565484f.tar.xz
freeipa.git-88ab86fa37f06348d50ca875ecd994d6b565484f.zip
Rename 'gn' to 'givenName'
Diffstat (limited to 'ipa-server/xmlrpc-server/funcs.py')
-rw-r--r--ipa-server/xmlrpc-server/funcs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-server/xmlrpc-server/funcs.py b/ipa-server/xmlrpc-server/funcs.py
index 9576df99..be95d4fa 100644
--- a/ipa-server/xmlrpc-server/funcs.py
+++ b/ipa-server/xmlrpc-server/funcs.py
@@ -146,7 +146,7 @@ def get_add_schema ():
fields.append(field1)
field1 = {
- "name": "gn" ,
+ "name": "givenName" ,
"label": "First name:",
"type": "text",
"validator": "string",