LDAP server adds additional Logging entry

Bug #1100472 reported by Guy Matz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu Server Guide
Fix Released
Low
Peter Matulis
Trunk
Fix Released
Low
Peter Matulis

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!!

affects: ubuntu-docs (Ubuntu) → serverguide
Changed in serverguide:
status: New → Triaged
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.