aboutsummaryrefslogtreecommitdiff
path: root/lib/GitACL/LDAP.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/GitACL/LDAP.pm')
-rw-r--r--lib/GitACL/LDAP.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/GitACL/LDAP.pm b/lib/GitACL/LDAP.pm
index ac8fd06..b219efa 100644
--- a/lib/GitACL/LDAP.pm
+++ b/lib/GitACL/LDAP.pm
@@ -93,6 +93,8 @@ sub check_acl($) {
if $ent->exists('gitAclOp');
push(@x, $ent->get_value('gitAclRef'))
if $ent->exists('gitAclRef');
+ push(@x, $ent->get_value('gitAclTree'))
+ if $ent->exists('gitAclTree');
my @res = $self->match_tuple(\@x);
if ($res[0] == 0) {

Return to:

Send suggestions and report system problems to the System administrator.