Re: [patch] remove uuid implementation in ldapd

2018-10-02 Thread William Orr
William Orr writes: > Hey, > > In looking through uuid generation situations on various > bsd's, I noticed that there's an additional implemetation > of uuid generation in ldapd. This one appears to generate > version 1 uuid's, which afaict from reading RFC 4530 isn't > a requirement for a compl

[patch] remove uuid implementation in ldapd

2018-10-02 Thread William Orr
Hey, In looking through uuid generation situations on various bsd's, I noticed that there's an additional implemetation of uuid generation in ldapd. This one appears to generate version 1 uuid's, which afaict from reading RFC 4530 isn't a requirement for a compliant ldap implementation. The follo