Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/doriantaylor/openldap-overlay-entryuuid4

OpenLDAP slapd overlay to change the UUID type generated automatically in entryUUID attributes
https://github.com/doriantaylor/openldap-overlay-entryuuid4

Last synced: about 1 month ago
JSON representation

OpenLDAP slapd overlay to change the UUID type generated automatically in entryUUID attributes

Awesome Lists containing this project

README

        

# Overlay `entryuuid4`

This overlay supplants the default behaviour for generating `entryUUID`
attributes. By default, slapd generates Version 1 (DCE, time and
MAC address-based) UUIDs. This small piece of code simply swaps in
Version 4 (random, [RFC4122](https://tools.ietf.org/html/rfc4122))
UUIDs instead.