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

Improve cache #14

Open
cornelinux opened this issue Jun 19, 2017 · 2 comments
Open

Improve cache #14

cornelinux opened this issue Jun 19, 2017 · 2 comments
Labels

Comments

@cornelinux
Copy link
Member

Implement last_bind and first_bind. This is to cope with the "re_binds" of an application like owncloud.

last_bind

Specify how long the last bind may be over. If last_bind is over, the cache will be emptied. This could be several minutes. If a new bind arrives, the old password may be used an last_bind would be reset.

first_bind

This specified how long the initial bind is allowed to be over.
If this time runs up, the cache will be emptied.

@fredreichbier
Copy link
Contributor

As the rebind interval in owncloud is now configurable, I'm setting this to low priority.
However, this could still be interesting e.g. for odoo.

@cornelinux
Copy link
Member Author

let's wait and see!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants