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.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/GitACL/LDAP.pm b/lib/GitACL/LDAP.pm
index d8d5489..22bfd8d 100644
--- a/lib/GitACL/LDAP.pm
+++ b/lib/GitACL/LDAP.pm
@@ -1,5 +1,5 @@
1# This file is part of gitaclhook -*- perl -*- 1# This file is part of gitaclhook -*- perl -*-
2# Copyright (C) 2013 Sergey Poznyakoff <gray@gnu.org> 2# Copyright (C) 2013, 2014 Sergey Poznyakoff <gray@gnu.org>
3# 3#
4# Gitaclhook is free software; you can redistribute it and/or modify 4# Gitaclhook is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
@@ -108,7 +108,7 @@ sub check_acl($) {
108 exit(127); 108 exit(127);
109 } 109 }
110 $ldap->unbind; 110 $ldap->unbind;
111 $self->allow("default rule"); 111 $self->default_rule;
112} 112}
113 113
1141; 1141;

Return to:

Send suggestions and report system problems to the System administrator.