-
Notifications
You must be signed in to change notification settings - Fork 81
TIPS Setting_Up_Secure_LDAP
Mark Drew edited this page Jul 19, 2013
·
1 revision
Import the SSL Certificate for ldap via command line:
- {jdk bin directory}\keytool -import -keystore c:\{path_to_railo}\jdk\lib\security\cacerts* -alias mySSLCert -storepass changeit -noprompt -trustcacerts -file c:\mySSLCert .cert
- Do the same with ROOT/Intermediate Certificate.
- {jdk bin directory}\keytool -import -keystore c:\{path_to_webserver}\WEB-INF\railo\security\cacerts* -alias mySSLCert -storepass changeit -noprompt -trustcacerts -file c:\mySSLCert .cert
- Do the same with ROOT/Intermediate Certificate.
- {jdk bin directory}\keytool -import -keystore c:\{path_to_tomcat_root}\webapps\ROOT\WEB-INF\railo\security\cacerts* -alias mySSLCert -storepass changeit -noprompt -trustcacerts -file c:\mySSLCert .cert
- Do the same with ROOT/Intermediate Certificate.
<cfldap name="GetList"
server="ldap.myorganization.com"
action="query"
attributes="*"
scope="subtree"
secure="CFSSL_BASIC"
port="636"
username="uid=#myUserName#,ou=People,o=My Organization,c=US"
password="#password#"
filter="cn=*#searchForName#*"
maxrows="100"
start="o=My Organization, c=US">
<cfdump var="#getList#">
- Getting to know Railo Server
- Railo Server features & specifications
- Getting started with Railo Server
- Installation & configuration
- Railo Server Versions
- Developing with Railo Server
- Deploying Railo Server apps
- Managing Railo Server apps
- Railo Server Extensions
- Useful resources & further reading
- Developing & debugging Railo Server
- FAQs