# File lib/active_ldap/schema/syntaxes.rb, line 92 def normalize_value(value) case value when true "TRUE" when false "FALSE" else value end end