https://github.com/salva/p5-net-ldap-gateway
Perl module for writing LDAP servers and gateways
https://github.com/salva/p5-net-ldap-gateway
Last synced: 3 months ago
JSON representation
Perl module for writing LDAP servers and gateways
- Host: GitHub
- URL: https://github.com/salva/p5-net-ldap-gateway
- Owner: salva
- License: gpl-3.0
- Created: 2010-10-19T16:01:34.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-08-31T13:08:54.000Z (almost 14 years ago)
- Last Synced: 2023-03-10T19:41:01.806Z (about 2 years ago)
- Language: C
- Homepage:
- Size: 375 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: COPYING
Awesome Lists containing this project
README
Net-LDAP-Gateway
================This module provides a set of functions for packing and unpacking LDAP
messages.INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installCOPYRIGHT AND LICENCE
Copyright (C) 2009, 2010, 2011 by Qindel Formacion y Servicios S.L.
This Perl module is free software: you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.This Perl module is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.You should have received a copy of the GNU General Public License
along with this package. If not, see L.