Skip to content

Commit

Permalink
Update to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcnally-r7 committed Oct 10, 2023
1 parent 0c6a18e commit d902e4d
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 11 deletions.
8 changes: 4 additions & 4 deletions plugins/active_directory_ldap/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"spec": "65651e407e3abde55af90747c1e341e5",
"manifest": "6ad8035779746edd2d9fdcaf22fb433b",
"setup": "4c32ae3b47f200845bdfa323c3aeaf56",
"spec": "e142cdd27ff2f9167f0deb3eff5bc0cb",
"manifest": "5d016144fec71b932d8182d5c1a7f81d",
"setup": "def3e06498eabadbc9aaa7270aff8be6",
"schemas": [
{
"identifier": "add_user/schema.py",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
{
"identifier": "query/schema.py",
"hash": "832a99fc32bb841f27d06fc8f441e054"
"hash": "deab9b0f530f17c659f76bab4ae89a4f"
},
{
"identifier": "query_group_membership/schema.py",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from sys import argv

Name = "Active Directory LDAP"
Vendor = "rapid7"
Version = "8.0.1"
Version = "9.0.0"
Description = "This plugin utilizes Microsoft's Active Directory service to create and manage domains, users, and objects within a network"


Expand Down
7 changes: 3 additions & 4 deletions plugins/active_directory_ldap/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -672,8 +672,8 @@ Example output:

|Name|Type|Default|Required|Description|Example|
| :--- | :--- | :--- | :--- | :--- | :--- |
|attributes|object|None|None|None|None|
|dn|string|None|None|None|None|
|Attributes|object|None|None|None|None|
|DN|string|None|None|None|None|

**modified_user_error**

Expand Down Expand Up @@ -708,8 +708,7 @@ objectname is the logon name of the user you are looking for. The DN can then be
the query results, and then using the variable step $item.dn

# Version History

* 8.0.1 - Action: `Disable User` & `Enable User` - Rename title of actions from `Disable` & `Enable` to `Disable Users` & `Enable Users` on the front-end.
* 9.0.0 - Action: `Disable User` & `Enable User` - Rename title of actions from `Disable` & `Enable` to `Disable Users` & `Enable Users` on the front-end.
* 8.0.0 - Update actions Enable Users and Enable Users to add outputs Completed and Failed and remove output All Operations Succeeded
* 7.0.0 - Update actions Enable Users and Enable Users to replace output Success with All Operations Succeeded True/False
* 6.0.0 - Add actions Enable Users and Disable users allowing for the bulk enablement/disablement of users
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,12 @@ class QueryOutput(insightconnect_plugin_runtime.Output):
"properties": {
"attributes": {
"type": "object",
"title": "Attributes",
"order": 1
},
"dn": {
"type": "string",
"title": "DN",
"order": 2
}
}
Expand Down
4 changes: 3 additions & 1 deletion plugins/active_directory_ldap/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ products: [insightconnect]
name: active_directory_ldap
title: Active Directory LDAP
description: "This plugin utilizes Microsoft's Active Directory service to create and manage domains, users, and objects within a network"
version: 8.0.1
version: 9.0.0
supported_versions: ["Azure Active Directory 2.0.89.0"]
vendor: rapid7
support: rapid7
Expand Down Expand Up @@ -195,8 +195,10 @@ types:
required: false
result:
attributes:
title: Attributes
type: object
dn:
title: DN
type: string
modified_user_error:
dn:
Expand Down
2 changes: 1 addition & 1 deletion plugins/active_directory_ldap/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


setup(name="active_directory_ldap-rapid7-plugin",
version="8.0.1",
version="9.0.0",
description="This plugin utilizes Microsoft's Active Directory service to create and manage domains, users, and objects within a network",
author="rapid7",
author_email="",
Expand Down

0 comments on commit d902e4d

Please sign in to comment.