I have implemented an LDAP server for system logins. To create a new
user I create an LDIF file and load it into the LDAP server and then
create the home directory. My question is how do get the home directory
to be created with the default settings for a home directory (bash
settings and what not). Thx.