On Tue, Nov 30, 2021 at 12:43 PM Harald 11 <[email protected]> wrote: > > I set up this: > > [sssd] > config_file_version = 2 > domains = DOMAIN.NET > > [domain/DOMAIN.NET] > id_provider = ad > access_provider = ad > sudo_provider = none > > fallback_homedir = /home/%u > default_shell = /bin/bash > skel_dir = /etc/skel > > debug_level = 9 > cache_credentials = false > ad_enable_gc = false > > I got very long uid like this 1017201111. > My posix uid is 4 digits. > How to convert to posix?
Do you mean you have POSIX attributes defined in Active Directory and want to use those? Then please add `ldap_id_mapping = False` to `[domain/DOMAIN.NET]` See `man sssd-ad::ID MAPPING` for details. _______________________________________________ sssd-users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected] Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
