]> git.sur5r.net Git - openldap/blob - contrib/whois++/BUGS
Update lutil_lockf (aka: ldap_lockf) to hide implementation in
[openldap] / contrib / whois++ / BUGS
1 This is not really a bugs list (would I admit to having bugs? :-) but a
2 limitations list.
3
4 This implementation attempts to implement most of the proposed whois++
5 interface but those sections that conflict with the underlying X.500 service
6 are not implemented. This includes such things as the indexing service. While
7 it would be possible to provide this functionality it is likely that a
8 production X.500 Directory will have restrictions on access to the Directory
9 in order to prevent "trawling" of data. It is unlikely that such a site
10 would wish to allow an indexing server carte blanche access to it's data in
11 order to index it.
12
13 The current version also doesn't support multiple languages, this is not
14 because I don't think it's a good idea (I do), but rather due to my wish to
15 get this thing out of the door! As a result of this attributes are returned
16 using their X.500 attribute names rather than using "whois++" names. Once
17 the code to do multi-lingual support has been integrated these attributes
18 will be returned in the natural language specified by the client.
19
20 Some responses are returned as system messages, and some are returned as
21 normal messages (with or without a leading space). At present there is no
22 real consistancy, which is a result of me coding whatever I thought was best
23 at the time. The current draft lacks adequate direction (except for search
24 results) as to the format of responses but once this has been fixed I will
25 correct the code.
26
27 I am using a beta version of the LDAP beta code (possibly not the latest
28 version) to develop this code but you should be able to use any of the
29 University of Michigan releases, although the patches to the main Makefile
30 may need some tweaking.
31
32 This program has only really been tested with Ultrix although John Farrell
33 of the ISODE Consortium threw it at SunOS for me so it may work with other
34 Unix variants but there are no guarantees.
35
36 Mark Prior
37 26 April 93