Problem is the c-icap.conf file does not contain the line indicated in the instructions:
Remove ldap configuration'Manager:Apassword@ldap.chtsanti.net?o=chtsanti?mermberUid?(&(objectClass=posixGroup)(cn=%s))' from 'c-icap.conf' field.
In the c-icap.conf file, the ldap section looks like such:
# Module: ldap_module
# Description:
# Add LDAP support to c-icap. The user can use LDAP based lookup tables
# using the following lookup table path:
# ldap://[username:password@]ldapserver?base?attr1,attr2?filter[{[cache=no]}]
# The filter can contain the "%s" formating code which will be replaced by
# the search key
# Examples of supported ldap urls:
# ldap://ldap.chtsanti.net?o=chtsanti?cn,uid?uid=%s
# ldap://cn=Directory Manager:Apassword@ldap.chtsanti.net?o=chtsanti?mermberUid?(&(objectClass=posixGroup)(cn=%s))
#
# WARNING: is not enough tested it may contain bugs!
# Example:
# Module common ldap_module.so
# End module: ldap_module
So it appears that it is throwing an error although the .conf file does not contain the aforementioned lines?