Handle hostnames with upper-case letters
[webmin.git] / ldap-useradmin / CHANGELOG
1 ---- Changes since 1.150 ----
2 Updated the Module Config setting for password encryption to support both standard Unix MD5 and the MD5 variant output by the slappasswd program.
3 When a user's home directory is a symlink, both the target of the link and the link itself are deleted.
4 Added the ability to edit shadow password attributes for Unix users. Thanks to Stephan Borg for this and the following feature.
5 Added the ability to re-name a Unix group.
6 ---- Changes since 1.160 ----
7 Added API functions for managing users and groups, with the same interface as those in the Users and Groups module.
8 IMAP folders to create can now contain spaces.
9 ---- Changes since 1.170 ----
10 Added support for pre- and post- change scripts, set on the Module Config page.
11 Added Module Config options to set defaults for Samba and LDAP options.
12 Added a Module Config option to select sources for the shell list. This can speed up display of the user editing form if the database has a large number of users.
13 Copied the batch user creation, modification and deletion feature from the Users and Groups module to this one.
14 Improved support for systems that are not using NSS to get Unix users and groups from the LDAP database being managed.
15 Added Module Config options for overriding those in the Users and Groups module.
16 ---- Changes since 1.180 ----
17 Groups can now be now be flagged as Samba groups, which adds the sambaGroup object class.
18 Multiple object classes for IMAP users can now be specified.
19 If more than one LDAP server host is listed in the configuration file, they will be tried in turn until a successful connection is made.
20 ---- Changes since 1.200 ----
21 Added Module Config page options for extra properties for LDAP groups, similar to those for users.
22 ---- Changes since 1.210 ----
23 Added access control (configurable in the Webmin Users module) to restrict which users and groups can be managed.
24 Added checkboxes on the main page for deleting multiple users or groups at once.
25 Multiple users can be locked or un-locked at once from the module's main page.
26 ---- Changes since 1.220 ----
27 When creating users from a batch file, a new option is available to create Samba LDAP properties for them as well.
28 Users and groups can be searched using greater-than and less-than comparisons.
29 ---- Changes since 1.240 ----
30 Added an extra Module Config field for specifying custom attributes for which duplicates are not allowed, like a user's email address.
31 ---- Changes since 1.250 ----
32 When deleting multiple users, their address book entries and IMAP inbox are deleted too.
33 ---- Changes since 1.260 ----
34 Add LDAP attributes for created, modified and deleted users are made available to pre and post scripts in the USERADMIN_LDAP_* environment variables.
35 Changed the way the given name and surname attributes are stored.
36 Password quality restrictions set in the Users and Groups module are also checked in this module.
37 ---- Changes since 1.270 ----
38 The sambaPwdLastSet and sambaPwdCanChange LDAP attributes are updated when a Samba user's password is changed.
39 When deleting an IMAP user, the address book is fully removed by a recursive delete.
40 ---- Changes since 1.280 ----
41 Enhanced the batch file format to allow atrbitrary LDAP attributes to be specified in name=value format for new or modified users.
42 ---- Changes since 1.290 ----
43 The IMAP quota for users with access to Cyrus is now editable, rather than being fixed on  the Module Config page.
44 Added a Module Config option to display secondary groups as a text box, which makes more sense on systems with a large number of groups.
45 ---- Changes since 1.310 ----
46 In a user batch file, # is only treated as a comment at the start of a line.
47 For Samba users, the primary group SID is taken from the actual SID of the selected primary group, where available.
48 ---- Changes since 1.320 ----
49 Limit the result size to the configured display maximum when requesting users and groups from the LDAP server.
50 ---- Changes since 1.350 ----
51 UID and GID allocation is now done by querying the LDAP server for specific IDs, rather than fetching a list of all users to find which ones are used. This should be faster on large LDAP servers.
52 ---- Changes since 1.370 ----
53 All Samba attributes are removed when Samba access is disabled for a user.
54 ---- Changes since 1.380 ----
55 Added access control options to prevent use of the same UID or GID.
56 ---- Changes since 1.390 ----
57 Added locking to prevent concurrent writes to the LDAP database, to prevent UID collisions.
58 ---- Changes since 1.400 ----
59 By default, all new Unix users are given the person object class too, as this seems to be needed in most new LDAP schemas.
60 Added support for LDAP SSHA passwords, thanks to Bill Moyers and John Gray.
61 ---- Changes since 1.430 ----
62 The order of the first name and surname in the real name can be changed by a new Module Config setting.
63 Coverted all pages to use the new Webmin UI library, for a more consistent look. Also updated the groups chooser to use a left-right selector.
64 ---- Changes since 1.440 ----
65 Added a Module Config option to allow / as an IMAP folder separator, thanks to Bas van den Heuvel.
66 Added a check on the module's main page to ensure that the LDAP schema is accessible.
67 Fixed support for SSL and TLS when connecting to the LDAP server, thanks to Paul R. Ganci.
68 Added a Module Config option to use a text box for entering secondary group members, rather than the left/right user chooser.
69 ---- Changes since 1.490 ----
70 Improve the user and group rename code to not move the DN to be under the global base if not needed.
71 Modifying a user now correctly changes the sn attribute too.
72 ---- Changes since 1.500 ----
73 Added a field for editing the description for LDAP groups.
74 ---- Changes since 1.510 ----
75 The list of groups now includes descriptions, if any are set.
76 ---- Changes since 1.520 ----
77 Added Module Config options for additional LDAP filters to find users and groups, in addition to the posixAccount / posixGroup object class filters.