This file is indexed.

/etc/apache2/mods-available/lookup_identity.conf is in libapache2-mod-lookup-identity 0.9.7-1.

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
# <Location /login>
# LookupUserAttr mail REMOTE_USER_EMAIL " "
# LookupUserAttr givenname REMOTE_USER_FIRSTNAME
# LookupUserAttr sn REMOTE_USER_LASTNAME
# LookupUserAttrIter custom REMOTE_USER_CUSTOM
# LookupUserGroups REMOTE_USER_GROUPS ":"
# LookupUserGroupsIter REMOTE_USER_GROUP
# </Location>