System Security Services Daemon (SSSD) - This project provides a set of daemons to manage access to remote directories and authentication mechanisms, it provides an NSS and PAM interface toward the system and a pluggable backend system to connect to multiple different account sources. It is also the basis to provide client auditing and policy services for FreeIPA, LDAP, & Active Directory.
Questions tagged [sssd]
353 questions
0
votes
1 answer
How to prevent other domanin users from accessing users home directory in Ubuntu?
We have linux (Ubuntu) desktops that are join to a domain using SSSD, i want to restrict users from accessing other users home directory and files for old and new users.
It is possible set this automatically ?

John T
- 3
- 1
0
votes
1 answer
Single sign on using SSSD against OpenLDAP server with Kerberos SASL/GSSAPI
Authentication against Kerberos and authorization against an LDAP directory is working for me. Now I'm looking for the client setup on Debian Buster using sssd.
I started with LDAP authentication with nss-pam-ldapd using SASL Proxy Authorization on…

Ingo
- 416
- 5
- 13
0
votes
1 answer
Failure to access AD in Linux EC2
I have a EC2 instance called EC2-B and I configured it to use AD Connector.
This is instance is in the VPC B while the AD Connector EC2 is in VPC A.
I have another instance EC2-A in the VPC-A and did the configuration as in AWS manual…

Raul
- 1
-1
votes
2 answers
RedHat Linux : Configure both ldap and Kerberos
Our RHEL servers are setup with LDAP and they work just fine. Users are able to login using their credentials just fine.
There is one application that needs kerberos. We are trying to get both LDAP and Kerberos to work but it simply does not work.…

souser
- 197
- 2
- 3
- 10
-1
votes
1 answer
unable to ssh and pwauth using sssd ldap
/etc/sssd/sssd.conf
[sssd]
config_file_version = 2
services = nss,pam,sudo,ssh
domains = local,ldap
debug_level = 9
sbus_timeout = 2
reconnection_retries = 3
[nss]
#filter_groups = root
#filter_users = root
#enum_cache_timeout =…

user421919
- 1
- 1
- 1
-1
votes
2 answers
Linux Mint 18 - AD Users cannot login to GUI
I have installed Linux Mint 18.1 Cinnamon, join in to AD domain (using sssd). I can make su to ad user, and i can login to console with ad users.
But when i try logon to GUI, i have message "the system administrator has disabled access to the system…

Sergey Pugachev
- 1
- 1
- 1
-1
votes
1 answer
What are the dependencies of sssd/nscd to function?
What are the dependencies of sssd to function as an LDAP-client?
What are the dependencies of nscd to function as an LDAP-client?
Does sssd need openldap to function as an LDAP-client? Does nscd?

ujjain
- 3,983
- 16
- 53
- 91
-1
votes
1 answer
Domain user directory being created as /home/username@domain instead of /home/username
I am using an amazon linux 2023 box and i joined the instance to domain using realmd.
The issue is that when i try to login with my AD credentials, the user directory is being created as /home/username@domain instead of /home/username.
Here is my…

Mervin Hemaraju
- 115
- 4
- 14