jw-python/tools/python
Jan Lindemann bdb7127d27 ldap.Connection.walk(): Support decode & unroll
The entry instance passed to the walk callback contains raw results
of LDAP search operations, i.e. all attribute values are lists, and
all attribute values are bytes. Add the boolean parameters decode and
unroll to walk() as a convenience method to get decoded values. They
default to False, representing current behaviour.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-04-03 18:01:02 +02:00
..
jwutils ldap.Connection.walk(): Support decode & unroll 2026-04-03 18:01:02 +02:00
Makefile Fix Python errors reported by mypy 2020-04-10 14:17:15 +02:00