Commit Graph

81 Commits

Author SHA1 Message Date
Mihir Bhansali 70ce9c3643
update modification object in ldap.change (#910)
* updated the modification object in ldap.change

* Adding Change Interface

* Modification reference table
2023-06-28 07:30:30 -04:00
Joakim Uddholm 0dfe40e209 Quick fix for outdated client doc
Still referring to result.object, instead of result.pojo.
2023-03-07 16:09:06 -05:00
James Sumners f248b4791e Change server.listen default address 2023-02-22 14:09:27 -05:00
James Sumners f18dee40a2 Replace messages with @ldapjs/messages 2023-02-22 14:09:27 -05:00
Joakim Uddholm 685465843d document correct connection error in client documentation 2023-02-22 14:09:27 -05:00
Fabian Scheidt dba8615914 docs: add note on client error handling to documentation 2022-02-15 15:59:08 +01:00
Tony Brix 9b1a10fff0
Merge branch 'master' into master 2021-05-27 14:13:56 -05:00
link d6ffd550e9
Update docs/client.md
Co-authored-by: Tony Brix <tony@brix.ninja>
2021-05-24 13:33:09 +08:00
zhaoyunfeng e74ba91238 feat: now search callback response will emit SearchRequest after every search request is sent 2021-05-24 12:34:32 +08:00
James Sumners c2494eca00
Apply suggestions from code review 2021-05-21 08:04:41 -04:00
CoryGH b860932b9b
updated documentation
Updated examples documentation.
2021-05-21 05:08:51 -04:00
Tony Brix 7d01d1679c docs: simplify docs 2021-02-25 01:39:35 -06:00
Tony Brix be2b8757d6
Merge branch 'master' into bugfix_typos 2021-02-24 22:53:58 -06:00
Tim Gates 9fb353c278
Fix a few small typos 2021-02-25 14:27:03 +11:00
Tony Brix 7a5251b47a add highlight css 2021-02-24 17:02:30 -06:00
Tony Brix b13460e4a9 docs: fix indentation 2021-02-24 16:21:06 -06:00
Tony Brix e4b72cde9b docs: update code 2021-02-24 16:03:35 -06:00
Tony Brix 0dab63cef9 docs: add client events table 2021-02-23 22:30:47 -06:00
Tony Brix 3ef9a7804e remove email link 2020-12-13 13:05:58 -06:00
Tony Brix 242466f485 add cname to docs 2020-12-13 12:27:09 -06:00
Tony Brix 57cd9210b8
Merge branch 'master' into build-docs 2020-12-13 02:33:47 -06:00
Tony Brix 4ebe8d104f add build-docs script 2020-12-13 02:06:45 -06:00
Tony Brix d8c25249fe
docs: attr value 2020-12-10 10:03:29 -06:00
maltewirz 97ed08861a
Update guide.md
Dear authors, many thanks for your project. When following your guide, the code crashed when i tried to add a user from the ldif file. I needed the code to change as seen above (the object includes a "attrs" key).
2020-12-10 14:36:17 +01:00
Yadhu Krishna M bd8fdbaf1f
Update client docs 2020-10-30 08:38:20 +05:30
Martin Cizek ed15ecf281 Add readme information about how the client picks among multiple servers 2020-09-18 16:21:55 +02:00
Martin Cizek 23e44b2959 cr 2020-09-17 16:46:34 +02:00
Martin Cizek 3ca2c265da Support for arrays in url parameter 2020-09-17 06:28:03 +02:00
Martin Cizek 7d52f867a0 Client support multiple servers 2020-09-16 14:06:26 +02:00
Jon Ekdahl 7c00ca8188 Add server.getConnections (fix #415)
Add LDAP server method that delegates to node server.getConnection.
2020-02-19 20:02:57 +01:00
James Sumners 9a8f60767b
Resolve issue #336 2019-08-27 19:01:47 -04:00
Simon Olofsson 736b570bd6 Document `reconnect` option. (#504)
* Fix typo.

*  Document `reconnect` option.

Fixes #392
2019-08-26 19:16:42 -04:00
James Sumners 068ea4e163
Merge pull request #411 from dirk-olmes/docfix
Fix table layout for the change operation
2019-08-26 09:00:22 -04:00
James Sumners cf49ee03f8
Merge pull request #393 from cloudron-io/master
doc: more explanation about unbind
2019-08-24 21:24:54 -04:00
James Sumners 88e4374db2
Merge pull request #414 from sd65/patch-1
[Docs] Fix a typo
2019-08-24 21:09:09 -04:00
James Sumners e9e8033fda
Remove dependency on Bunyan 2019-08-24 20:51:40 -04:00
Sylvain Doignon 11f8f12867 [Docs] Fix a typo
Examples should be perfect !
2017-02-06 13:00:19 +01:00
Dirk Olmes 87f8e25f48 Fix table layout for the change operation 2017-01-16 13:27:04 +01:00
Xotl c92ad87e47 Update documentation about paged option 2016-10-18 22:36:59 -05:00
Girish Ramakrishnan fae19b8b58 doc: more explanation about unbind 2016-10-16 10:46:19 -07:00
Jan Viktor Apel 7059cf6b8a Fix documentation for search paging 2016-03-20 17:39:27 -05:00
Patrick Mooney 954231d358 Minor docs updates 2015-10-27 22:02:56 -05:00
Patrick Mooney aab28a22dc Improve documentation for search paging 2015-10-27 01:17:12 -05:00
Patrick Mooney 69eb6d9038 More docs clean-up 2015-10-16 00:33:46 -05:00
Patrick Mooney 622b7486f7 First steps toward updating the docs 2015-10-16 00:25:49 -05:00
Patrick Mooney 343c5ab832 Merge dozoisch/patch-1
Close mcavage/node-ldapjs#206
2014-07-05 23:04:07 -05:00
Hugo Dozois 26398393ee more info on .search arguments and filter strings 2014-06-24 23:36:54 -04:00
Patrick Mooney 72bfb9b0f7 Major overhaul of client connection logic
- Remove PooledClient
- Add reconnect functionality to client
- Add 'idle' client event and options
2014-06-23 16:15:52 -05:00
Tobias Muellerleile 4708b61cf4 Allow changing TLS connection options in client 2013-03-15 13:23:43 +01:00
Jeroen Janssen b9f666e3d9 update supported node.js version 2012-05-13 10:36:17 +03:00