Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/doriantaylor/openldap-overlay-entryuuid4
- Owner: doriantaylor
- Created: 2019-01-15T19:57:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-15T20:25:58.000Z (about 6 years ago)
- Last Synced: 2023-03-12T10:11:35.632Z (almost 2 years ago)
- Language: C
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.