[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#3877) openldapACIValidate patch updated



Updated patch can be downloaded from ftp://ftp.openldap.org/incoming/ 
nikita-shulga-050725.patch

1)openldapACIValidate and openldapACIPretty are implemented in acl.c.
2)bertok are replaced with aci_get_part.
3)ACI subject are treated as DN for following ACI types: access-id,  
subtree, onelevel, children.
   So, dnNormalize in aci_mask are no longer necessary


I wonder if ACIPretty should convert ACI like that
     0#children#grant;r,r,r;[all]#children#dc=example,dc=com
to
     0#children#grant;r;[all]#children#dc=example,dc=com
Also, attribute list in permissions should be validated and prettied  
as well.