[SSSD] debbuging, how to turn off cache [SOLVED]

Jakub Hrozek jhrozek at redhat.com
Fri Apr 19 17:02:05 UTC 2013


On Fri, Apr 19, 2013 at 06:57:42PM +0200, steve wrote:
> Hi. Not sure I've got the right ldapsearch syntax, but the filter
> from sssd gives an error:
> 
>  sudo ldapsearch -h doloresdc.dolores.site -b 'dc=dolores,dc=site' '[(&(member=CN=steve3,CN=Users,DC=dolores,DC=site)(objectclass=group)(cn=*))][dc=dolores,dc=site]'
> -Y GSSAPI

Try this instead:
sudo ldapsearch -h doloresdc.dolores.site -b 'dc=dolores,dc=site' '(&(member=CN=steve3,CN=Users,DC=dolores,DC=site)(objectclass=group)(cn=*))' -Y GSSAPI

(our debug messages include the base and the filter in one message)



More information about the sssd-devel mailing list