https://github.com/ssbarnea/ldap2sql
Syncronize Active Directory (LDAP) users to a SQL database
https://github.com/ssbarnea/ldap2sql
Last synced: 3 months ago
JSON representation
Syncronize Active Directory (LDAP) users to a SQL database
- Host: GitHub
- URL: https://github.com/ssbarnea/ldap2sql
- Owner: ssbarnea
- License: bsd-3-clause
- Created: 2015-02-05T14:44:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-30T18:35:40.000Z (about 10 years ago)
- Last Synced: 2025-02-11T12:50:37.739Z (5 months ago)
- Language: Python
- Size: 164 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ldap2sql
Syncronize Active Directory (LDAP) users to a SQL databaseThis script will query an Active Directory server and will save all accounts inside a PostgreSQL table.
Also it has some neat features like:
* accounts removed or disabled from LDAP are not removed from the database and are only marked as deleted.
* account status is saved as friendly field
* manager is also saved
* it does mark if an account have a gravatar or notWhat you can use this for:
* Find how many people joined or left the company
* Find details of old account even after these accounts are removed
* Get cool stats by grouping the data
* Implement an organigram without having to work with the ugly LDAP API.