View Single Post
  #6 (permalink)  
Old 03-22-2009, 11:34 PM
todd_dsm todd_dsm is offline
Loyal Member
 
Posts: 83
Default

I started seeing this during the walk-through for UNIX and Windows Accounts in Zimbra LDAP and Zimbra Admin UI

Code:
$ /opt/zimbra/openldap-2.3.43.5z/sbin/slapindex -v -f /opt/zimbra/conf/slapd.conf.in
/opt/zimbra/conf/slapd.conf.in: line 36: <loglevel> unknown level "@@ldap_log_level@@"
slapindex: bad configuration file!
Then, per the suggestion, ran with this:
Code:
$ zmlocalconfig | grep ldap_log_level
ldap_log_level = 49152

$ zmlocalconfig -e ldap_log_level=32768

$ zmcontrol stop
$ zmcontrol start

$ zmlocalconfig | grep ldap_log_level
ldap_log_level = 32768
Went to re-attempt the index:
Code:
$ zmcontrol stop
$ /opt/zimbra/openldap-2.3.43.5z/sbin/slapindex -v -f /opt/zimbra/conf/slapd.conf.in
/opt/zimbra/conf/slapd.conf.in: line 36: <loglevel> unknown level "@@ldap_log_level@@"
slapindex: bad configuration file!
The loglevel did change but the error persists.

Thanks in advance,
todd_dsm

Don't forget to Vote for this RFE:
RFE: A place To Display the contents of 'My Documents'
Reasoning: It's new, bold, and cool.

Last edited by todd_dsm; 10-08-2010 at 10:47 AM..
Reply With Quote