- Jun 14, 2002
-
-
Howard Chu authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
================ Written by Hallvard B. Furuseth and placed into the public domain. This software is not subject to any license of the University of Oslo. ================ manpage patch for ITS#1787.
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
couple references to BDB.
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
make the usage distributedOperation
-
Howard Chu authored
-
Howard Chu authored
Added sasl-authz-policy config keyword to control proxy authorization. Moved sasl-related config processing to sasl.c:slap_sasl_config(). Moved other global defs used only in saslauthz.c into saslauthz.c.
-
Howard Chu authored
-
- Jun 13, 2002
-
-
Howard Chu authored
before storing NULL.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Jun 12, 2002
-
-
Kurt Zeilenga authored
From: h.b.furuseth@usit.uio.no To: openldap-its@OpenLDAP.org Subject: Patch: Bugs with back-ldap/meta mappings Full_Name: Hallvard B. Furuseth Version: HEAD OS: Linux URL: http://folk.uio.no/hbf/OpenLDAP/back-ldap.txt Submission from: (NULL) (158.36.148.34) The source claims the 'map' attribute has syntax map {objectclass | attribute} {<source> | *} [<dest> | *] while it actually has syntax map {objectclass | attribute} [<local name> | *] {<foreign name> | *} except that the code is confused about it. Removed attributes are put in both the maps for local and foreign names: # Remove description and present title as description instead map attribute description map attribute description title --> slapd.conf: line 10: duplicate mapping found (ignored) Also, map.c:ldap_back_map_attrs() loops forever on removed attributes (ie. if one asks ldapsearch for an attribute which has been removed).
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
- Let write operations return unwilling-to-perform after 'gentle shutdown' has been initiated. - Change -1 to 2 in slapd_gentle_shutdown and slapd_shutdown, since sig_atomic_t can be unsigned (ITS#1736). The 'gentle SIGHUP' patch is older than ITS#1736 but was applied later, so it reintroduced the problem. Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, June 2002.
-
Howard Chu authored
-
Kurt Zeilenga authored
-
Howard Chu authored
-
Howard Chu authored
Added conn->c_sasl_dn, streamlined slap_sasl_bind.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Jun 11, 2002
-
-
Kurt Zeilenga authored
-
- Jun 10, 2002
-
-
Kurt Zeilenga authored
-
Jong Hyuk Choi authored
-
- Jun 09, 2002
-
-
Kurt Zeilenga authored
-