« Tractatus Logico-Philosophicus | Main | 25:25/171 »

January 04, 2005

LDAP schema repository. part IV

This evening I was trying to dump the building blocks for our schema reference -- well, the building blocks for a new version that gets generated by machine -- into OpenLDAP. Ludo told me OpenLDAP's less permissive than our directory.

Sure enough, I learned something. In Java code, I was representing binary values for true and false with the strings true and false, unwittingly polluting the LDIF with that. But when your attribute value syntax is boolean, 1.3.6.1.4.1.1466.115.121.1.7, it's TRUE and FALSE.

Posted by Mark at January 4, 2005 10:06 PM