90f26ec Bug 664563 - GER: ger for non-present entry is not correct

Authored and Committed by nhosoi 13 years ago
    Bug 664563 - GER: ger for non-present entry is not correct
    
    https://bugzilla.redhat.com/show_bug.cgi?id=664563
    
    Description: To get the effective rights of non-present entry,
    GER code takes @<objectclass> as a part of an attribute list
    in the search.  The code was generating the temporary, non-
    present entry with the leaf RDN "cn=<value>".  Instead of "cn",
    an attribute type belonging to the objectclass whould be used.
    This patch changes to allow either @<objectclass> or
    @<objectclass>:<dntype>.  If @<objectclass> is given, the first
    MUST attribute type (or the first MAY attribute type if MUST
    does not exist) is used for the attribyte type in the leaf RDN.
    If @<objectclass>:<dntype> is given, <dntype> is used.
    
    Plus, acl_check_for_target_macro in aclparse.c now checks an
    invalid macro syntax [($dn)] and returns a syntax error.