--- lib/A3C/Model/User.pm 2008/03/13 19:51:45 21 +++ lib/A3C/Model/User.pm 2008/03/17 13:02:50 23 @@ -298,6 +298,23 @@ column hrEduPersonPrivacy => label is _('Oznaka privatnosti'); + column loginShell => + label is _('shell'); + + column uidNumber => + label is _('uid'), + type is 'int'; + + column gidNumber => + label is _('gid'); + type is 'int'; + + 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