From: Kurt Zeilenga Date: Tue, 3 Aug 1999 21:35:53 +0000 (+0000) Subject: Update default access usage comment. X-Git-Tag: TWEB_OL_BASE~305 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=10591cb47d2c891318701b82793b96db37367a4f;p=openldap Update default access usage comment. --- diff --git a/servers/slapd/config.c b/servers/slapd/config.c index ac03893698..c0bc3fd69d 100644 --- a/servers/slapd/config.c +++ b/servers/slapd/config.c @@ -469,7 +469,7 @@ read_config( char *fname ) str2access(cargv[1]))) ) { Debug( LDAP_DEBUG_ANY, -"%s: line %d: bad access \"%s\" expecting [self]{none|compare|read|write}\n", +"%s: line %d: bad access \"%s\" expecting [self]{none|auth|compare|search|read|write}\n", fname, lineno, cargv[1] ); return( 1 ); } @@ -479,7 +479,7 @@ read_config( char *fname ) { Debug( LDAP_DEBUG_ANY, "%s: line %d: bad access \"%s\", " - "expecting [self]{none|compare|search|read|write}\n", + "expecting [self]{none|auth|compare|search|read|write}\n", fname, lineno, cargv[1] ); return( 1 ); }