Skip to content
Snippets Groups Projects
  • Julian Rother's avatar
    5abe3469
    Rewrite of schema code, change of Object interface · 5abe3469
    Julian Rother authored
    Attribute type and object class definitions are now parsed from their string
    representation. Extensible filters are now supported.
    
    Somewhat unrelated: Object.match_search and Object.get_search_result_entry
    are replaced with Object.search. Object.compare_dn and Object.match_compare
    are replaced with Object.compare.
    
    Schema and object code now has extensive unit tests.
    5abe3469
    History
    Rewrite of schema code, change of Object interface
    Julian Rother authored
    Attribute type and object class definitions are now parsed from their string
    representation. Extensible filters are now supported.
    
    Somewhat unrelated: Object.match_search and Object.get_search_result_entry
    are replaced with Object.search. Object.compare_dn and Object.match_compare
    are replaced with Object.compare.
    
    Schema and object code now has extensive unit tests.