MAKESLAPD= yes
#
# remove the defines for backends you don't want to enable
-SLAPD_BACKENDS= -DLDAP_LDBM -DLDAP_SHELL -DLDAP_PASSWD
+SLAPD_BACKENDS= -DLDAP_LDBM # -DLDAP_SHELL -DLDAP_PASSWD
#
# If you have included -DLDAP_LDBM in the SLAPD_BACKENDS line you need
# to specify which low-level database package to use. There are
LDAP_REFERRALS=-DLDAP_REFERRALS
# uncomment these lines to enable support for CRYPT passwords in LDBM.
-#LDAP_CRYPT=-DLDAP_CRYPT
-#LDAP_CRYPT_LIB=-lcrypt
+LDAP_CRYPT=-DLDAP_CRYPT
+LDAP_CRYPT_LIB=-lcrypt
# uncomment these lines to enable support fro tcp_wrappers in servers.
# Requires tcp_wrappers.
-#LDAP_TCP_WRAPPERS=-DTCP_WRAPPERS -I/usr/local/include
-#LDAP_TCP_WRAPPERS_LIB=-L/usr/local/lib -lwrap
+LDAP_TCP_WRAPPERS=-DTCP_WRAPPERS -I/usr/local/include
+LDAP_TCP_WRAPPERS_LIB=-L/usr/local/lib -lwrap
# uncomment this line to use soundex for approximate matches in slapd.
# the default is to use the metaphone algorithm.