idm icon indicating copy to clipboard operation
idm copied to clipboard

Add Basic Schema support

Open rhafer opened this issue 4 years ago • 0 comments

When writing entries idm should provide at least some basic schema checks:

  • [ ] make sure objectClass Attribute is present
  • [ ] make sure the RDN attribute is present on the AttributeList, if not, add it
  • [ ] normalize AttributeTypes and objectClass Values

ideally we'd also add some syntax validation for the basic LDAP Syntaxes and validation for required and optional Attributes for the specified objectClasses.

rhafer avatar Dec 13 '21 16:12 rhafer