/[A3C]/lib/A3C/Model/Person.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/A3C/Model/Person.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 18 by dpavlin, Thu Mar 13 19:26:56 2008 UTC revision 27 by dpavlin, Mon Mar 17 21:30:59 2008 UTC
# Line 21  use A3C::Record schema { Line 21  use A3C::Record schema {
21                  is mandatory;                  is mandatory;
22    
23          column cn =>          column cn =>
24                  label is _('Ime'),                  label is _('Ime i prezime'),
25                  type is 'virtual';                  is virtual;
26    
27          column sn =>          column sn =>
28                  type is 'virtual',                  is virtual,
29                  label is _('Prezime'),                  label is _('Prezime'),
30                  is mandatory;                  is mandatory;
31    
32          column givenName =>          column givenName =>
33                  type is 'virtual',                  is virtual,
34                  label is _('Ime'),                  label is _('Ime'),
35                  is mandatory;                  is mandatory;
36    
# Line 298  use A3C::Record schema { Line 298  use A3C::Record schema {
298          column hrEduPersonPrivacy =>          column hrEduPersonPrivacy =>
299                  label is _('Oznaka privatnosti');                  label is _('Oznaka privatnosti');
300    
301            column loginShell =>
302                    label is _('shell');
303    
304            column uidNumber =>
305                    label is _('uid'),
306                    type is 'int';
307    
308            column gidNumber =>
309                    label is _('gid');
310                    type is 'int';
311    
312            column homeDirectory =>
313                    label is _('home');
314    
315  };  };
316    
317  # we don't use following mixing because it wants to send notificaitons on e-mail address change  # we don't use following mixing because it wants to send notificaitons on e-mail address change

Legend:
Removed from v.18  
changed lines
  Added in v.27

  ViewVC Help
Powered by ViewVC 1.1.26