UID and GID from active directory SID

General support questions
Post Reply
robertshatty
Posts: 8
Joined: 2018/09/23 12:25:19

UID and GID from active directory SID

Post by robertshatty » 2018/10/11 17:12:24

By Following steps from below link, i joined centos 7.5 to active directory.
https://www.linuxtechi.com/integrate-rh ... directory/

Till now everything is fine except UID and GID mapping (i.e UID & GID is not same as SID of active directory). So when i

Code: Select all

chown
or

Code: Select all

chgrp
from centos, windows user doesn't get proper access for files/folders.

Is there any way to avoid UID and GID remapping ? i also tried ldap_id_mapping = False in sssd.conf but still problem exists.

Post Reply