1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00
samba-mirror/source4/lib/ldb-samba
Matthias Dieter Wallnöfer 0376d056e5 Correct handling of 32-bit integer attributes in SAMBA 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
2009-06-19 11:32:01 +10:00
..
config.mk s4:librpc/ndr: integrate NDR_MISC into LIBNDR 2008-11-16 16:24:34 +01:00
ldif_handlers.c Correct handling of 32-bit integer attributes in SAMBA 4 2009-06-19 11:32:01 +10:00
ldif_handlers.h Correct handling of 32-bit integer attributes in SAMBA 4 2009-06-19 11:32:01 +10:00
README r25084: Move samba-specific code out of lib/ldb directory. 2007-10-10 15:06:26 -05:00

This directory contains Samba specific extensions to ldb. It also
serves as example code on how to extend ldb for your own application.

The main extension Samba uses is to provide ldif encode/decode
routines for specific attributes, so users can get nice pretty
printing of attributes in ldbedit, while the attributes are stored in
the standard NDR format in the database.