On 5/19/21 6:52 PM, Howard Chu wrote:
Michael Ströder wrote:
In this particular case the admin would have just edited one or very few input field(s) and then hit the submit button.>
You're still missing the point. Unless you're saying the admin would eyeball the differences
No, the admin should just copy & paste the whole new schema description string and the client validates that or the server indicates to the client which attribute values were wrong.
I've now implemented syntax checking for schema descriptions and olcSchemaConfig attrs in upcoming web2ldap 1.6.3+.
Hmm, it seems the tokenizer in ldap0.schema is too liberal, causing false positives. It was implemented that way to even parse seriously broken schema descriptions found on other LDAP servers. Will try to make that configurable somehow...
Ciao, Michael.