SSSD and Rhel sudoers

Latest response

i wanted to integrate SSSD with some windows AD just as an experiment to see if these two worlds could communicate , i managed to add some servers to the AD , even logged in the linux machines with some accounts taken from the AD but when it comes to the sudoers file , damn it's a mess , basically it recognize the user but when i get promped to put a password it actually take the password and even if it's correct it tells " Sorry, try again. " , so i dunno i hope someone could help me with this problem .
this below is the sssd.conf file :

[sudo]
debug_level = 0x3ff0

[sssd]
domains = techDroid.net
config_file_version = 2
services = nss, pam ,ssh
default_domain_suffix = techDroid.net

[domain/techDroid.net]
debug_level = 0x3ff0
ad_domain = TECHDROID.net
krb5_realm = TECHDROID.NET
realmd_tags = manages-system joined-with-samba
cache_credentials = True
id_provider = ad
krb5_store_password_if_offline = True
default_shell = /bin/bash
ldap_id_mapping = True
use_fully_qualified_names = True
default_domain_suffix = techDroid.net
fallback_homedir = /home/%u@%d
access_provider = simple
ad_hostname = techDroid.net
dyndns_update = true
dyndns_refresh_interval = 43200
dyndns_update_ptr = true
dyndns_ttl = 3600
dyndns_auth = GSS-TSIG
ad_enable_gc = true
ad_gpo_access_control = enforcing
ad_gpo_implicit_deny = true
simple_allow_groups = linuxMachines@techDroid.net,frontEndDevelopers@techDroid.net

Responses