Skip to content

Commit 82fd585

Browse files
committed
readme
1 parent 4123820 commit 82fd585

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
# redturtle.pasldap
22

3-
A new addon for Plone
3+
This product is currently in development and highly experimental.
4+
5+
Its goal is to improve the performance and resilience of pas.plugins.ldap.
6+
7+
Some implementations may be debatable and have specific prerequisites and conditions.
8+
9+
We strongly recommend reviewing the code and its implemented functionalities carefully
10+
before using this product. — or not using it at all. :)
411

512
## Features
613

7-
* [ ] Check the pas.plugins.ldap configuration for best practices, such as read/connection timeouts, memcached usage, handling many users, etc.
8-
* [ ] Log LDAP queries to investigate long processing times and unnecessary operations (ensure passwords are not logged for security).
14+
* [ ] Check the pas.plugins.ldap configuration for best practices, such as read/connection timeouts,
15+
memcached usage, handling many users, etc.
16+
* [ ] Log LDAP queries to investigate long processing times and unnecessary operations (ensure
17+
passwords are not logged for security).
918
* [ ] Make LDAP operations resilient by persistently caching certain queries (opinionated suggestion).
1019
* [ ] Intercept errors such as "Problems getting group_ids!" caused by misconfigurations.
1120
* [ ] During testing I saw some call to enumerateUsers with `criteria:{'id': '[email protected]*'} exact_match:False`, ...
1221
* [ ] ...
1322

14-
1523
We need a profile installation here? (maybe not)
1624

1725
We need restapi here? (maybe not)

0 commit comments

Comments
 (0)