Closed cmccarthy1 closed 4 years ago
Local repo update required to allow merge rebase functionality
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
.ldap.bind
.ldap.search now takes 4 parameters
sess
.ldap.init
scope
filter
customDict
`baseDn`attr`attrsOnly`timeLimit`sizeLimit
.ldap.search now takes 2 parameters
`dn`cred`mech
This addition closes #119
Local repo update required to allow merge rebase functionality
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 parameterssess
the integer representing a session created with.ldap.init
scope
the integer representing the scope of how a search should take placefilter
the string representing how to filter the search processcustomDict
a dictionary where a user can overwrite the default operation of the 'old' parameters`baseDn`attr`attrsOnly`timeLimit`sizeLimit
.ldap.search
now takes 2 parameterssess
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
This addition closes #119