This unit is provided by:
Options
- 
    [Install]
- 
    [Service]- 
        Environment="SLAPD_URLS=ldap:/// ldapi:///" "SLAPD_OPTIONS="
- 
        EnvironmentFile=-/etc/conf.d/slapd
- 
        ExecStart=/usr/lib/openldap/start
- 
        ExecStart=/usr/lib/slapd -d 0 -u ldap -g ldap -h ${SLAPD_URLS} $SLAPD_OPTIONS
- 
        ExecStart=/usr/sbin/slapd -u ldap -h "ldap:/// ldaps:/// ldapi:///"
- 
        ExecStartPre=/usr/libexec/openldap/check-config.sh
- 
        MemoryDenyWriteExecuteIntroduced in systemd 231=yes
- 
        NoNewPrivilegesIntroduced in systemd 239=yes
- 
        PrivateDevicesIntroduced in systemd 209=yes
- 
        PrivateTmp=yes
- 
        ProtectClockIntroduced in systemd 245=yes
- 
        ProtectControlGroupsIntroduced in systemd 232=yes
- 
        ProtectHostnameIntroduced in systemd 242=yes
- 
        ProtectKernelLogsIntroduced in systemd 244=yes
- 
        ProtectKernelModulesIntroduced in systemd 232=yes
- 
        ProtectKernelTunablesIntroduced in systemd 232=yes
- 
        RestrictSUIDSGIDIntroduced in systemd 242=yes
- 
        Type=forking
- 
        Type=notify
 
- 
        
- 
    [Unit]- 
        After=syslog.target network-online.target
- 
        After=syslog.target network.target
- 
        Description=OpenLDAP Server Daemon
- 
        Documentation=man:slapd man:slapd-config man:slapd-mdb
- 
        Documentation=man:slapd man:slapd-config man:slapd-mdb file:///usr/share/doc/openldap-servers/guide.html
 
- 
        
Additionnal notes
Nothing here.