6caf2ebe39
confLDOPTS. the real problem is in sendmail side - M4 macro APPENDDEF chokes if we pass string with "," inside. we are okay for now, as we don't have any APPENDDEF against confLDOPTS. in general, we are not sure if the fix works for everyone. not sure if we need the similar fix for Solaris or not. problem report From: Bernd.Ernesti@security.kpnqwest.com (Bernd Ernesti)
4 lines
159 B
Text
4 lines
159 B
Text
# enable ldap
|
|
APPENDDEF(`confMAPDEF', `-DLDAPMAP')
|
|
APPENDDEF(`confENVDEF', `-I${LOCALBASE}/include')
|
|
APPENDDEF(`confLIBS', `-L${LOCALBASE}/lib -lldap -llber')
|