Problem with slapd;bdb_equality_candidates: (uid) not indexed

Discussion in 'Installation/Configuration' started by deco5003, Sep 23, 2011.

  1. deco5003

    deco5003 New Member

    Hi
    After eliminate all lines about ssl certificates from de slapd.conf (I THink I dont needed form the moment) Now I have this problem:
    Code:
     slapd[21839]: <= bdb_equality_candidates: (uid) not indexed 
    after modify cn=config.ldif to include the index with this directives 
    olcDbIndex: objectClass eq 
    olcDbIndex: cn eq 
    olcDbIndex: gidNumber eq 
    olcDbIndex: memberUid eq 
    olcDbIndex: uid eq 
    olcDbIndex: uidNumber eq 
    olcDbIndex: uniqueMember eq 
    At slapindex I got this: 
    <= str2entry: str2ad(olcDbIndex): attribute type undefined 
    
    Where do I need to defined the attribute ?
     
  2. nbhadauria

    nbhadauria New Member

    where did you find the error ???

    are you trying to configure postfix with ldap or something else ?
     
  3. deco5003

    deco5003 New Member

    Hi look I was trying to setup Postfix with LDAP but soon I realize that I messed up so I get back to the “Guide how to install a Postfix mail server that is based on virtual users and domains, that are in a MySQL database”
    Thnaks
     

Share This Page