https://github.com/unframework/perl-tiny-ldap
[2005] Tiny LDAP reader for Perl
https://github.com/unframework/perl-tiny-ldap
Last synced: about 1 year ago
JSON representation
[2005] Tiny LDAP reader for Perl
- Host: GitHub
- URL: https://github.com/unframework/perl-tiny-ldap
- Owner: unframework
- Created: 2015-01-27T02:19:13.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-27T02:27:10.000Z (about 11 years ago)
- Last Synced: 2025-02-12T13:56:37.297Z (about 1 year ago)
- Language: Perl
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**[Originally written somewhere around 2005]**
# TinyLDAP - very small and simple LDAP v1 reader implementation
This module serves as a very small standalone replacement
for basic functionality of the Net::LDAP module.
It is implemented in pure Perl, so it can be used in minimal
Perl installations. The only dependency is the standard `Socket`,
`Errno` and `Fcntl` modules (not `IO::Socket`) for the basic
socket operation functions.
Currently, anonymous or simple authentication can be used.
Only searching is supported.