Hi All,

The issue is:
I'm using "authconfig --enablesssd --enablesssdauth --enablelocauthorze --update" to configure the /etc/nsswitch

The authconfig put in the entry like this : "services: files sss"

So what happens is, LDAP server is getting a lot of requests like this:
[***sanitzied fields***] filter="(&(cn=ntp)(ipServiceProtocol=sctp)(objectClass=ipService))" attrs="objectClass cn ipServicePort ipServiceProtocol modifyTimestamp"

I don't see any options that authconfig has to avoid including sss in nss services for now. So is there anything I can use on the SSSD side to filter out nss services requests ?

Thanks,
Aaron