Release candidate to include use of dict params
Both the functions .ldap.search and .ldap.bind have been modified to take a dictionary as input in place of parameters which have 'natural' defaults
.ldap.search now takes 4 parameters
- sess the integer representing a session created with .ldap.init
- scope the integer representing the scope of how a search should take place
- filter the string representing how to filter the search process
- customDict a dictionary where a user can overwrite the default operation of the 'old' parameters
`baseDn
`attr
`attrsOnly
`timeLimit
`sizeLimit
.ldap.search now takes 2 parameters
- sess the integer representing a session created with .ldap.init
- customDict a dictionary where a user can overwrite the default operation of the 'old' parameters
`dn
`cred
`mech