s4-samdb: remove the rDN size constraint of 64
authorAndrew Tridgell <tridge@samba.org>
Mon, 9 Nov 2009 11:19:52 +0000 (22:19 +1100)
committerAndrew Tridgell <tridge@samba.org>
Mon, 9 Nov 2009 11:19:52 +0000 (22:19 +1100)
commit932cda330af01d8f749c68cf2cbe59c79c6c3ea8
treec9953d612e3b80bf16e88c9c9017473f004e42b7
parent2b858c69391b2d64f19291eb349cb5ba9e48045b
s4-samdb: remove the rDN size constraint of 64

This size constraint is not correct in it's current form, as windows
does send us rDN values for CN with lengths longer than 64. Once we
know how this constraint really works we can add it back in.
source4/dsdb/samdb/ldb_modules/objectclass.c
source4/lib/ldb/tests/python/ldap.py