twisted / ldaptor

LDAP server, client and utilities, using Twisted Python
MIT License
158 stars 54 forks source link

Reload LDIF during serving #237

Closed geekgao closed 2 years ago

geekgao commented 2 years ago

Hi Maintainers, How can I reload LDIF whenever I want ? I have see this issue about it with SQL https://github.com/twisted/ldaptor/issues/154 But how can I make it reload anytime ? I don't know much about twisted.

geekgao commented 2 years ago

Solved with factory callback. Closed.