@@ -8,7 +8,7 @@ describe('auth/ldap', function () {
88 // If LDAP is available to bind to continue with tests
99 const utils = new TestUtil ( {
1010 ldapAuthEnabled : true ,
11- ldapUrl : 'ldap://localhost:389 ' ,
11+ ldapUrl : 'ldap://localhost:10389 ' ,
1212 ldapBindDN : 'cn=admin,dc=planetexpress,dc=com' ,
1313 ldapPassword : 'GoodNewsEveryone' ,
1414 } ) ;
@@ -24,7 +24,7 @@ describe('auth/ldap', function () {
2424 ldapAuthEnabled : true ,
2525 ldapAutoSignUp : true ,
2626 ldapDefaultRole : 'editor' ,
27- ldapUrl : 'ldap://localhost:389 ' ,
27+ ldapUrl : 'ldap://localhost:10389 ' ,
2828 ldapBindDN : 'cn=admin,dc=planetexpress,dc=com' ,
2929 ldapPassword : 'GoodNewsEveryone' ,
3030 ldapSearchFilter : '(uid={{username}})' ,
@@ -54,7 +54,7 @@ describe('auth/ldap', function () {
5454 ldapAuthEnabled : true ,
5555 ldapAutoSignUp : true ,
5656 ldapDefaultRole : 'admin' ,
57- ldapUrl : 'ldap://localhost:389 ' ,
57+ ldapUrl : 'ldap://localhost:10389 ' ,
5858 ldapBindDN : 'cn=admin,dc=planetexpress,dc=com' ,
5959 ldapPassword : 'GoodNewsEveryone' ,
6060 ldapSearchFilter : '(uid={{username}})' ,
@@ -84,7 +84,7 @@ describe('auth/ldap', function () {
8484 ldapAuthEnabled : true ,
8585 ldapAutoSignUp : true ,
8686 ldapDefaultRole : '' ,
87- ldapUrl : 'ldap://localhost:389 ' ,
87+ ldapUrl : 'ldap://localhost:10389 ' ,
8888 ldapBindDN : 'cn=admin,dc=planetexpress,dc=com' ,
8989 ldapPassword : 'GoodNewsEveryone' ,
9090 ldapSearchFilter : '(uid={{username}})' ,
@@ -110,7 +110,7 @@ describe('auth/ldap', function () {
110110 ldapAuthEnabled : true ,
111111 ldapAutoSignUp : false ,
112112 ldapDefaultRole : 'editor' ,
113- ldapUrl : 'ldap://localhost:389 ' ,
113+ ldapUrl : 'ldap://localhost:10389 ' ,
114114 ldapBindDN : 'cn=admin,dc=planetexpress,dc=com' ,
115115 ldapPassword : 'GoodNewsEveryone' ,
116116 ldapSearchFilter : '(uid={{username}})' ,
@@ -152,7 +152,7 @@ describe('auth/ldap', function () {
152152 const utils = new TestUtil ( {
153153154154 ldapAuthEnabled : true ,
155- ldapUrl : 'ldap://localhost:389 ' ,
155+ ldapUrl : 'ldap://localhost:10389 ' ,
156156 ldapBindDN : 'cn=admin,dc=planetexpress,dc=com' ,
157157 ldapPassword : 'GoodNewsEveryone' ,
158158 ldapSearchFilter : '(uid={{username}})' ,
@@ -184,7 +184,7 @@ describe('auth/ldap', function () {
184184 const utils = new TestUtil ( {
185185186186 ldapAuthEnabled : true ,
187- ldapUrl : 'ldap://localhost:389 ' ,
187+ ldapUrl : 'ldap://localhost:10389 ' ,
188188 ldapBindDN : 'cn=admin,dc=planetexpress,dc=com' ,
189189 ldapPassword : 'GoodNewsEveryone' ,
190190 ldapSearchFilter : '(uid={{username}})' ,
@@ -215,7 +215,7 @@ describe('auth/ldap', function () {
215215 ldapAuthEnabled : true ,
216216 ldapAutoSignUp : true ,
217217 ldapDefaultRole : 'editor' ,
218- ldapUrl : 'ldap://localhost:389 ' ,
218+ ldapUrl : 'ldap://localhost:10389 ' ,
219219 ldapBindDN : 'cn=admin,dc=planetexpress,dc=com' ,
220220 ldapPassword : 'GoodNewsEveryone' ,
221221 ldapSearchFilter : '(uid={{username}})' ,
@@ -264,7 +264,7 @@ describe('auth/ldap', function () {
264264 ldapAuthEnabled : true ,
265265 ldapAutoSignUp : true ,
266266 ldapDefaultRole : 'editor' ,
267- ldapUrl : 'ldap://localhost:389 ' ,
267+ ldapUrl : 'ldap://localhost:10389 ' ,
268268 ldapBindDN : 'cn=admin,dc=planetexpress,dc=com' ,
269269 ldapPassword : 'GoodNewsEveryone' ,
270270 ldapSearchFilter : '(uid={{username}})' ,
@@ -304,7 +304,7 @@ describe('auth/ldap', function () {
304304 ldapAuthEnabled : true ,
305305 ldapAutoSignUp : true ,
306306 ldapDefaultRole : 'editor' ,
307- ldapUrl : 'ldap://localhost:389 ' ,
307+ ldapUrl : 'ldap://localhost:10389 ' ,
308308 ldapBindDN : 'cn=admin,dc=planetexpress,dc=com' ,
309309 ldapPassword : 'GoodNewsEveryone' ,
310310 ldapSearchFilter : '(uid={{username}})' ,
@@ -344,7 +344,7 @@ describe('auth/ldap', function () {
344344 ldapAuthEnabled : true ,
345345 ldapAutoSignUp : true ,
346346 ldapDefaultRole : 'editor' ,
347- ldapUrl : 'ldap://localhost:389 ' ,
347+ ldapUrl : 'ldap://localhost:10389 ' ,
348348 ldapBindDN : 'cn=admin,dc=planetexpress,dc=com' ,
349349 ldapPassword : 'GoodNewsEveryone' ,
350350 ldapSearchFilter : '(uid={{username}})' ,
0 commit comments