freeipa/ipalib
Pavel Zuna ad54fc3399 Add support for incomplete (truncated) search results.
ldap2.find_entries now returns a tuple containing 2 values. First,
a list of entries (dn, entry_attrs), Second, the truncated flag. If
the truncated flag is True, search results hit a server limitation
and are incomplete.

This patch also removes decoding of non-string scalar python types into
unicode (they are left unchanged).
2009-06-15 11:18:55 -04:00
..
plugins Add host plugin port to new LDAP backend. 2009-06-12 15:53:25 -04:00
__init__.py Completed Param.use_in_context() functionality, which is now used by Command and Object 2009-05-21 14:32:45 -04:00
aci.py Fix DS ACI parsing. 2009-06-02 16:20:48 -04:00
backend.py Rename errors2.py to errors.py. Modify all affected files. 2009-04-23 10:29:14 -04:00
base.py Further migration toward new xmlrcp code; fixed problem with unicode Fault.faultString; fixed problem where ServerProxy method was not called correctly 2009-02-03 15:29:01 -05:00
cli.py Fix a few issues introduced by the new Param.use_in_context() patch 2009-05-21 14:33:23 -04:00
config.py Added Param 'include' and 'exclude' kwargs; added frontend.UsesParams base class with methods implementing the filtering to restrict params to only certain contexts 2009-05-19 13:49:15 -06:00
constants.py Add new env variables: container_taskgroup, container_rolegroup and container_netgroup. 2009-05-26 14:50:24 -04:00
crud.py Generate crud.Search arguments with get_args. 2009-06-10 11:53:20 -04:00
encoder.py Add support for incomplete (truncated) search results. 2009-06-15 11:18:55 -04:00
errors.py Fix typo, occured -> occurred 2009-05-21 22:43:07 -04:00
frontend.py Make get_dn parameter list more generic. Fix Attribute name regex. 2009-06-10 11:53:14 -04:00
ipauuid.py Changed ipauuid.py docstring slightly so epydoc formats it correctly 2009-01-21 13:36:53 -07:00
parameters.py Add 'parent_key' kwarg in Param class. 2009-06-10 11:53:10 -04:00
plugable.py Modify PluginProxy to use __public__ defined in derived classes instead of base classes. 2009-06-10 11:53:07 -04:00
request.py Ported xmlclient to subclass from Connectible 2009-02-03 15:29:03 -05:00
rpc.py Rename errors2.py to errors.py. Modify all affected files. 2009-04-23 10:29:14 -04:00
util.py Rename errors2.py to errors.py. Modify all affected files. 2009-04-23 10:29:14 -04:00