s/<anonymous>/cn=anonymous/ to avoid syntax issues

This commit is contained in:
Kurt Zeilenga 2001-04-19 19:29:38 +00:00
parent da0e6d3d98
commit 1eb0170482

View 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 */