This file is indexed.

/etc/remctl/remctl.conf is in remctl-server 3.8-3.

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
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# /etc/remctl/remctl.conf -- remctld configuration file.
#
# This is a sample configuration file for remctld that includes all
# configuration fragments found in /etc/remctl/conf.d that do not contain
# a period.  This is the recommended place to put local remctl
# configuration, although configuration lines can also be added to this
# file if you wish.
#
# The recommended location for ACL files is /etc/remctl/acl, although note
# that all ACL paths must be fully qualified in the remctld configuration
# even if found in that directory.
#
# Sample remctld configuration line:
#
#     kadmin reset-password /usr/local/bin/kadmin-remctl logmask=3 \
#         /etc/remctl/acl/kadmin-password
#
# This invokes the command /usr/local/bin/kadmin-remctl when the remctl
# command "kadmin reset-password" is received, passing "reset-password"
# and then the arguments from the remote remctl invocation to that
# program.  The command is only run if the Kerberos principal of the
# remote remctl connection is listed in /etc/remctl/acl/kadmin-password.
# The third command-line argument (the second argument after "kadmin
# reset-password") will not be logged; presumably, this is the actual
# password.
#
# Copyright 2006
#     The Board of Trustees of the Leland Stanford Junior University
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty provided the copyright notice and
# this notice are preserved.  This file is offered as-is, without any
# warranty.

include /etc/remctl/conf.d