You've already forked lldap
mirror of
https://github.com/lldap/lldap.git
synced 2026-04-05 12:32:57 +01:00
ddcbe383ab
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 `-`.