PHP code example of jelix / ldapdao-module

1. Go to this page and download the library: Download jelix/ldapdao-module library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

jelix / ldapdao-module example snippets

bash
php yourapp/dev.php module:configure ldapdao
ini
ldapdao.access=1
ini
jacl2.access=1
jauth.access=2
jauthdb.access=1

php yourapp/install/installer.php

[coordplugins]
auth="authldap.coord.ini.php"