Using this example from Esri documentation - https://developers.arcgis.com/python/guide/working-with-different-authentication-schemes/
print("\n\nPortal-tier Authentication with LDAP - enterprise user") gisldap = GIS("https://portalname.domain.com/webadapter_name", "AVWORLD\\Publisher", "password") print("Logged in as: " + gisldap.properties.user.username)
Causes ArcPro to crash!
Hi,
I just tested this on my end and cannot reproduce the crash so it's likely this was fixed by the python team in the latest release. ArcGIS Pro 3.0 will be released in the next week or two. If you can still reproduce in 3.0 please enter your email in the crash report and someone from technical support will reach out to you to get a solid reproducible case.
thanks,
Andrew
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.