forked from jwinius/kladmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog
89 lines (63 loc) · 2.84 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
kladmin (0.2.2)
* Added attribute rfc822Mailbox
-- Markus Bajones <[email protected]> Thu, 27 October 2011
kladmin (0.2.1)
* Replaced the genDetIds subroutine with a more robust
version written by Nils-Anders Nøttseter. Summary:
- Sorting of existing IDs are now done as integers,
not as strings (42 would sort after 2000).
- Just loop over the smaller list of existing IDs,
thus avoiding the previous double loop.
- Prevents failure to give a proper ID if there were
no users in LDAP.
* Created a new subroutine, genDetExe, to verify the
existence of all necessary executables. It is always
called at the beginning of each operation to prevent
any failures from occurring half way through.
* Added more code to check that routines associated
with OpenLDAP and/or OpenAFS are not run when they
are not required.
* Added the option IDMAX to kladmin.conf, to
optionally determine the maximum ID values for AFS
accounts and LDAP accounts and groups.
* Added a few checks to make sure that the values for
the options OPENLDAP, OPENAFS and IDMAX remain
consistent and do not exceed reasonable bounds.
* ID number checking now takes place before accounts
are created, as opposed to during the operation, to
prevent erroring out half way through.
* Following Nils-Anders' example, modified two other
sorting routines to treat ID numbers as integers.
* Modified the README file to reflect the addition of
the IDMAX option to kladmin.conf.
-- Jaap Winius <[email protected]> Wed, 14 July 2010
kladmin (0.2)
* Made support for both OpenLDAP and OpenAFS optional
through the addition of two extra options to the
kladmin.conf configuration file. However, the use
of MIT Kerberos V is still obligatory.
- Altered the documentation to reflect the above.
- Thanks to Nils-Anders Nøttseter.
* Changed the default for the AFS maximum volume quota
in the kladmin.conf configuration file (AFSQUO) from
1048576 KB to 0 KB (unlimited).
-- Jaap Winius <[email protected]> Mon, 5 July 2010
kladmin (0.1.2)
* Bugfix to prevent kladmin from running two routines
to create and release read-only volumes when none
are indicated.
* Minor edits to kladmin.conf.
-- Jaap Winius <[email protected]> Sun, 21 June 2010
kladmin (0.1.1)
* Applied code improvements suggested by Davor Ocelic:
- No more embedding of full path in command names;
path or env. variables now followed instead.
- simplified printing of options list.
- Used single statements for the import of variables
into the lower-level subroutines.
-- Jaap Winius <[email protected]> Sat, 3 April 2010
kladmin (0.1)
* General debugging
* Code improvements
* Added AFS auth checking
-- Jaap Winius <[email protected]> Tue, 30 Mar 2010