This file is indexed.

/usr/share/perl5/auto/Lemonldap/NG/Common/Apache/Session/setId.al is in liblemonldap-ng-common-perl 1.9.16-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
# NOTE: Derived from blib/lib/Lemonldap/NG/Common/Apache/Session.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package Lemonldap::NG::Common::Apache::Session;

#line 77 "blib/lib/Lemonldap/NG/Common/Apache/Session.pm (autosplit into blib/lib/auto/Lemonldap/NG/Common/Apache/Session/setId.al)"
sub setId {
    my $session = shift;
    $session->{data}->{_session_id} = $session->{args}->{setId};
}

# end of Lemonldap::NG::Common::Apache::Session::setId
1;