Hello there, Im currently developing an LDAP DAL adapter, so far i´ve been able to bind to a server. Tomorrow i will start to model the methods for the operations (add, search, etc)
But, there's a little problem since an ldap URI looks like this ldap://server:port Where should i put the "dn" and "password" since DAL requires a single argument? What do you think is the best solution?

