If you remove the default authenticators then the bind method will be called and tunnels down into the partition's bind method, likewise for the unbind. So basically if you have an authenticator configured that triggers on bind operations, then it will bypass the call down the stack into the partition.
On Wed, Nov 25, 2009 at 10:41 AM, Jacques Oosthuizen <[email protected]>wrote: > Sorry maybe I did not make myself clear. I used the example for the > partition to implement a custom partition. This partition is a proxy to a > Novel directory server. I also need to implement the bind functionality but > the bind method never gets called. Anyone have a better idea ? > > Jacques Oosthuizen > Conor Information Technologies > Director > mobile : 0827699138 > web : http://www.conor.co.za > mail : [email protected] > > > > > > -- Alex Karasulu My Blog :: http://www.jroller.com/akarasulu/ Apache Directory Server :: http://directory.apache.org Apache MINA :: http://mina.apache.org
