i'm trying to configure sssd on precise pangolin and I can list all users and groups with

    getent passwd
    getent group

but if I try to get info for one user I don't get anything

   getent passwd testuser
   id testuser

I've configured and double checked all settings regarding ldap, even TLS (i've tested renaming cert and naming it back).

we expect to perform a pilot migration next month and I would like to use sssd for laptops.


please, ask if you want further info or debug files.


abosch