Description Usage Format Value Fields Methods Author(s) Examples
LDAPClient
1 |
R6Class
object.
Object of R6Class
with methods for communication a LDAP.
url
URL of the LDAP
root
root LDAP DN
new(hostname, port, dc, logger)
This method is used to instantiate a LDAP client. The logger can be either NULL, "INFO" (with minimum logs), or "DEBUG" (for complete curl calls logs)
getPersons(pretty)
Retrieves a list of persons. By default, this is returned as data.frame
.
Set pretty = FALSE
to return a list of LDAPPerson objects.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
1 2 3 4 | ## Not run:
ldap <- LDAPClient$new(hostname = "localhost", port = 389, dc = "planetexpress.com")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.