summaryrefslogtreecommitdiff
path: root/lib/ldb-samba
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2011-12-20 12:05:49 +1100
committerAmitay Isaacs <amitay@gmail.com>2011-12-23 16:18:25 +1100
commit20e425f7a8027b14ed7d3eedd4bb315010d4e942 (patch)
tree98dbd77a77d36cb4d3c4715dd4b420fb1d680696 /lib/ldb-samba
parent56bf8e250a2886fce1157b92c876c623eea01fba (diff)
downloadsamba-20e425f7a8027b14ed7d3eedd4bb315010d4e942.tar.gz
samba-20e425f7a8027b14ed7d3eedd4bb315010d4e942.tar.bz2
samba-20e425f7a8027b14ed7d3eedd4bb315010d4e942.zip
ldif-handler: Fix the case for attribute dnsproperty
Diffstat (limited to 'lib/ldb-samba')
-rw-r--r--lib/ldb-samba/ldif_handlers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb-samba/ldif_handlers.c b/lib/ldb-samba/ldif_handlers.c
index 9c49f755ac..af66623efa 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}
};