source: trunk/LATMOS-Accounts/Changes @ 1003

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