Comparing version 2.6.0 to 2.6.1
@@ -0,1 +1,4 @@ | ||
### 2.6.1 | ||
* Added documentation for `explicitBufferAttributes` attribute | ||
### 2.6.0 | ||
@@ -2,0 +5,0 @@ * Update npms |
{ | ||
"name": "ldapts", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"description": "LDAP client", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -300,2 +300,3 @@ LDAPts | ||
|[attributes=] (string[]) |A set of attributes to request for inclusion in entries that match the search criteria and are returned to the client. If a specific set of attribute descriptions are listed, then only those attributes should be included in matching entries. The special value “*” indicates that all user attributes should be included in matching entries. The special value “+” indicates that all operational attributes should be included in matching entries. The special value “1.1” indicates that no attributes should be included in matching entries. Some servers may also support the ability to use the “@” symbol followed by an object class name (e.g., “@inetOrgPerson”) to request all attributes associated with that object class. If the set of attributes to request is empty, then the server should behave as if the value “*” was specified to request that all user attributes be included in entries that are returned. | ||
|[explicitBufferAttributes=] (string[]) |List of explicit attribute names to return as Buffer objects | ||
@@ -302,0 +303,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
330343
452