[python3-ldap] What's the best way to deal with continuation referrals?

David Noble dnoble at splunk.com
Fri Oct 31 23:03:01 CET 2014


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/20141031/2ef6e350/attachment.html>


More information about the python3-ldap mailing list