cannatag / ldap3

a strictly RFC 4510 conforming LDAP V3 pure Python client. The same codebase works with Python 2. Python 3, PyPy and PyPy3
Other
874 stars 270 forks source link

Not Retrieving the changes of the user since last week #1025

Open GrahamFlora opened 2 years ago

GrahamFlora commented 2 years ago

Hello,

My problem is that on our organization, LDAP only runs every weekend (Saturday) and in this LDAP, it doesn't ingest the users that don't have any changes since last week and data that are similar

Is there a way that even though the user have no change for last week, it will still ingest it the next Saturday?

GrahamFlora commented 2 years ago

Hello,

I just want to follow - up in regards to my concern mentioned above. Thanks!

Regards, Graham

cannatag commented 2 years ago

Hi Graham, what you means with “ LDAP only runs every weekend (Saturday)“? Do you mean that the LDAP server is switched off during workdays? Or maybe you have an LDAP script that performs queries and it runs on Saturdays?

You can always run an LDAP query that retrieves all users, unless your ldap administrator has set some limits on the query time or size.

Can you be more specific on what your problem is?

Bye, Giovanni

Il giorno 14 mar 2022, alle ore 07:10, GrahamFlora @.***> ha scritto:

 Hello,

I just want to follow - up in regards to my concern mentioned above. Thanks!

Regards, Graham

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.