Thanks for your response. > On Wed, 5 Mar 2008, Edwin Goei wrote: > > > Since home directory lookup is baked into sshd, the > getpwnam(3) API would be > > configured via nsswitch.conf to handle the list of > user logins. Any ideas on > > what backend such as LDAP or files to use? The > ssh/SCM host would periodically > > poll for new committer accounts and create home > directories for them and > > what is "ssh/SCM host"?
I was referring to my original posting where there is a host used to serve a source code management (SCM) repository such as Mercurial via ssh. The SCM host would also run sshd configured with a login and home directory for each committer. Whenever a new committer is added, a new login account would be created. One option is to use an LDAP server to hold the passwd account data for scaling and backups via NFS. However, I haven't yet found an easy to install LDAP server yet. Any suggestions? > > > .ssh/authorized_keys. Does this approach sound > right? > -Edwin This message posted from opensolaris.org