
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
ldapom
Advanced tools
LDAPom is a pythonic LDAP to Python object mapper. It should work with Python 2.7 and all versions of Python 3.
Because LDAPom uses a real LDAP server for testing, OpenLDAP is required to be
installed (i.e. slapd and slapadd have to be in $PATH).
# Install development dependencies
pip install -r dev-requirements.txt
# Run the tests
python tests.py
LDAPom is source-code compatible with both Python 2 and Python 3. However, LDAPom expects unicode strings to be passed to it whenever a string is required.
For Python 2, this means that you should use the unicode type for str-type
arguments and the str/bytes type for bytes-type arguments.
In Python 3, everything is exactly as you would expect. str for strings,
bytes for binary data. Simple, really.
LDAPom is licensed under the MIT license. For more information, see the COPYING file.
FAQs
A pythonic LDAP to Python object mapper
We found that ldapom demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.