PHPackages                             adldap2/adldap2-kohana - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. adldap2/adldap2-kohana

AbandonedArchivedKohana-module[Authentication &amp; Authorization](/categories/authentication)

adldap2/adldap2-kohana
======================

Module for AD/LDAP support in Kohana 3 (includes an Auth driver).

3.0.1(10y ago)12495[1 PRs](https://github.com/Adldap2/Adldap2-Kohana/pulls)MITPHP

Since Sep 4Pushed 7y ago3 watchersCompare

[ Source](https://github.com/Adldap2/Adldap2-Kohana)[ Packagist](https://packagist.org/packages/adldap2/adldap2-kohana)[ RSS](/packages/adldap2-adldap2-kohana/feed)WikiDiscussions 3.3/master Synced 1mo ago

READMEChangelogDependencies (2)Versions (10)Used By (0)

Active Directory and LDAP authentication for Kohana
===================================================

[](#active-directory-and-ldap-authentication-for-kohana)

🚨 Abandoned 🚨
-------------

[](#-abandoned-)

This package has been abandoned. Kohana itself has also been [abandoned](https://kohanaframework.org), so no further updates will be made on this package.

A [Kohana 3.3](http://kohanaframework.org) module that wraps [Adldap2](https://github.com/Adldap2/Adldap2)to provide Active Directory and LDAP authentication.

1. Install
----------

[](#1-install)

Copy the module to the `kadldap` directory in your `MODPATH`, or install with [Composer](https://getcomposer.org) by adding the following to your `composer.json` file (to get the latest stable version):

```
"adldap2/adldap2-kohana": "3.*"

```

Then enable the module with `Kohana::modules()` (usually in `bootstrap.php`).

2. Configure
------------

[](#2-configure)

Set up the Auth config file:

```
