]> git.sur5r.net Git - openldap/commitdiff
always hexpair escape special chars (databases must be rebuilt)
authorPierangelo Masarati <ando@openldap.org>
Fri, 7 May 2004 22:29:10 +0000 (22:29 +0000)
committerPierangelo Masarati <ando@openldap.org>
Fri, 7 May 2004 22:29:10 +0000 (22:29 +0000)
libraries/libldap/getdn.c

index 76b9c982230d716fe0896d2d00d0ba2000931929..d44ddf19f7799b4e3e867a94770eb2a9cd28ca1f 100644 (file)
@@ -31,7 +31,9 @@
 /* extension to UFN that turns trailing "dc=value" rdns in DNS style,
  * e.g. "ou=People,dc=openldap,dc=org" => "People, openldap.org" */
 #define DC_IN_UFN
+#if 0
 #define PRETTY_ESCAPE
+#endif
 
 /* parsing/printing routines */
 static int str2strval( const char *str, ber_len_t stoplen, struct berval *val,