I have installed openldap-ltb package and configured it according to Pass-Through authentication with SASL..but when try to fire up slapd it gives me the following error:
537cda39 /usr/local/openldap/etc/openldap/slapd.conf: line 79: unknown directive <pwcheck_method:> inside backend database definition Here is my slapd.conf include /usr/local/openldap/etc/openldap/schema/core.schema include /usr/local/openldap/etc/openldap/schema/cosine.schema include /usr/local/openldap/etc/openldap/schema/nis.schema include /usr/local/openldap/etc/openldap/schema/inetorgperson.schema include /usr/local/openldap/etc/openldap/schema/ppolicy.schema # Define global ACLs to disable default read access. # Do not enable referrals until AFTER you have a working directory # service AND an understanding of referrals. #referral ldap://root.openldap.org pidfile /usr/local/openldap/var/run/slapd.pid argsfile /usr/local/openldap/var/run/slapd.args # Load dynamic backend modules: # modulepath /usr/local/openldap/libexec/openldap modulepath /usr/local/openldap/lib64 moduleload back_bdb.la moduleload back_hdb.la moduleload back_ldap.la moduleload back_meta.la moduleload rwm # Sample security restrictions # Require integrity protection (prevent hijacking) # Require 112-bit (3DES or better) encryption for updates # Require 63-bit encryption for simple bind # security ssf=1 update_ssf=112 simple_bind=64 # Sample access control policy: # Root DSE: allow anyone to read it # Subschema (sub)entry DSE: allow anyone to read it # Other DSEs: # Allow self write access # Allow authenticated users read access # Allow anonymous users to authenticate # Directives needed to implement policy: # access to dn.base="" by * read # access to dn.base="cn=Subschema" by * read # access to * # by self write # by users read # by anonymous auth # # if no access controls are present, the default policy # allows anyone and everyone to read anything but restricts # updates to rootdn. (e.g., "access to * by * read") # # rootdn can always read and write EVERYTHING! ####################################################################### # BDB database definitions ####################################################################### database ldap suffix "dc=na,dc=akqa,dc=local" uri ldap://10.16.10.8 idassert-bind bindmethod=simple binddn="cn=ldapsvs,cn=Users,dc=na,dc=akqa,dc=local" credentials="xxxxxxx" mode=none flags=non-prescriptive idassert-authzFrom "*" overlay rwm rwm-suffixmassage "dc=na,dc=akqa,dc=local" # Example of rwm configuration for Active Directory rwm-map attribute uid sAMAccountName rwm-map attribute * * pwcheck_method: saslauthd saslauthd_path: /var/run/saslauthd/mux sasl-host localhost sasl-secprops none database bdb suffix "dc=my-domain,dc=com" rootdn "cn=Manager,dc=my-domain,dc=com" # Cleartext passwords, especially for the rootdn, should # be avoid. See slappasswd(8) and slapd.conf(5) for details. # Use of strong authentication encouraged. rootpw secret # The database directory MUST exist prior to running slapd AND # should only be accessible by the slapd and slap tools. # Mode 700 recommended. directory /usr/local/openldap/var/openldap-data # Indices to maintain index objectClass eq Any ideas? Thank you, Yevgeniy
_______________________________________________ ltb-users mailing list ltb-users@lists.ltb-project.org http://lists.ltb-project.org/listinfo/ltb-users