Added some stuff to svn:ignore and fixed failing tests.
This commit is contained in:
@@ -4,5 +4,5 @@ password=secret
|
||||
base=dc=jayway,dc=se
|
||||
|
||||
aws.ami=ami-56ec083f
|
||||
aws.key=spring-ldap-keypair
|
||||
aws.keypair=spring-ldap-keypair
|
||||
aws.security.group=spring-ldap
|
||||
@@ -15,7 +15,7 @@
|
||||
<property name="awsSecretKey" value="${aws.secret.key}" />
|
||||
<property name="imageName" value="${aws.ami}" />
|
||||
<property name="groupName" value="${aws.security.group}" />
|
||||
<property name="keyName" value="${aws.key}" />
|
||||
<property name="keyName" value="${aws.keypair}" />
|
||||
<property name="base" value="dc=jayway,dc=se" />
|
||||
<property name="userDn" value="${userDn}" />
|
||||
<property name="password" value="${password}" />
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
<bean id="contextSource" class="org.springframework.ldap.ContextSourceEc2InstanceLaunchingFactoryBean">
|
||||
<property name="awsKey" value="${aws.key}" />
|
||||
<property name="awsSecretKey" value="${aws.secret.key}" />
|
||||
<property name="imageName" value="ami-56ec083f" />
|
||||
<property name="groupName" value="spring-ldap" />
|
||||
<property name="keyName" value="spring-ldap-keypair" />
|
||||
<property name="imageName" value="${aws.ami}" />
|
||||
<property name="groupName" value="${aws.security.group}" />
|
||||
<property name="keyName" value="${aws.keypair}" />
|
||||
<property name="base" value="dc=jayway,dc=se" />
|
||||
<property name="userDn" value="${userDn}" />
|
||||
<property name="password" value="${password}" />
|
||||
|
||||
Reference in New Issue
Block a user