Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Sync Content Synchronization Operation RFC 4533 #1146

Open
omidraha opened this issue Jun 4, 2024 · 0 comments
Open

Support for Sync Content Synchronization Operation RFC 4533 #1146

omidraha opened this issue Jun 4, 2024 · 0 comments

Comments

@omidraha
Copy link

omidraha commented Jun 4, 2024

Does this library support Sync Content Synchronization operation?

https://datatracker.ietf.org/doc/html/rfc4533

I need to first fetch all user, group, and device data from the LDAP server initially, and then receive only the new changes thereafter.

For instance, if a new user is added or a new group is created, I need to be able to receive these changes.

Does the ldap3 library support this operation similar to that one?

https://www.python-ldap.org/en/python-ldap-3.3.0/reference/ldap-syncrepl.html

If not, is there any solution to implement this?

Actually, I want to receive these changes and not send them to another LDAP server, since I want to store the data sources in a database like SQLite or PostgreSQL to keep the LDAP data and the database in sync.

@omidraha omidraha changed the title Support for Sync Content Synchronization Operation RFC 4510 Support for Sync Content Synchronization Operation RFC 4533 Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant