--- lib/A3C/Model/User.pm 2008/03/17 13:02:50 23 +++ lib/A3C/Model/User.pm 2008/03/17 21:30:59 27 @@ -22,15 +22,15 @@ column cn => label is _('Ime i prezime'), - type is 'virtual'; + is virtual; column sn => - type is 'virtual', + is virtual, label is _('Prezime'), is mandatory; column givenName => - type is 'virtual', + is virtual, label is _('Ime'), is mandatory; @@ -312,9 +312,6 @@ column homeDirectory => label is _('home'); - column objectClass => - type is 'virtual'; - }; # we don't use following mixing because it wants to send notificaitons on e-mail address change