2017 © Pedro Peláez
 

kohana-module adldap2-kohana

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

image

adldap2/adldap2-kohana

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

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 1 Open issues
  • 10 Versions
  • 23 % Grown

The README.md

Active Directory and LDAP authentication for Kohana

🚨 Abandoned 🚨

This package has been abandoned. Kohana itself has also been abandoned, so no further updates will be made on this package., (*1)

A Kohana 3.3 module that wraps Adldap2 to provide Active Directory and LDAP authentication., (*2)

1. Install

Copy the module to the kadldap directory in your MODPATH, or install with Composer by adding the following to your composer.json file (to get the latest stable version):, (*3)

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

Then enable the module with Kohana::modules() (usually in bootstrap.php)., (*4)

2. Configure

Set up the Auth config file:, (*5)

<?php defined('SYSPATH') OR die('No direct access allowed.');
return array('driver' => 'LDAP');

Set up the Kadldap config file by copying MODPATH/kadldap/config/kadldap.php to APPPATH/config/kadldap.php and editing the values therein., (*6)

3. Use

Use Auth as usual. e.g.:, (*7)

Auth::instance()->login($username, $password);

or:, (*8)

Auth::instance()->logged_in('Security Group Name');

It's also possible to get a list of a user's Security Groups (roles, in Kohana parlance) with:, (*9)

Auth::instance()->get_roles();

4. Contribute

Please report all issues at https://github.com/Adldap2/Adldap2-Kohana/issues, (*10)

The Versions

05/11 2015

dev-3.3/master

dev-3.3/master

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

  Sources   Download

MIT

The Requires

 

05/11 2015

3.0.1

3.0.1.0

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

  Sources   Download

MIT

The Requires

 

29/10 2015

dev-analysis-8ALJZz

dev-analysis-8ALJZz

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

  Sources   Download

MIT

The Requires

 

25/08 2015

3.0.0

3.0.0.0

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

  Sources   Download

MIT

The Requires

 

24/08 2015

dev-3.3/dev

dev-3.3/dev

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

  Sources   Download

MIT

The Requires

 

17/09 2014

2.0.4

2.0.4.0

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

  Sources   Download

MIT

The Requires

 

17/09 2014

2.0.3

2.0.3.0

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

  Sources   Download

MIT

The Requires

 

31/03 2014

2.0.2

2.0.2.0

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

  Sources   Download

MIT

The Requires

 

29/01 2014

2.0.1

2.0.1.0

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

  Sources   Download

MIT

The Requires

 

04/09 2013

1.0.0

1.0.0.0

Kohana wrapper module for adLDAP.

  Sources   Download

MIT

The Requires