Hello,

I'm trying to set up the following environment:

Ldap containing
users as posixaccount (uid, home directory,.... and an attribute
containing their ssh public key).
machines with an attribute indicating which users or user groups are
allowed to ssh to the box

What I'd like to do is the following:

>From puppetmaster, browse the ldap and

loop on each machine
Fetch the users allowed to login
Loop on each user
Fetch their uid, etc
Fetch their ssh public key
create the /home/$username/.ssh/authorized_keys file
End loop
Delete /home/$username for all users having no longer access to the
box
End loop

This is needed because ssh server on machines is configured only with
publickey auth so I need to put the authorized_keys file for them to
be able to connect to the box.

I don't really know where to start... I can manually create the
authorized_key file on my puppet nodes but by manually specifying the
user and the public key, I have to idea how to get the information
from ldap and then loop in my script...

I've tried looking at the documentation but don't really know where to
start. I've found the wiki page on defining nodes inside ldap but I'm
not sure that this is what I need.

Thanks for your time,

Best regards,
Emilien

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to