LDAP query not showing custom person document field

I’ve got a custom field on my person document. It is a photo. We have created a rich text field called Photo1.

I configured my server to load LDAP, and I’ve set the settings in the conifguration document to allow the photo1 field to be queried by anonymous users.

I cannot figure out why I am unable to view the results of a ldap query that shows this Photo1 field.

I looked in schema.nsf and I added an extended attribute, called Photo1 with Syntax type binary, and I approved it and let the ldap task update it in the schema database.

This is very very frustrating. I cannot figure out why the attribute is shown in the schmea, but the attribute does not show up in any results in any ldap queries.

Any ideas?

I’ve also tried adding a second photo field, and defined that as JPEG syntax type when creating the extended attribute.