mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
s/<anonymous>/cn=anonymous/ to avoid syntax issues
This commit is contained in:
parent
da0e6d3d98
commit
1eb0170482
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue