summaryrefslogtreecommitdiffstats
path: root/makeapi
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2012-05-04 10:34:00 -0400
committerMartin Kosek <mkosek@redhat.com>2012-05-09 09:43:35 +0200
commitd9d196798945bef7a955acb8b71820800455be17 (patch)
treefcdbbb63b26640f9255a264b62d53248e8e11ba1 /makeapi
parentabef5e8c027bf37d9522f4d30e8e43c408251893 (diff)
downloadfreeipa-d9d196798945bef7a955acb8b71820800455be17.tar.gz
freeipa-d9d196798945bef7a955acb8b71820800455be17.tar.xz
freeipa-d9d196798945bef7a955acb8b71820800455be17.zip
Redo boolean value encoding.
Move the code for encoding boolean values to LDAP boolean syntax from the Parameter class to the Encoder class, where the rest of LDAP encoding takes place. Remove encoding code from the Parameter class altogether, as all LDAP encoding should be done in the Encoder class.
Diffstat (limited to 'makeapi')
-rwxr-xr-xmakeapi1
1 files changed, 0 insertions, 1 deletions
diff --git a/makeapi b/makeapi
index d7c0cd5cc..bb455860c 100755
--- a/makeapi
+++ b/makeapi
@@ -43,7 +43,6 @@ API_DOC_ERROR = 8
PARAM_IGNORED_KW_ATTRIBUTES = ('label',
'doc',
'normalizer',
- 'encoder',
'default_from',
'hint',
'flags',