[Date Prev][Date Next] [Chronological] [Thread] [Top]

syntax error in documentation (ITS#750)



Full_Name: robert joop
Version: 2.0.3
OS: linux
URL: 
Submission from: (NULL) (193.175.135.28)


in http://www.openldap.org/doc/admin/dbtools.html the file:-URLs are in an
illegal syntax:

cn:< file://path/to/file.jpeg

should be

cn:< file:///path/to/file.jpeg

the slashes (three, or one if one omits the empty hostname part) match my
understanding of URL syntax, the examples given in RFC 2849 (the LDIF RFC)
jpegphoto:< file:///usr/local/directory/photos/hjensen.jpg
and the openldap implementation, which doesn't accept the double slash, but
accepts
the triple slash.

another occurence on the same html page:

jpegPhoto:< file://path/to/file.jpeg