summaryrefslogtreecommitdiff
path: root/source4/lib/ldb-samba/ldif_handlers.h
AgeCommit message (Collapse)AuthorFilesLines
2010-11-16s4-ldif_handlers Add handler for printing supplementalCredentialsAndrew Bartlett1-1/+1
2010-08-05s4-ldb: added ldif handler for the dnsRecord attributeAndrew Tridgell1-0/+1
2010-04-09s4/ldif: Handle Schema:schemaInfo blobsKamen Mazdrashki1-0/+1
2010-01-08s4-ldb: added nice ldif display of 64 bit ranges for RIDsAndrew Tridgell1-0/+1
2009-09-08s4/ldb: support NDR printing for 2 more replication typesAndrew Tridgell1-0/+2
print replUpToDateVector and replPropertyMetaData using NDR format if --show-binary is given.
2009-09-08s4/ldb: added ldif handler for repsFrom/repsToAndrew Tridgell1-0/+1
In normal usage this makes no difference, but if you add --show-binary then you can see the NDR printed out in the usual ndr_print_*() format
2009-06-19Correct handling of 32-bit integer attributes in SAMBA 4Matthias Dieter Wallnöfer1-0/+4
- LDB handles now all 32-bit integer attributes correctly (also with overflows) according to the schema - LDAP backends handle the attributes "groupType", "userAccountControl" and "sAMAccountType" correctly. This handling doesn't yet use the schema but the conversion file "simple_ldap.map.c" which contains them hardcoded. Did also a refactoring of the conversion function there. - Bug #6136 should be gone
2008-08-18Note the ldb syntax for attribute syntaxes in the table.Andrew Bartlett1-0/+13
This includes additional Samba-specific syntaxes made available from the ldif_handlers code. This commit also changes some table to use #defines, to ensure consistancy in other parts of the code. Andrew Bartlett (This used to be commit e26a5efd9a580ed3728e1f449e367b1cd4a73b5f)