At 03:54 PM 2/6/01 +0000, Celine Murphy wrote:
>Does anyone know anyway of enforcing uniqueness in ldap?
A DNs RDN must be unique. Servers must enforce this. Beyond
this, no.
>Or of generation uid numbers??
Use UUIDs. Or use a counter attribute in some entry. Note,
you can use modify/delete+add to reliably update the counter.
Kurt