From 423d7650e89cbfa36b6744b11637760f0b410453 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Thu, 4 Oct 2012 13:02:16 -0500 Subject: Updated CA scripts. --- scripts/ca-include.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/ca-include.sh') diff --git a/scripts/ca-include.sh b/scripts/ca-include.sh index 8d2c454..5127c53 100755 --- a/scripts/ca-include.sh +++ b/scripts/ca-include.sh @@ -26,7 +26,7 @@ CA_TOMCAT_SERVER_PORT="9701" CA_LDAP_HOST="$HOSTNAME" CA_LDAP_PORT="389" CA_LDAP_DATABASE="$DOMAIN-$INSTANCE_NAME" -CA_LDAP_BASE_DN="ou=ca,dc=example,dc=com" +CA_LDAP_BASE_DN="dc=ca,dc=example,dc=com" CA_LDAP_BIND_DN="cn=Directory Manager" CA_LDAP_PASSWORD="$PASSWORD" -- cgit