From 1130221b714b4a8e01cad36d4dab77084134fea6 Mon Sep 17 00:00:00 2001 From: Kyle Reis Date: Fri, 20 Apr 2018 19:15:18 -0700 Subject: [PATCH] Doc updates for how to get dn --- ldap3/abstract/entry.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ldap3/abstract/entry.py b/ldap3/abstract/entry.py index a46c1cffd..bfc49e18d 100644 --- a/ldap3/abstract/entry.py +++ b/ldap3/abstract/entry.py @@ -115,7 +115,7 @@ class EntryBase(object): The Entry object is read only - - The DN is retrieved by _dn + - The DN is retrieved by entry_dn - The cursor reference is in _cursor - Raw attributes values are retrieved with _raw_attributes and the _raw_attribute() methods """ @@ -355,7 +355,7 @@ class Entry(EntryBase): The Entry object is read only - - The DN is retrieved by _dn() + - The DN is retrieved by entry_dn - The Reader reference is in _cursor() - Raw attributes values are retrieved by the _ra_attributes and _raw_attribute() methods