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.
- Host: GitHub
- URL: https://github.com/pulsejet/openldap-aad-ps
- Owner: pulsejet
- License: mit
- Created: 2020-07-23T05:06:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-02T08:03:14.000Z (over 4 years ago)
- Last Synced: 2024-12-26T05:24:39.364Z (4 months ago)
- Language: PowerShell
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```