1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

ldif-handler: Fix the case for attribute dnsproperty

This commit is contained in:
Amitay Isaacs 2011-12-20 12:05:49 +11:00
parent 56bf8e250a
commit 20e425f7a8

View File

@ -1500,7 +1500,7 @@ static const struct {
/* These NDR encoded things we want to be able to read with --show-binary */
{ "dnsRecord", LDB_SYNTAX_SAMBA_DNSRECORD },
{ "dnsProperty", LDB_SYNTAX_SAMBA_DNSPROPERTY },
{ "dNSProperty", LDB_SYNTAX_SAMBA_DNSPROPERTY },
{ "supplementalCredentials", LDB_SYNTAX_SAMBA_SUPPLEMENTALCREDENTIALS},
{ "partialAttributeSet", LDB_SYNTAX_SAMBA_PARTIALATTRIBUTESET}
};