Search by

naf / auth-ldap

floknapp

Optional TLS LDAP provider using the existing NAF Auth contract.

Package info

github.com/nafphp/auth-ldap

Type:naf-plugin

pkg:composer/naf/auth-ldap

Statistics

Installs: 11

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0 2026-09-19 10:29 UTC

This package is auto-updated.

Last update: 2026-09-19 10:42:48 UTC


README

Sign in against an LDAP directory, without giving up the local account.

LdapProvider implements NAF's existing ProviderInterface, so a directory becomes one more named auth provider. The directory verifies the credentials; the host decides which local account a directory subject belongs to, through two explicit mapping closures. No identity is ever created or linked by email address.

🧩 Part of the official NAF plugin collection. Install it when people sign in against a directory, and nothing else.

Documentation

Read the documentation →

What this package does, how the directory is configured and what it requires lives in the NAF documentation. Not sure which packages you need? Start here.

Install

composer require naf/auth-ldap

Needs ext-ldap.

License

MIT. Part of NAF.