[cifs-protocol] dwFlags in dnsRecord

tridge at samba.org tridge at samba.org
Tue Dec 21 00:36:48 MST 2010


I'm trying to work out the bits in the dwFlags field in dnsRecord
attributes in LDAP. I need these in order to correctly create new
records.

[MS-DNSP] talks about several dwFlags fields, but not of them seem to
correspond to the bits I'm seeing. On a w2k8r2 server I see the
following dwFlags values:

tridge at blu:~/$ bin/ldbsearch -H ldap://10.0.0.4 -Uadministrator at v2.tridgell.net%p at ssw0rd5 -b DC=DomainDnsZones,DC=v2,DC=tridgell,DC=net objectclass=dnsNode dnsRecord --show-binary|grep dwFlags|sort -u

        dwFlags                  : 0x00000005 (5)
        dwFlags                  : 0x00000805 (2053)
        dwFlags                  : 0x00008005 (32773)
        dwFlags                  : 0x00008205 (33285)
        dwFlags                  : 0x0000f005 (61445)

Can you let me know what the bits mean?

Cheers, Tridge


More information about the cifs-protocol mailing list