server/sources/ldapuser.py
branchstable
changeset 3689 deb13e88e037
parent 3245 7ef021ac8dec
child 3720 5376aaadd16b
child 4212 ab6573088b4a
--- a/server/sources/ldapuser.py	Thu Oct 15 18:43:04 2009 +0200
+++ b/server/sources/ldapuser.py	Thu Oct 15 20:29:21 2009 +0200
@@ -631,7 +631,7 @@
             return ''
         lhs, rhs = relation.get_parts()
         # attribute relation
-        if self.source.schema.rschema(rtype).is_final():
+        if self.source.schema.rschema(rtype).final:
             # dunno what to do here, don't pretend anything else
             if lhs.name != self._mainvarname:
                 if lhs.name in self.mainvars: