diff options
author | Amitay Isaacs <amitay@gmail.com> | 2011-12-20 12:05:49 +1100 |
---|---|---|
committer | Amitay Isaacs <amitay@gmail.com> | 2011-12-23 16:18:25 +1100 |
commit | 20e425f7a8027b14ed7d3eedd4bb315010d4e942 (patch) | |
tree | 98dbd77a77d36cb4d3c4715dd4b420fb1d680696 /lib/ldb-samba/ldif_handlers.c | |
parent | 56bf8e250a2886fce1157b92c876c623eea01fba (diff) | |
download | samba-20e425f7a8027b14ed7d3eedd4bb315010d4e942.tar.gz |
ldif-handler: Fix the case for attribute dnsproperty
Diffstat (limited to 'lib/ldb-samba/ldif_handlers.c')
-rw-r--r-- | lib/ldb-samba/ldif_handlers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb-samba/ldif_handlers.c b/lib/ldb-samba/ldif_handlers.c index 9c49f755ac4..af66623efaf 100644 --- a/lib/ldb-samba/ldif_handlers.c +++ b/lib/ldb-samba/ldif_handlers.c @@ -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} }; |