CentOS 7 + SSSD + AD
AD user is created through bash script. To confirm the AD user account is created I am using getent passwd <username>
. It is not returning the user account created in AD immediately, but it is returning the user account after a minute or so when using the same getent passwd <username>
.
Is there any config parameter to change in sssd.conf
?