Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/parse-community/parse-server
/ LdapAuth.spec.js
File
LdapAuth.spec.js
spec/LdapAuth.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
ldap = require(
'../lib/Adapters/Auth/ldap'
);
2
const
mockLdapServer = require(
'./support/MockLdapServer'
);
3
const
fs = require(
'fs'
);
4
const
port = 12345;
Callers
nothing calls this directly
Calls
7
fail
Function · 0.85
jequal
Function · 0.85
reconfigureServer
Function · 0.85
validateAuthData
Method · 0.45
close
Method · 0.45
validateAppId
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected