source: LATMOS-Accounts/Changes @ 893

Last change on this file since 893 was 863, checked in by nanardon, 13 years ago
  • support IPv6 adresses
File size: 1.4 KB
Line 
1Revision history for Perl extension LATMOS::Accounts.
2
33.0.0
4    - hande IPv6 addresses
5    - support kerberos database (heidmal)
6
72.0.0
8    - attributes are now object with possible properties:
9        * hide: attributes is still availlable but not listed
10        * ro: attributes can only be read
11        * can_values: list of possible values, other are rejected
12        * mandatory: cannot be empty or not set
13        * reference: the attribute point to this object type
14
15    - add support of network management
16        * object nethost and netzone
17        * BuildNet objects
18        * associated tools
19
20    - la-sync-manager can now manage multiples task: each task is an object
21      and la-sync-manager.ini control task to run
22
23    - all configurations files are now located in /etc/latmos-accounts and all
24      files have a fixed name. --config is no longer the main configuration file
25      but the directory containing theses files
26
27    - configuration files are now more or less documented (man section 5)
28
29    - exported attributes is replace by unexported attributes (reverse meaning),
30      unlike exported which is true/false, unexported is set or not.
31
32    - some optimization, especially for SQL base
33
34    - add la-cli tools: interactive command line with completion
35
360.01  Wed Feb 25 17:58:38 2009
37        - original version; created by h2xs 1.23 with options
38                -n LATMOS::Accounts --omit-XS --omit-autoload
39
Note: See TracBrowser for help on using the repository browser.