Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • openldap/openldap
  • hyc/openldap
  • ryan/openldap
  • iboukris/openldap
  • ondra/openldap
  • sshanks-kx/openldap
  • blaggacao/openldap
  • pbrezina/openldap
  • quanah/openldap
  • dragos_h/openldap
  • lorenz/openldap
  • tsaarni/openldap
  • fei.ding/openldap
  • orent/openldap
  • arrowplum/openldap
  • barchiesi/openldap
  • jotik/openldap
  • hamano/openldap
  • ingovoss/openldap
  • henson/openldap
  • jlrine2/openldap
  • howeverAT/openldap
  • nivanova/openldap
  • orbea/openldap
  • rdubner/openldap
  • smckinney/openldap
  • jklowden/openldap
  • dpa-openldap/openldap
  • rouzier/openldap
  • orgads/openldap
  • ffontaine/openldap
  • jiaqingz/openldap
  • dcoutadeur/openldap
  • begeragus/openldap
  • pubellit/openldap
  • glandium/openldap
  • facboy/openldap
  • thesamesam/openldap
  • Johan/openldap
  • fkooman/openldap
  • gburd/openldap
  • h-homma/openldap
  • sgallagher/openldap
  • ahmed_zaki/openldap
  • gnoe/openldap
  • mid/openldap
  • clan/openldap
47 results
Show changes
Showing
with 43586 additions and 0 deletions
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
List of OpenLDAP Configuration OIDs allocated to contrib modules
OLcfgCt{Oc|At}:1 smbk5pwd
OLcfgCt{Oc|At}:2 autogroup
OLcfgCt{Oc|At}:3 nssov
OLcfgCt{Oc|At}:4 cloak
OLcfgCt{Oc|At}:5 lastbind
OpenLDAP Contributed Software README
OpenLDAP Project provides a number of freely-distributable LDAP
software packages. While distributed as part of OpenLDAP Software,
they are not necessarily supported by the OpenLDAP Project. Some
packages may be out of date. Each package in this directory has its
own use and may have different redistribution restrictions than typical
for OpenLDAP Software.
Current contributions:
ldapc++
LDAP C++ API
Contributed by SuSE Gmbh.
ldaptcl
LDAP TCL API
Contributed by NeoSoft
slapd-modules
Native-API modules
slapd-tools
Tools to use with slapd
slapi-plugins
SLAPI plugins
OpenLDAP Contributing Guidelines are available at:
<http://www.openldap.org/devel/contributing.html>.
$OpenLDAP$
Ralf Haferkamp <rhafer@suse.de>
Copyright 1998-2012 The OpenLDAP Foundation. All rights reserved.
COPYING RESTRICTIONS APPLY.
See COPYRIGHT and LICENSE files in the top-level directory of this
distribution (i.e., ../../COPYRIGHT and ../../LICENSE, respectively).
# $OpenLDAP$
##
# Copyright 2000-2012 The OpenLDAP Foundation. All Rights Reserved.
# COPYING RESTRICTIONS APPLY, see COPYRIGHT file
##
EXTRA_DIST=COPYRIGHT doxygen.rc LICENSE version.var version.sh
SUBDIRS = src examples
This diff is collapsed.
This diff is collapsed.
OpenLDAP C++ LDAP API ToDo items:
=================================
This is a list of projects that need getting done for the C++ API.
They are not listed in any specific order. Contribute to projects
based upon your personal priorities.
If you would like to work on any of these projects, please coordinate
by posting to OpenLDAP-devel mailing list:
http://www.OpenLDAP.org/lists
If you have a project you'd like added to the list, talk it up on
Developer's list or just do it.
Please read:
http://www.OpenLDAP.org/devel/programming.html
http://www.OpenLDAP.org/devel/contributing.html
- Add SASL Authentication
- Add methods to the Data Classes (LDAPAttribute, LDAPEntry) for higher
usability. (e.g. LDAPAttributeList::getAttribute(name), ... )
- implement some Controls/Extented Operations
- LDIF im/export library
- Rework the logging and debugging facilities
- write some more documentation about the design and structure of the
library.
- example applications
$ID$
This diff is collapsed.