Skip to content

Commit

Permalink
Item12256: don't package the blobs dir
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/LdapContrib@16073 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Nov 21, 2012
1 parent 1383cb8 commit d64505f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions lib/Foswiki/Contrib/LdapContrib.pm
Expand Up @@ -30,8 +30,8 @@ use Encode ();
use Foswiki::Func ();
use Foswiki::Plugins ();

our $VERSION = '5.01';
our $RELEASE = '5.01';
our $VERSION = '5.02';
our $RELEASE = '5.02';
our %sharedLdapContrib;

=pod
Expand Down Expand Up @@ -596,6 +596,7 @@ sub search {
# follow references
if ($entry->isa("Net::LDAP::Reference")) {
foreach my $link ($entry->references) {
writeDebug("following reference $link");
$this->_followLink($link, %args);
}
} else {
Expand Down Expand Up @@ -630,6 +631,7 @@ sub search {
unless ($this->{_followingLink}) {
my @referrals = $msg->referrals;
foreach my $link (@referrals) {
writeDebug("following referral $link");
$this->_followLink($link, %args);
}
}
Expand Down
1 change: 0 additions & 1 deletion lib/Foswiki/Contrib/LdapContrib/MANIFEST
@@ -1,4 +1,3 @@
pub/System/LdapContrib/blobs/ 0775
data/System/LdapContrib.txt 0644
lib/Foswiki/Contrib/LdapContrib/Config.spec 0644
lib/Foswiki/Contrib/LdapContrib.pm 0644
Expand Down

0 comments on commit d64505f

Please sign in to comment.