- 07 Apr, 2003 4 commits
-
-
Howard Chu authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
- 05 Apr, 2003 1 commit
-
-
Pierangelo Masarati authored
-
- 01 Mar, 2003 1 commit
-
-
Pierangelo Masarati authored
improved filter mapping/rewrite; improved result rewriting; improved attribute/objectclass mapping configuration
-
- 27 Jan, 2003 2 commits
-
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
- 03 Jan, 2003 1 commit
-
-
Kurt Zeilenga authored
-
- 12 Jun, 2002 1 commit
-
-
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).
-
- 12 Jan, 2002 1 commit
-
-
Pierangelo Masarati authored
some memory handling cleanup: check that memory is freed by who allocated it, or at least put a FIXME where not
-
- 04 Jan, 2002 4 commits
-
-
Kurt Zeilenga authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-