Skip to content

Commit

Permalink
remove redundant in readme de
Browse files Browse the repository at this point in the history
  • Loading branch information
ntqdinh-axonivy committed Jan 23, 2025
1 parent 7426128 commit 7808537
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions ldap-connector-product/README_DE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,4 @@ Dieser Konnektor:
- gibt dir die Möglichkeit, Attribute von Active Directory-Objekten zu ändern
- ermöglicht die Erstellung neuer Active Directory-Einträge
- lässt dich Active Directory-Objekte löschen
- unterstützt dich mit einer Demo-Implementierung, die einfach in eine Axon Ivy Applikation zu integrieren ist.

## Demo
### Query Demo
![Active Directory Connector Demo 1](images/screen1.png "Active Directory Connector Demo 1")
![Active Directory Connector Demo 2](images/screen2.png "Active Directory Connector Demo 2")
![Active Directory Connector Demo 3](images/screen3.png "Active Directory Connector Demo 3")

### Modify Demo
![Active Directory Connector Demo 4](images/screen4.png "Active Directory Connector Demo 4")
![Active Directory Connector Demo 5](images/screen5.png "Active Directory Connector Demo 5")

## Setup

### Setting Up an Active Directory Instance
- If an existing Active Directory instance is unavailable, you can quickly set up a new instance using a Docker container. A sample Docker Compose file is provided at the following path: `ldap-connector-demo/docker/docker-compose.yaml`. This setup is intended for demonstration and testing purposes. To start the container, provide the admin password config in `ldap-connector-demo/docker/docker-compose.yaml` and execute the command:

```
docker-compose up -d
```

- If docker is not available in your local machine, an online LDAP test server can be utilize as a read-only instance
[Forumsys Online LDAP Test Server](https://www.forumsys.com/2022/05/10/online-ldap-test-server/)

**Update Active Directory connection variable**
In order to use this product you must configure multiple variables.
Add the following block to your `config/variables.yaml file` of our main Business Project that will make use of this product:

```
@variables.yaml@
```
- unterstützt dich mit einer Demo-Implementierung, die einfach in eine Axon Ivy Applikation zu integrieren ist.

0 comments on commit 7808537

Please sign in to comment.