This file is indexed.

/usr/share/lemonldap-ng/portal-skins/common/js/kerberos.min.js is in liblemonldap-ng-portal-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
(function(){$(document).ready(function(){return $.ajax($("#purl").attr("val")+"?kerberos=1",{dataType:"json",statusCode:{401:function(){return $("#lform").submit()}},success:function(a){return $("#lform").submit()},error:function(){return $("#lform").submit()}})})}).call(this);