mirror of
https://github.com/lldap/lldap.git
synced 2026-04-05 14:48:10 +00:00
The example included an invalid character `_` for the attribute `name` This resulted in: ``` Cannot create attribute with invalid name. Valid characters: a-z, A-Z, 0-9, and dash (-). Invalid chars found: _ ``` This fixes the example by using a `-`.