
22 Nov
2012
22 Nov
'12
10:36 p.m.
Hi all, thought about using MySQL as the LDAP backend. If so, having the user table with auto-increment and unique uid would do what you want. So, you get the uid at return, and have no race condition problem. Here is a setup how-to http://www.wingfoss.com/content/how-to-install-openldap-with-mysql-on-debian... I never tried it but it is an obvious solution for a database with "lots of users". Regards Peter