I'm trying to find a way to store my SSH pubkeys in LDAP.

So far, I've found the following alternatives :
- OpenSSH LPK patch ( can't get it to compile w/ v4.7 )
- Scripts run by a cron job to up/download the keys from LDAP.

Personally I'd prefer LPK, but it seems development has more or less stopped on it, so that seems out of question. I'm sure someone out there's got to being do this, so I was wondering what your ideas/solutions were ?