lets say I have CSV file in format
userID;login;firstName;lastName;validUntil
Is here any easy way how to import data from this CSV to LDAP directory and how keeping LDAP up to date based on CSV (this CSV is periodically filled from MySQL database by script)?
I think some script will be necessary, but I guess there have to be some app or something, but I didn't find anything. Thanks all for your replies.