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

Last change on this file since 1389 was 1186, checked in by nanardon, 12 years ago

add managedAlsoBy attribute to group

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