mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Update default access usage comment.
This commit is contained in:
parent
643091f1f7
commit
10591cb47d
1 changed files with 2 additions and 2 deletions
|
|
@ -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 );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue