Hi List,

I wanted to use sss_cache to find out whether sssd is running in a connected or disconnected mode, but I found out it is not working the way I expected.
Example:

1.
# id -a ondrej
- shows something about me.
2.
# sss_cache -u ondrej
- I expect all information about me is trashed
3.
# id -a ondrej
- still shows information about me even if no ldap provider is available to connect. Evidently sssd still returns cached information.

Is this a normal behavior or is this a bug?
Thanks,

Ondrej