An open API service indexing awesome lists of open source software.

https://github.com/pulsejet/openldap-aad-ps

Track changes in OpenLDAP database and export to Azure Active Directory.
https://github.com/pulsejet/openldap-aad-ps

Last synced: 2 months ago
JSON representation

Track changes in OpenLDAP database and export to Azure Active Directory.

Awesome Lists containing this project

README

        

# OpenLDAP-AAD-PS

Powershell script to track changes in OpenLDAP database and export to Azure Active Directory.

Uses the `modifyTimestamp` to keep track of changes happening in OpenLDAP. Configuration must be done in `config.ps1` for Azure AD credentials and your local LDAP database. Note that anonymous bind does not work for some reason.

Some extra useful scripts can be found in `sso_scripts.ps1`. DO NOT run this file!

To run the script
```powershell
.\sync.ps1
```