OXIESEC PANEL
- Current Dir:
/
/
etc
/
default
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/20/2025 05:23:23 PM
rwxr-xr-x
📄
acpid
346 bytes
04/22/2017 01:14:06 PM
rw-r--r--
📄
apache-htcacheclean
556 bytes
07/16/2019 06:14:45 PM
rw-r--r--
📄
apport
149 bytes
11/20/2017 04:39:28 PM
rw-r--r--
📄
bsdmainutils
222 bytes
12/29/2017 09:02:08 AM
rw-r--r--
📄
cacerts
384 bytes
05/17/2018 02:10:59 PM
rw-------
📄
console-setup
284 bytes
10/21/2019 03:50:19 PM
rw-r--r--
📄
cron
150 bytes
11/16/2017 05:29:19 AM
rw-r--r--
📄
cryptdisks
652 bytes
03/18/2018 01:01:09 AM
rw-r--r--
📄
dbus
297 bytes
11/15/2017 10:22:22 PM
rw-r--r--
📄
ebtables
1.2 KB
06/28/2018 04:42:04 PM
rw-r--r--
📄
grub
1.18 KB
05/09/2024 07:15:20 AM
rw-r--r--
📁
grub.d
-
10/21/2019 03:50:22 PM
rwxr-xr-x
📄
irqbalance
931 bytes
10/21/2019 03:49:51 PM
rw-r--r--
📄
keyboard
150 bytes
10/21/2019 03:49:03 PM
rw-r--r--
📄
locale
13 bytes
10/21/2019 03:50:21 PM
rw-r--r--
📄
mdadm
718 bytes
05/09/2024 07:14:59 AM
rw-r--r--
📄
motd-news
682 bytes
05/19/2025 07:54:56 AM
rw-r--r--
📄
networkd-dispatcher
152 bytes
10/15/2018 12:12:24 PM
rw-r--r--
📄
nss
1.71 KB
04/16/2018 08:14:20 PM
rw-r--r--
📄
open-iscsi
2.63 KB
12/12/2018 12:14:17 AM
rw-r--r--
📄
pollinate
363 bytes
05/30/2018 04:36:52 PM
rw-r--r--
📄
rsync
2.01 KB
12/13/2017 06:34:49 AM
rw-r--r--
📄
rsyslog
124 bytes
01/14/2018 04:19:35 PM
rw-r--r--
📄
slapd
1.73 KB
07/01/2020 07:38:55 PM
rw-r--r--
📄
ssh
133 bytes
01/16/2018 05:39:31 PM
rw-r--r--
📄
ufw
1.75 KB
03/25/2019 09:14:25 PM
rw-r--r--
📄
useradd
1.09 KB
01/25/2018 03:09:22 PM
rw-r--r--
Editing: slapd
Close
# Default location of the slapd.conf file or slapd.d cn=config directory. If # empty, use the compiled-in default (/etc/ldap/slapd.d with a fallback to # /etc/ldap/slapd.conf). SLAPD_CONF= # System account to run the slapd server under. If empty the server # will run as root. SLAPD_USER="openldap" # System group to run the slapd server under. If empty the server will # run in the primary group of its user. SLAPD_GROUP="openldap" # Path to the pid file of the slapd server. If not set the init.d script # will try to figure it out from $SLAPD_CONF (/etc/ldap/slapd.d by # default) SLAPD_PIDFILE= # slapd normally serves ldap only on all TCP-ports 389. slapd can also # service requests on TCP-port 636 (ldaps) and requests via unix # sockets. # Example usage: # SLAPD_SERVICES="ldap://127.0.0.1:389/ ldaps:/// ldapi:///" SLAPD_SERVICES="ldap:/// ldapi:///" # If SLAPD_NO_START is set, the init script will not start or restart # slapd (but stop will still work). Uncomment this if you are # starting slapd via some other means or if you don't want slapd normally # started at boot. #SLAPD_NO_START=1 # If SLAPD_SENTINEL_FILE is set to path to a file and that file exists, # the init script will not start or restart slapd (but stop will still # work). Use this for temporarily disabling startup of slapd (when doing # maintenance, for example, or through a configuration management system) # when you don't want to edit a configuration file. SLAPD_SENTINEL_FILE=/etc/ldap/noslapd # For Kerberos authentication (via SASL), slapd by default uses the system # keytab file (/etc/krb5.keytab). To use a different keytab file, # uncomment this line and change the path. #export KRB5_KTNAME=/etc/krb5.keytab # Additional options to pass to slapd SLAPD_OPTIONS=""