@echo" - DNS domain (for cookies and virtual hosts): ${DNSDOMAIN}"
@echo" - LDAP parameters:"
@echo" - Host: ${LDAPHOST}"
@echo" - Port: ${LDAPPORT}"
@echo" - Suffix: ${LDAPSUFFIX}"
@echo
@echo"To finish configuration:"
@echo
@echo"1 - Add this in your Apache configuration file:"
@echo" with Apache-1.3.x"
@echo" include ${SYSTEMCONFDIR}apache.conf"
@echo" or with Apache-2.x:"
@echo" include ${SYSTEMCONFDIR}apache2.conf"
@echo
@echo"2 - Run 'make postconf' as root to update /etc/hosts and set UNIX rights"
@echo
@echo"3 - Use the manager at http://manager.${DNSDOMAIN}/ (after Apache restart) or edit ${DESTFILECONFDIR}lmConf-1 to modify LemonLDAP::NG configuration."
@echo" Edit ${DESTPORTALDIR}apps/apps-list.xml to modify the menu."
@echo
@echo"4 - Restart Apache (or Apache2)"
@echo
@echo"5 - Try to connect to http://test1.${DNSDOMAIN}/ or http://test2.${DNSDOMAIN}/"