SSSD authenfication and uid override

Latest response

Hello everyone,

I have successfully made sssd authentificate my users to my AD.
However, I'm having a problem modifying my /etc/sssd/sssd.conf to override uid to a attribute you can search for with ldap called UniqueID.

Here's my functioning /etc/sssd/sssd.conf file:

[sssd]
domains = sim.company.ca
config_file_version = 2
services = nss, pam
debug_level = 9

[nss]
filter_users = root
filter_groups = root
override_homedir = /home_sens/%u
override_shell = /bin/bash

[pam]
pam_verbosity = 3
debug_level = 9

[domain/sim.company.ca]
ad_domain = sim.company.ca
krb5_realm = SIM.COMPANY.CA
realmd_tags = manages-system joined-with-samba
entry_cache_timeout = 300
refresh_expired_interval = 300
cache_credentials = True
id_provider = ad
krb5_store_password_if_offline = False
default_shell = /bin/bash
ldap_id_mapping = True
use_fully_qualified_names = False
ignore_group_members = True
access_provider = simple
simple_allow_groups = acces-sens

Please help!

Responses