Skip to content
Snippets Groups Projects
Commit 10591cb4 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Update default access usage comment.

parent 643091f1
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment