Posted Dec 2, 2004 9:16 UTC (Thu) by gevaerts (subscriber, #21521)
[Link]
mount /etc/passwd /chroot/etc/passwd -o bind
mount /etc/shadow /chroot/etc/shadow -o bind
mount /etc/group /chroot/etc/group -o bind
mount /home /chroot/home -o bind
should do the trick. Of course, using ldap authentication the first three are not needed.