generated from axonivy-market/market-product
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,22 @@ | ||
# Active Directory Konnektor | ||
**Active Directory (AD)** ist ein von Microsoft entwickelter Verzeichnisdienst für Windows-Domänennetzwerke, der die zentrale Verwaltung und Authentifizierung von Benutzern, Computern und anderen Ressourcen im Netzwerk ermöglicht. Es verwendet das **Lightweight Directory Access Protocol (LDAP)** als zugrunde liegendes Protokoll, um Verzeichnisinformationen zu lesen und zu verwalten. LDAP ist das Standardprotokoll, das AD zur Authentifizierung und Autorisierung von Benutzern und Ressourcen im Netzwerk verwendet. | ||
|
||
Der **Active Directory**-Konnektor von Axon Ivy liest, erstellt und bearbeitet Active Directory-Objekte wie Benutzerkonten, Drucker oder Freigaben für deine Geschäftsprozessen. | ||
|
||
Dieser Konnektor: | ||
- ermöglicht es dir, Active Directory-Einträge zu lesen | ||
- 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") | ||
|