changeset 3720 | 5376aaadd16b |
parent 3647 | 2941f4a0aab9 |
parent 3689 | deb13e88e037 |
child 4252 | 6c4f109c2b03 |
--- a/server/sources/ldapuser.py Thu Oct 15 11:20:26 2009 +0200 +++ b/server/sources/ldapuser.py Mon Oct 19 15:16:41 2009 +0200 @@ -632,7 +632,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: