Skip to content

Commit 76d1af7

Browse files
committed
Fixed some broken anchors in usercube_6.1
1 parent d17aa8f commit 76d1af7

File tree

89 files changed

+193
-193
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+193
-193
lines changed

docusaurus.config.versioned-products.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ const VERSIONED_PRODUCTS = {
1414
'passwordpolicyenforcer_10.2': false,
1515
'passwordreset_3.23': false,
1616
'passwordsecure_9.1': false,
17-
'privilegesecure_4.1': true,
17+
'privilegesecure_4.1': false,
1818
'privilegesecurefordiscovery_2.21': false,
1919
'threatprevention_7.4': false,
20-
'usercube_6.1': false,
20+
'usercube_6.1': true,
2121
};
2222

2323
const versionedProductConfigs = {

versioned_docs/usercube_6.1/usercube/installation-guide/production-ready/server/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The license key provided by Usercube must be set up in the [appsetting.json > Li
1616

1717
It is recommended to run the Usercube Server as an IIS website.
1818

19-
To install the Usercube Server as a Windows service, please jump to [Install the Server as a Windows Service](#install-the-server-as-a-windows-service).
19+
To install the Usercube Server as a Windows service, please jump to [Install the Server as a Windows Service].
2020

2121
Adding the Usercube Server as an IIS website can be achieved with the [Internet Information Services (IIS) Manager](https://www.iis.net) which can be launched with the ```INETMGR.MSC``` command. You need to have an IIS 10.0 or greater.
2222

versioned_docs/usercube_6.1/usercube/integration-guide/connectors/entitypropertymapping-format/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It will allow Usercube to correctly convert the data to its own format during th
1111

1212
| Format | Corresponding Property Type | Note |
1313
| --- | --- | --- |
14-
| _Bit:`<PropertyIdentifier>`:`<Bit>`_ | String/Int16/Int32/Int64 | When provisioning a bitmask property, for example ```userAccountControl```, the format must contain the identifier of the property and the bit to be provisioned, for example ```bit:userAccountControl:2```. [See more details](#see-more-details). |
14+
| _Bit:`<PropertyIdentifier>`:`<Bit>`_ | String/Int16/Int32/Int64 | When provisioning a bitmask property, for example ```userAccountControl```, the format must contain the identifier of the property and the bit to be provisioned, for example ```bit:userAccountControl:2```. See more details. |
1515
| _Bool_ | Bool | |
1616
| _Byte_ | Byte | |
1717
| _Bytes/Binary_ | Bytes/Binary | |
@@ -22,7 +22,7 @@ It will allow Usercube to correctly convert the data to its own format during th
2222
| _Int16_ | Int16 | |
2323
| _Int32_ | Int32 | |
2424
| _Int64_ | Int64/ForeignKey/Option | Some attributes are stored as long integers (_Int64_) even though their name implies that they hold dates, like ```accountExpires``` and ```pwdLastSet``` attributes. |
25-
| _MultivaluedText_ | String | Multi-valued attribute flattened to a string containing values separated by a ```\n```. Its provisioning with a scalar rule requires a specific sorting, see the focus under this table. [See more details](#see-more-details). |
25+
| _MultivaluedText_ | String | Multi-valued attribute flattened to a string containing values separated by a ```\n```. Its provisioning with a scalar rule requires a specific sorting, see the focus under this table. See more details. |
2626
| _RDN_ | String | [Relative Distinguished Name](https://ldap.com/ldap-dns-and-rdns/) |
2727
| _SID_ | String | [Security Identifiers](https://ldapwiki.com/wiki/ObjectSID) |
2828

versioned_docs/usercube_6.1/usercube/integration-guide/connectors/how-tos/azuread-register/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Create a new registration for Usercube with Microsoft Identity Platform by proce
2323

2424
Usercube uses its own identity to access the API. It doesn't access the data on behalf of a user. To authenticate, it uses credentials of a service account granted by this registration, in the form of an ```ApplicationId``` and a secret ```Client Secret```.
2525

26-
[See how to get ```ApplicationId``` and ```ApplicationKey```](#see-how-to-get-applicationid-and-applicationkey).
26+
See how to get ```ApplicationId``` and ```ApplicationKey```.
2727

2828
This service account is stored in the organizational directory, and hence using the [Principle of Least Privilege](https://en.wikipedia.org/wiki/Principle_of_least_privilege), only __Accounts in this organizational directory__ are supported for authentication within this registration scope.
2929
- ```Redirect URI```:

versioned_docs/usercube_6.1/usercube/integration-guide/connectors/how-tos/powershell-fulfill/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ The TargetEntityType is ```MicrosoftExchange_Mailbox``` and the SourceEntityType
237237
238238
This ResourceType allows Usercube to compute the values used when fulfilling the external system.
239239
240-
Finally, the NavigationRule sets the property ```Database``` of the entity ```MicrosoftExchange_Mailbox```. For more details, see [Writing single role](#writing-single-role).
240+
Finally, the NavigationRule sets the property ```Database``` of the entity ```MicrosoftExchange_Mailbox```. For more details, see Writing single role.
241241
242242
### Resource type mapping
243243
@@ -435,11 +435,11 @@ Conf/MicrosoftExchange/MicrosoftExchange Jobs.xml
435435

436436
```
437437
438-
This job will be executed on Microsoft Exchange's connector [agent](#agent).
438+
This job will be executed on Microsoft Exchange's connector agent.
439439
440440
Notice the __Identifier__ attribute with the value ```Job``` in the ```OpenIdIdentifier``` tag. It refers to the ```ClientId``` written to the [appsettings.agent](/versioned_docs/usercube_6.1/usercube/integration-guide/network-configuration/agent-configuration/appsettings-agent/index.md#appsettingsagent) technical configuration. The Tasks will authenticate with the profile associated with this ```ClientId``` in the ```<OpenIdClient>``` xml configuration element.
441441
442-
There is also the tag ```<NoSynchronization/>``` which means that the export will not be executed. Removing the tag will launch export-related tasks before fulfillment-related tasks. Export tasks need the same XML configuration and additional settings in [appsettings.agent.json](#appsettingsagentjson).
442+
There is also the tag ```<NoSynchronization/>``` which means that the export will not be executed. Removing the tag will launch export-related tasks before fulfillment-related tasks. Export tasks need the same XML configuration and additional settings in appsettings.agent.json.
443443
444444
All the job steps generated by the scaffolding can be found in the ```CreateConnectorSynchroComplete```[scaffolding](/versioned_docs/usercube_6.1/usercube/integration-guide/toolkit/xml-configuration/configuration/scaffoldings/jobs/createconnectorsynchrocomplete/index.md).
445445
@@ -475,7 +475,7 @@ The configuration is written to the database using the [Deploy Configuration too
475475
476476
#### ADMicrosoftExchange prerequisites
477477
478-
An Active Directory configuration is required for Microsoft Exchange to work. Fill the [ADMicrosoftExchangeExportFulfillment](#admicrosoftexchangeexportfulfillment) settings in accordance with the configuration.
478+
An Active Directory configuration is required for Microsoft Exchange to work. Fill the ADMicrosoftExchangeExportFulfillment settings in accordance with the configuration.
479479
480480
To reset the password, if __AuthType__ is ```Basic```, then __EnableSSL__ must be ```true```.
481481
Otherwise, if __AuthType__ is ```Kerberos```, then __EnableSSL__ is not required.

versioned_docs/usercube_6.1/usercube/integration-guide/connectors/references-connectors/activedirectory/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Implementing this connector requires:
1616

1717
- reading first the [appsettings documentation](/versioned_docs/usercube_6.1/usercube/integration-guide/network-configuration/agent-configuration/appsettings-agent/index.md);
1818
- opening the LDAP feed from Usercube's server to the Active Directory, with the ports 389 for LDAP and 636 for LDAPS;
19-
- a service account with reading and writing permissions on the target Active Directory instance. It means that the Replicating Directory Changes rights are required for the service account, but also for the Active Directory root and the AD children. [See the instructions below](#see-the-instructions-below);
19+
- a service account with reading and writing permissions on the target Active Directory instance. It means that the Replicating Directory Changes rights are required for the service account, but also for the Active Directory root and the AD children. See the instructions below;
2020
- enabling rights inheritance in the __Advanced Security Settings__.
2121

2222
### Enable Active Directory Permissions
@@ -33,7 +33,7 @@ Also, in order to change groups' membership, in the ```Applies``` field, select
3333

3434
![Read/Write Members](/img/versioned_docs/usercube_6.1/usercube/integration-guide/connectors/references-connectors/activedirectory/references_connectors_activedirectory_04.png)
3535

36-
If you want the [Reset Password capabilities](#reset-password-capabilities), in the ```Applies``` field, select ```Descendent User object``` and select the __Read lockoutTime__ and __Write lockoutTime__ check boxes from the list.
36+
If you want the Reset Password capabilities, in the ```Applies``` field, select ```Descendent User object``` and select the __Read lockoutTime__ and __Write lockoutTime__ check boxes from the list.
3737

3838
![Read/Write Lockout Times](/img/versioned_docs/usercube_6.1/usercube/integration-guide/connectors/references-connectors/activedirectory/references_connectors_activedirectory_05.png)
3939

@@ -205,7 +205,7 @@ This connector writes to the Active Directory, to create, update and delete entr
205205
206206
### Configuration
207207
208-
[Same as for export](#same-as-for-export), fulfill is configured through connections.
208+
Same as for export, fulfill is configured through connections.
209209
210210
> The following example connects to an AD LDS system located at ```contoso.server.com```.
211211
>
@@ -257,7 +257,7 @@ A new resource is created with the state ```disabled```, corresponding to the __
257257
258258
### Provision multiple forests
259259
260-
[Same as for export](#same-as-for-export), this connector can fulfill resources to multiple forests trusted by the same AD domain, by specifying the __Server__ and __BaseDN__ pairs in __Servers__ for all forests.
260+
Same as for export, this connector can fulfill resources to multiple forests trusted by the same AD domain, by specifying the __Server__ and __BaseDN__ pairs in __Servers__ for all forests.
261261
262262
> The following example fulfills data to two targets: both on the same __Server__ (```contoso.server.com```), but on two different __BaseDN__s (```DC=contoso,DC=com``` and ```DC=defense,DC=contoso,DC=com```).
263263
>

versioned_docs/usercube_6.1/usercube/integration-guide/connectors/references-connectors/azuread/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ This connector writes to the Microsoft Entra ID, to create, update and delete Mi
146146
147147
### Configuration
148148
149-
[Same as for export](#same-as-for-export), fulfill is configured through connections.
149+
Same as for export, fulfill is configured through connections.
150150
151151
> For example:
152152
>

versioned_docs/usercube_6.1/usercube/integration-guide/connectors/references-connectors/easyvista/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ The EasyVista connector writes to EasyVista to create, archive (delete from User
144144
145145
### Configuration
146146
147-
[Same as for export](#same-as-for-export), fulfill is configured through connections.
147+
Same as for export, fulfill is configured through connections.
148148
149149
> For example:
150150
>

versioned_docs/usercube_6.1/usercube/integration-guide/connectors/references-connectors/excel/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The identifier of the connection and thus the name of the subsection must:
8383
| ValuesToTrim optional | __Type__ String List __Description__ Ordered list of the characters to trim at the beginning and at the end of the headers and values of the input file. __Note:__ the second value will be trimmed after the first, the order is important. __Example__ When writing ```$``` first and then ```%``` in ```ValuesToTrim```, then "$%I am an example$%" becomes "I am an example$". |
8484
| | |
8585
| --- | --- |
86-
| SheetOptions optional | __Type__ [SheetOption](#sheetoption) List __Description__ List of options for each sheet of the input file. The first element of the list sets the options for the first sheet, the second element for the second sheet, etc. |
86+
| SheetOptions optional | __Type__ SheetOption List __Description__ List of options for each sheet of the input file. The first element of the list sets the options for the first sheet, the second element for the second sheet, etc. |
8787
8888
##### SheetOptions
8989

versioned_docs/usercube_6.1/usercube/integration-guide/connectors/references-connectors/googleworkspace/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ This connector can write to Google Workspace to create, update, and/or delete us
106106
107107
### Configuration
108108
109-
[Same as for export](#same-as-for-export), fulfill is configured through connections.
109+
Same as for export, fulfill is configured through connections.
110110
111111
> For example:
112112
>

0 commit comments

Comments
 (0)