s4:ldapcmp: cope with range retrivals of multivalued attributes
authorStefan Metzmacher <metze@samba.org>
Mon, 14 Feb 2011 13:18:14 +0000 (14:18 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 14 Feb 2011 15:26:46 +0000 (16:26 +0100)
commitb423d83729f3f096078fe49f7e46481b1b46679a
treed6c0fec18db77876b549982e6b6b818b05de9011
parentd3c082e53984fa8069180ed712030f8bd2a109ca
s4:ldapcmp: cope with range retrivals of multivalued attributes

A Windows Server returns a 'member;range=0-1499' attribute
with the first 1500 values of the 'member' attribute.

The client can do a BASE search on the given object
and ask for the 'member;range=1500-*' attribute.
It needs to loop until the high part of the returned
range is '*'.

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Mon Feb 14 16:26:46 CET 2011 on sn-devel-104
source4/scripting/python/samba/netcmd/ldapcmp.py