From 5aeecc2010c6c41c6fc141d7329c25816da548ac Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Mon, 15 Jul 2013 01:51:01 +0200 Subject: Call load_users in glconf Load users from ldap even in glconf, as some infos from users can be used in gitolite configuration. --- mgagit | 1 + 1 file changed, 1 insertion(+) diff --git a/mgagit b/mgagit index 1149ca2..268046f 100755 --- a/mgagit +++ b/mgagit @@ -55,6 +55,7 @@ sub glconf { my %r; MGA::Git::load_gitrepos(\%r); MGA::Git::load_groups(\%r) if @_ == 1; + MGA::Git::load_users(\%r); if (my $repo = $_[1]) { if (!$r{repos}{$repo}) { print STDERR "Cannot find repository $repo\n"; -- cgit v1.2.1