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

Missing documentation (ITS#1749)



Full_Name: Hallvard B. Furuseth
Version: HEAD (2002-04-12)
OS: 
URL: 
Submission from: (NULL) (158.36.148.34)


These features are undocumented (in the admin guide as well as the
manual and readme files), so I don't think they are used much:

The LDAP and DNSSRV backends.

The slapd.conf options:
  debug
  logfile
  maxDerefDepth
  reverse-lookup
  sasl-external-x509dn-convert
  suffixAlias
  TLSCACertificatePath
  ucdata-path
  moduleload, modulepath (though these are used in servers/slapd/slapd.conf)

  Also, BDB's slapd.conf options are not documented.
    checkpoint, dirtyread, lockdetect
  need separate documentation, while
    cachesize, dbnosync, directory, index, mode
  can just say they do the same as for the LDBM backend.

These configure options (could be documented in configure or INSTALL):
  --enable-rewrite   Rewrite of what?
  --with-fetch       Fetch URLs how from what?
  --enable-rlookups  Reverse lookups of what via what?
  --with-*-module    What other parameters than static?
  --with-ldbm-api    What parameters?
  --with-ldbm-type   What parameters?
  --enable-modules   How does this work compared to --with-*-module=dynamic?
                     I tried both together, it wouldn't compile.