Skip to content
#

ldap

Here are 1,213 public repositories matching this topic...

curl

A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET and TFTP. libcurl offers a myriad of powerful features

  • Updated Jun 16, 2022
  • C
hardillb
hardillb commented Nov 5, 2021

Calling client.search(base,opts, function(err, res){}) with a malformed filter (e.g. (uid=)) means you can't clean up the client connection without triggering an error as the outstanding search message's error callback is triggered.

When client.ubind() called there is still a message on the queue. Has the search not returned an err then I could have used the messageID with `client.aba

kanidm
yaleman
yaleman commented Jun 16, 2022

Is your feature request related to a problem? Please describe.

I'm trying to reset the password as part of doing some automation, and the CLI's outputting both logs and the password output to stderr, which makes that harder.

Describe the solution you'd like

Ideally, an option to return the password/message as a JSON object like this (but on a single line):

kanidmd rec
enhancement good first issue
caddy-auth-portal

Authentication Plugin for Caddy v2 implementing Form-Based, Basic, Local, LDAP, OpenID Connect, OAuth 2.0 (Github, Google, Facebook, Okta, etc.), SAML Authentication. MFA with App Authenticators and Yubico.

  • Updated Jan 21, 2022
  • Go
caddy-security

🔐 Authentication, Authorization, and Accounting (AAA) App and Plugin for Caddy v2. 💎 Implements Form-Based, Basic, Local, LDAP, OpenID Connect, OAuth 2.0 (Github, Google, Facebook, Okta, etc.), SAML Authentication. MFA/2FA with App Authenticators and Yubico. 💎 Authorization with JWT/PASETO tokens. 🔐

  • Updated Jun 13, 2022
  • Go

Improve this page

Add a description, image, and links to the ldap topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ldap topic, visit your repo's landing page and select "manage topics."

Learn more