Univention Bugzilla – Attachment 10136 Details for
Bug 49930
Openldap syntax evaluation of attribute preferredDeliveryMethod broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
syntax patch
preferredDeliveryMethod_syntax.patch (text/plain), 782 bytes, created by
Julia Bremer
on 2019-07-29 11:24:23 CEST
(
hide
)
Description:
syntax patch
Filename:
MIME Type:
Creator:
Julia Bremer
Created:
2019-07-29 11:24:23 CEST
Size:
782 bytes
patch
obsolete
>Index: openldap-2.4.45+dfsg/servers/slapd/schema_init.c >=================================================================== >--- openldap-2.4.45+dfsg.orig/servers/slapd/schema_init.c >+++ openldap-2.4.45+dfsg/servers/slapd/schema_init.c >@@ -5943,18 +5943,18 @@ again: > if( BER_BVISEMPTY( &tmp ) ) return LDAP_SUCCESS; > > while( !BER_BVISEMPTY( &tmp ) && ( tmp.bv_val[0] == ' ' ) ) { >- tmp.bv_len++; >- tmp.bv_val--; >+ tmp.bv_len--; >+ tmp.bv_val++; > } > if( !BER_BVISEMPTY( &tmp ) && ( tmp.bv_val[0] == '$' ) ) { >- tmp.bv_len++; >- tmp.bv_val--; >+ tmp.bv_len--; >+ tmp.bv_val++; > } else { > return LDAP_INVALID_SYNTAX; > } > while( !BER_BVISEMPTY( &tmp ) && ( tmp.bv_val[0] == ' ' ) ) { >- tmp.bv_len++; >- tmp.bv_val--; >+ tmp.bv_len--; >+ tmp.bv_val++; > } > > goto again;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 49930
:
10136
|
10137