I have an existing Debian server with a lot of local user (these user account are used for application authentication and keeps files in each home directory), and I want to migrate all the local user to LDAP.
I want all the user to still be able to access their home directory. and everytime I create new user in LDAP, it creates it's own home directory.
Is this possible? and how to do so?
What I have done :
- Setup LDAP Server.
- Migrate all user to LDAP with 3 seperate OU.
What I haven't finish doing
- Make other client authenticate user using LDAP
Many thanks for the help.