-
Updated
Nov 11, 2020 - C
ldap
Here are 969 public repositories matching this topic...
-
Updated
Oct 28, 2020 - Shell
-
Updated
Nov 11, 2020 - Go
-
Updated
Jul 22, 2020 - Erlang
-
Updated
Nov 10, 2020 - Java
From @benyanke on April 19, 2018 1:14
Added a bunch of optional config options in #8 , however, didn't also update the example config file to show off these cases.
Copied from original issue: nmcclain/glauth#12
-
Updated
Oct 25, 2020 - PHP
-
Updated
Sep 9, 2020 - PHP
-
Updated
Nov 6, 2020 - Shell
-
Updated
Nov 11, 2020 - Python
-
Updated
Nov 9, 2020 - JavaScript
-
Updated
Sep 2, 2020 - Java
-
Updated
Nov 10, 2020 - Java
-
Updated
Nov 11, 2020 - Java
-
Updated
Nov 20, 2018 - Python
-
Updated
Nov 10, 2020 - Java
-
Updated
Oct 30, 2016
-
Updated
Mar 4, 2019 - JavaScript
-
Updated
Oct 27, 2020 - Vue
-
Updated
Nov 10, 2020 - Java
-
Updated
Nov 11, 2020 - C
-
Updated
Feb 18, 2020 - C
Improve this page
Add a description, image, and links to the ldap topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ldap topic, visit your repo's landing page and select "manage topics."
There are conditional tests using logging methods that behave differently when using Pino vs Bunyan, e.g. like this one in
lib/server.js:if (log.trace()) { log.trace('data on %s: %s', c.ldap.id, util.inspect(data)) }The Pino methods always return void while Bunyan's eval to true. Further, the arg-less Pino method calls fire off a bare event to the output stream so we see a slew of