From 0376d056e58d76b7792a5512d84c07f703838b4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Dieter=20Walln=C3=B6fer?= Date: Thu, 18 Jun 2009 11:05:45 +0200 Subject: 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 --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e8e1dfa327d..1ace6e73a4a 100644 --- a/.gitignore +++ b/.gitignore @@ -206,7 +206,6 @@ source4/lib/ldb/examples/ldbreader source4/lib/ldb/examples/ldifreader source4/lib/ldb/lib source4/lib/ldb/man/*.html -source4/lib/ldb-samba/ldif_handlers.h source4/lib/ldb/samba/ldif_handlers_proto.h source4/lib/ldb/tests/tmp source4/libnet/libnet_proto.h -- cgit v1.2.1