mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Fix typo in -USLAPD_SCHEMA_NOT_COMPAT varient
This commit is contained in:
parent
52cf422c1b
commit
cdb5244edf
@ -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 New Issue
Block a user