mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-02 11:59:45 -05:00
minor fixes...
This commit is contained in:
parent
225e0014eb
commit
5d31a6247c
1 changed files with 4 additions and 2 deletions
|
|
@ -449,7 +449,7 @@ aci_mask(
|
|||
This routine now supports scope={ENTRY,CHILDREN}
|
||||
with the semantics:
|
||||
- ENTRY applies to "entry" and "subtree";
|
||||
- CHILDREN aplies to "children" and "subtree"
|
||||
- CHILDREN applies to "children" and "subtree"
|
||||
*/
|
||||
|
||||
/* check that the aci has all 5 components */
|
||||
|
|
@ -1016,7 +1016,7 @@ bv_get_tail(
|
|||
* action := perms;attrs[[;perms;attrs]...]
|
||||
* perms := perm[[,perm]...]
|
||||
* perm := c|s|r|w|x
|
||||
* attrs := attribute[[,attribute]..]|[all]
|
||||
* attrs := attribute[[,attribute]..]|"[all]"
|
||||
* attribute := attributeType|attributeType=attributeValue|attributeType=attributeValuePrefix*
|
||||
* type := public|users|self|dnattr|group|role|set|set-ref|
|
||||
* access_id|subtree|onelevel|children
|
||||
|
|
@ -1545,6 +1545,8 @@ OpenLDAPaciPrettyNormal(
|
|||
freetype = 0;
|
||||
char *ptr;
|
||||
|
||||
BER_BVZERO( out );
|
||||
|
||||
if ( BER_BVISEMPTY( val ) ) {
|
||||
Debug( LDAP_DEBUG_ACL, "aciPrettyNormal: value is empty\n", 0, 0, 0 );
|
||||
return LDAP_INVALID_SYNTAX;
|
||||
|
|
|
|||
Loading…
Reference in a new issue