Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change asn1-ber library | Anton Luka Šijanec | 2024-10-09 | 1 | -1/+1 |
| | |||||
* | listen on network (ex. unix socket) | Anton Luka Šijanec | 2024-06-06 | 1 | -2/+6 |
| | |||||
* | strings in LDAP are case-insensitive (#8) | wxiaoguang | 2021-07-20 | 1 | -5/+11 |
| | | | | | | | | | | | | | | | | | Thank you @wxiaoguang ! * strings in LDAP are case-insensitive * optmize routeFunc (faster, case-insensitive) * small optimiztion to routeFunc * request the directory server to return operational attributes by adding + (the plus sign) in your ldapsearch command. * request the directory server to return operational attributes by adding + (the plus sign) in your ldapsearch command. * request the directory server to return operational attributes by adding + (the plus sign) in your ldapsearch command. * remove operational attributes | ||||
* | make serve function public (#4) | dirkm | 2019-07-03 | 1 | -4/+5 |
| | | | | | | | | * make serve function public * make Dn public * make attrs public | ||||
* | Implemented other LDAP server operations (add/delete/modify/extended/etc.) and tests. | ned | 2014-11-23 | 1 | -333/+211 |
| | |||||
* | LDAP server support | ned | 2014-11-12 | 1 | -0/+595 |