Hi,

I was looking at the differences between the defaults in the AD & LDAP Provider (when using ldap_schema = ad) and there seems to be a single difference.

LDAP: ldap_group_name = name <https://pagure.io/SSSD/sssd/blob/master/f/src/providers/ldap/ldap_opts.c#_312>
AD: ldap_group_name = sAMAccountName <https://pagure.io/SSSD/sssd/blob/master/f/src/providers/ad/ad_opts.c#_239>

Looking at the AD schema[1] sAMAccountName is part of the group schema but I can't find name.

Can anyone remember whether there is a reason for this inconsistency between the two?

Cheers,
Lars

[1] <https://docs.microsoft.com/en-us/windows/win32/adschema/c-group>