| Server IP : 104.21.84.107 / Your IP : 104.23.243.197 Web Server : Apache/2.4.63 (Ubuntu) System : Linux adminpruebas-Virtual-Machine 6.14.0-37-generic #37-Ubuntu SMP PREEMPT_DYNAMIC Fri Nov 14 22:10:32 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.4.5 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/systemd/system/ |
Upload File : |
[Unit]
Description=SSSD NSS Service responder
Documentation=man:sssd.conf(5)
After=sssd.service
BindsTo=sssd.service
RefuseManualStart=true
[Install]
Also=sssd-nss.socket
[Service]
Environment=DEBUG_LOGGER=--logger=files
EnvironmentFile=-/etc/default/sssd
ExecStart=/usr/libexec/sssd/sssd_nss ${DEBUG_LOGGER} --socket-activated
# No capabilities:
CapabilityBoundingSet=
Restart=on-failure
# 'sssd_nss' is special in that it might be used for resolution of 'User='/'Group='/etc,
# and this may cause the service to hang (loop).
# In case SSSD needs to be configured to run as root, avoid adding 'User=root'/'Group=root' explicitly
# here for this reason (use defaults instead).
# In case SSSD was built with support of running under non-root user, there is a special
# handling in 'libnss_sss' and it is allowed to use build time configured user in 'User='/'Group='
# Note: SSSD package was built without support of running as non-privileged user