Thread: LDAP logging woes...
i tons of logging in logs now... think it's because following code enabled of it. can show me how change logging show errors/failures? thanks!
create file logging.ldif following contents:
dn: cn=config
changetype: modify
add: olcloglevel
olcloglevel: stats
implement change:
sudo ldapmodify -q -y external -h ldapi:/// -f logging.ldif
ok, fixed it. wasn't hard, here's how:
create file logging.ldif following contents:
dn: cn=config
changetype: modify
replace: olcloglevel
olcloglevel: none
implement change:
sudo ldapmodify -q -y external -h ldapi:/// -f logging.ldif
Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [SOLVED] LDAP logging woes...
Ubuntu
Comments
Post a Comment