mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Fix typo in -USLAPD_SCHEMA_NOT_COMPAT varient
This commit is contained in:
parent
52cf422c1b
commit
cdb5244edf
2 changed files with 3 additions and 3 deletions
|
|
@ -145,7 +145,7 @@ str2entry( char *s )
|
|||
|
||||
ad_free( ad, 1 );
|
||||
#else
|
||||
rc = attr_merge_fast( e, type, vals, nvals, 1, &maxvals, &a )
|
||||
rc = attr_merge_fast( e, type, vals, nvals, 1, &maxvals, &a );
|
||||
#endif
|
||||
|
||||
if( rc != 0 ) {
|
||||
|
|
|
|||
|
|
@ -273,8 +273,8 @@ struct syntax_defs_rec {
|
|||
slap_syntax_transform_func *sd_str2ber;
|
||||
};
|
||||
|
||||
#define X_BINARY "X-BINARY 'on' "
|
||||
#define X_NOT_H_R "X-NOT-H-R 'on' "
|
||||
#define X_BINARY "X-BINARY-TRANSFER-REQUIRED 'TRUE' "
|
||||
#define X_NOT_H_R "X-NOT-HUMAN-READABLE 'TRUE' "
|
||||
|
||||
struct syntax_defs_rec syntax_defs[] = {
|
||||
{"( 1.3.6.1.4.1.1466.115.121.1.1 DESC 'ACI Item' " X_BINARY X_NOT_H_R ")",
|
||||
|
|
|
|||
Loading…
Reference in a new issue