--- lib/A3C/Model/User.pm 2008/03/17 13:02:50 23 +++ lib/A3C/Model/User.pm 2008/03/18 16:15:16 29 @@ -22,15 +22,13 @@ column cn => label is _('Ime i prezime'), - type is 'virtual'; + is mandatory; column sn => - type is 'virtual', label is _('Prezime'), is mandatory; column givenName => - type is 'virtual', label is _('Ime'), is mandatory; @@ -312,9 +310,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