diff options
-rw-r--r-- | pykolab/constants.py.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pykolab/constants.py.in b/pykolab/constants.py.in index 85f5c38..ccb347a 100644 --- a/pykolab/constants.py.in +++ b/pykolab/constants.py.in @@ -98,20 +98,20 @@ SUPPORTED_LDAP_CONTROLS = { 'func': '_persistent_search' }, 1: { + 'desc': 'OpenLDAP Syncrepl (RFC4533)', + 'oid': '1.3.6.1.4.1.4203.1.9.1.1', + 'func': '_sync_repl' + }, + 2: { 'desc': 'Simple Paged Results Control', 'oid': '1.2.840.113556.1.4.319', 'func': '_paged_search' }, - 2: { + 3: { 'desc': 'Virtual List View Control', 'oid': '2.16.840.1.113730.3.4.9', 'func': '_vlv_search' }, - 3: { - 'desc': 'OpenLDAP Syncrepl (RFC4533)', - 'oid': '1.3.6.1.4.1.4203.1.9.1.1', - 'func': '_sync_repl' - } } #SUPPORTED_LDAP_CONTROLS = { |