idbroker
idbroker copied to clipboard
Ldap ID Broker
I was trying to use your plugin when I got these minor errors
In 'LdapSource.php': ``` php 402 - function create( Model $model, $fields = null, $values = null ) { 402 + function create( &$model, $fields = null, $values = null )...
Hi, I added Idbroker dev_cake2.0 branch to my project. ``` $ git submodule add -b dev_cake2.0 https://github.com/analogrithems/idbroker.git app/Plugin/Idbroker ``` I found .gitmodules under app/Plugin/Idbroker, so I try to update submodules....
Hi! I'm using your LDAP Datasource in my Project (https://github.com/fiveoclock/proximus-admin/blob/master/app/models/datasources/ldap_source.php) and had problems searching when I used the root of the domain as $base_dn. The solution was to following the...
Need to implement functions to allow the change of one function to affect another. functions should contain before and after form loads before fore presetting things like available uid&gid and...