source: trunk/LATMOS-Accounts/man/man8/latmos-accounts-changes.pod @ 1021

Last change on this file since 1021 was 1021, checked in by nanardon, 12 years ago
  • swith Changes to pod/manual format
File size: 1.6 KB
Line 
1=head1 3.0.1
2
3    - add user attributes to nethost to store poeple using the computer if it is
4      not the owner (make difference between user and admin).
5    - Rename la-crypt-passwd, la-exchange-ip, la-rev to la-sql... for coherency
6
7=head1 3.0.0
8
9    - hande IPv6 addresses
10    - support kerberos database (heidmal)
11
12=head1 2.0.0
13
14    - attributes are now object with possible properties:
15        * hide: attributes is still availlable but not listed
16        * ro: attributes can only be read
17        * can_values: list of possible values, other are rejected
18        * mandatory: cannot be empty or not set
19        * reference: the attribute point to this object type
20
21    - add support of network management
22        * object nethost and netzone
23        * BuildNet objects
24        * associated tools
25
26    - la-sync-manager can now manage multiples task: each task is an object
27      and la-sync-manager.ini control task to run
28
29    - all configurations files are now located in /etc/latmos-accounts and all
30      files have a fixed name. --config is no longer the main configuration file
31      but the directory containing theses files
32
33    - configuration files are now more or less documented (man section 5)
34
35    - exported attributes is replace by unexported attributes (reverse meaning),
36      unlike exported which is true/false, unexported is set or not.
37
38    - some optimization, especially for SQL base
39
40    - add la-cli tools: interactive command line with completion
41
42=head1 0.01
43
44        - original version; created by h2xs 1.23 with options
45                -n LATMOS::Accounts --omit-XS --omit-autoload
46
Note: See TracBrowser for help on using the repository browser.