fix custom realm integration tests on windows

Original commit: elastic/x-pack-elasticsearch@d5a8722502
This commit is contained in:
jaymode 2015-08-21 14:08:43 -04:00
parent 70a37440cf
commit 204bb2accb
1 changed files with 4 additions and 4 deletions

View File

@ -76,10 +76,10 @@
<startup-elasticsearch>
<additional-args>
<arg value="-Dshield.authc.realms.custom.order=0"/>
<arg value="-Dshield.authc.realms.custom.type=custom"/>
<arg value="-Dshield.authc.realms.esusers.order=1"/>
<arg value="-Dshield.authc.realms.esusers.type=esusers"/>
<arg value="-Des.shield.authc.realms.custom.order=0"/>
<arg value="-Des.shield.authc.realms.custom.type=custom"/>
<arg value="-Des.shield.authc.realms.esusers.order=1"/>
<arg value="-Des.shield.authc.realms.esusers.type=esusers"/>
</additional-args>
</startup-elasticsearch>