Another possibility would be to sync the LDAP server with our Mysql database, that way we could keep adding users as we do now and sync them nightly with the LDAP server.
Would be a better approach than messing around with CSV files.
Does anyone do this?
Very simple example script for such a sync implemented in Python:
http://www.stroeder.com/pylib/egadr2ldap.py
Your mileage may vary.
Ciao, Michael.