ldif-handler: Fix the case for attribute dnsproperty
authorAmitay Isaacs <amitay@gmail.com>
Tue, 20 Dec 2011 01:05:49 +0000 (12:05 +1100)
committerAmitay Isaacs <amitay@gmail.com>
Fri, 23 Dec 2011 05:18:25 +0000 (16:18 +1100)
lib/ldb-samba/ldif_handlers.c

index 9c49f755ac4b324aa1be3cad587daecfd2b9b339..af66623efaf4c098f0a4819169382d9d94010a4b 100644 (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}
 };