[python3-ldap] R: What's the best way to deal with continuationreferrals?
Python3-ldap
python3ldap at gmail.com
Sat Nov 1 12:44:19 CET 2014
hi David,
I've set up an infrastructure for testing different LDAP servers, I think I should be able to include automatic continuation referral resolution in one of the next releases of python3-ldap.
Bye,
Giovanni
----- Messaggio originale -----
Da: "David Noble" <dnoble at splunk.com>
Inviato: 01/11/2014 10:02
A: "python3-ldap at python.org" <python3-ldap at python.org>
Oggetto: [python3-ldap] What's the best way to deal with continuationreferrals?
I see this is on your roadmap and I’m hopeful that you've got the infrastructure in place to follow continuation referrals. I’ve now got access to an active directory server that’s responding with continuation referrals in search results; items that look like this:{'type': 'searchResRef', 'uri': ['ldap://ForestDnsZones.chubbybunny.local/DC=ForestDnsZones,DC=chubbybunny,DC=local']}{'type': 'searchResRef', 'uri': ['ldap://DomainDnsZones.chubbybunny.local/DC=DomainDnsZones,DC=chubbybunny,DC=local']}{'type': 'searchResRef', 'uri': ['ldap://chubbybunny.local/CN=Configuration,DC=chubbybunny,DC=local']}Can I follow these referrals with ldap3?
Best,
David Noble
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python3-ldap/attachments/20141101/6dd806a2/attachment.html>
More information about the python3-ldap
mailing list