I am apologize, here is my ldap.conf file:

---------------------------------------------
#
# Proftpd sample configuration for LDAP authentication.
#
# (This is not to be used if you prefer a PAM-based SQL authentication)
#

<IfModule mod_ldap.c>
#
# This is used for ordinary LDAP connections, with or without TLS
#
LDAPServer ldap://192.168.1.250
LDAPDNInfo "cn=admin,dc=domain,dc=cz" "xxxxxx"
LDAPDoAuth on "ou=ucitele,ou=people,dc=domain,dc=cz"
#
# To be set on only for LDAP/TLS on ordinary port, for LDAP+SSL see below
#LDAPUseTLS on
#

#
# This is used for encrypted LDAPS connections
#
#LDAPServer ldaps://ldap.example.com
#LDAPDNInfo "cn=admin,dc=example,dc=com" "admin_password"
#LDAPDoAuth on "dc=users,dc=example,dc=com"
#
</IfModule>

---------------------------------------------

Best regards..
Martin

You have also to include the uncommented ldap.conf. Those modules
are very weak about syntax and other configuration issues, and that
could explain the segfault.

--
Francesco P. Lovergine







--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to