source: trunk/LATMOS-Accounts/Changes @ 1007

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