]> git.sur5r.net Git - openldap/commitdiff
s/<anonymous>/cn=anonymous/ to avoid syntax issues
authorKurt Zeilenga <kurt@openldap.org>
Thu, 19 Apr 2001 19:29:38 +0000 (19:29 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 19 Apr 2001 19:29:38 +0000 (19:29 +0000)
servers/slapd/slap.h

index 8cbd32e3a1a6767e30d4d00d735aaab7b8977200..5afd568472af18a4751a32472e795ad07d5e06fe 100644 (file)
@@ -37,7 +37,7 @@
 LDAP_BEGIN_DECL
 
 #define SERVICE_NAME  OPENLDAP_PACKAGE "-slapd"
-#define SLAPD_ANONYMOUS "<anonymous>"
+#define SLAPD_ANONYMOUS "cn=anonymous"
 
 #ifdef f_next
 #undef f_next /* name conflict between sys/file.h on SCO and struct filter */