blob: 8dac9bf4441adb6345361167be882ab809af4bdb (
plain)
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
|
0.18 * Check that the search base is serviced by a real backend before
we'll attempt to participate in a search request.
0.17 * Actually send portmap registrations to the right address.
0.16 * Fix NIS server startup problem when no listening port is explicitly
configured and we're using portmap instead of rpcbind (#500903).
0.15 * Avoid returning an empty-but-valid result when %deref and %referred
don't find anything, when they should be failing instead.
0.14 * Work correctly when nsslapd-pluginEnabled is set to "off" (#499404).
0.13 * Assorted fixes to %link() (#498432).
0.12 * Fix a crash introduced by a bug in the fix for the previous crash.
0.11 * Fix a crash while reading NIS maps with no entries (#497904).
0.10 * IPv6 support for the NIS server plugin.
* Make the NIS server reject client requests which are too big.
* Make the NIS defaults use recursive attribute functions.
* Expanded docs, including a NEWS file.
0.9 * Added recursive attribute dereferencing using deref_r and referred_r.
* Added conditional support (ifeq), and more merging functions (link,
collect).
* More tests.
* Entries supplied by the Schema Compatibility plugin now provide these
operational attributes:
* createTimestamp
* modifyTimestamp
* creatorsName
* modifiersName
* entryDN
* hasSubordinates
0.8 * Added a quick start guide for the Schema Compatibility plugin.
* Tweak default format specifiers for the NIS Server plugin so that
we ensure that we only ever return UID and GID values which are
actually numbers.
0.7 * Teach the NIS Server plugin to be able to produce multiple NIS
map entries for a single directory server entry.
* Make the Schema Compatibility plugin warn if a result set is empty.
* Change match,regmatch,regsub to match against expressions, not just
attribute names.
|