[Date Prev][Date Next] [Chronological] [Thread] [Top]

no secret in database !



dear all ;
 
thanks for your  fast reply i think ldap server succeded in all make test after installing sasl and bd4 and openldap all again in /usr/local 
 i used command slappasswd and copied the output in slapd.conf
but when i type ldapmodify -D "cn=root,dc=mydomain,dc=org" -w secret -x -a -f users.ldif
 
i got this response 
ASL/DIGEST-MD5 authentication started
ldap_sasl_interactive_bind_s: Internal (implementation specific) error (80)
        additional info: SASL(-13): user not found: no secret in database
while my slapd.conf looks like  this 
include  /usr/local/etc/openldap/schema/core.schema
include         /usr/local/etc/openldap/schema/cosine.schema
include         /usr/local/etc/openldap/schema/inetorgperson.schema

loglevel        296      
pidfile  /usr/local/var/slapd.pid
argsfile /usr/local/var/slapd.args
#######################################################################
# ldbm database definitions
#######################################################################
database bdb
suffix  "dc=mydomain,dc=org"
rootdn  "cn=root,dc=mydomain,dc=org"
# rootpw         secret 
  rootpw {SSHA}rZQa0EC8btTqaLbfHa1xeQEDOR/eQK9f
directory /usr/local/var/openldap-data
mode            0600
# Indices to maintain
index objectClass  eq
index   cn,sn,mail       eq,sub
index   departmentNumber eq
cachesize 2000
 
thanks for your help 
 
Hussein Esmat