← Back to team overview

documentation-packages team mailing list archive

[Bug 1100472] Re: LDAP server adds additional Logging entry

 

** Package changed: ubuntu-docs (Ubuntu) => serverguide

-- 
You received this bug notification because you are a member of
Documentation Packages, which is subscribed to ubuntu-docs in Ubuntu.
https://bugs.launchpad.net/bugs/1100472

Title:
  LDAP server adds additional Logging entry

Status in Ubuntu Server Guide:
  New

Bug description:
  Network Authentication >> OpenLDAP Server says to add an olcLogLevel
  entry to the DB with:

  Create the file logging.ldif with the following contents:
  dn: cn=config
  changetype: modify
  add: olcLogLevel
  olcLogLevel: stats

  However the entry already exists in the default LDAP DB, and this - surprisingly - adds another.  I think the correct LDIF shoudl modify the existing Log level, which is set to none:
  dn: cn=config
  changetype: modify
  replace: olcLogLevel
  olcLogLevel: stats

  Thanks for all you do!!

To manage notifications about this bug go to:
https://bugs.launchpad.net/serverguide/+bug/1100472/+subscriptions