Gathering detailed insights and metrics for ldap_iam
Gathering detailed insights and metrics for ldap_iam
Gathering detailed insights and metrics for ldap_iam
Gathering detailed insights and metrics for ldap_iam
npm install ldap_iam
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
1 Stars
9 Commits
1 Branches
1 Contributors
Updated on Feb 05, 2018
Latest Version
1.0.2
Package Id
ldap_iam@1.0.2
Size
2.82 kB
NPM Version
3.10.10
Node Version
7.3.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
#ldap proxy to aws iam
ensure aws credentials are available, possibly via IAM Role on ec2 instance
set AWS_REGION, GROUP_NAME, DOMAIN and optionally DEFAULT_GID, REQUIRE_UID, REQUIRE_GID, SECRET and PORT
export GROUP_NAME=MyUsers export AWS_REGION=us-east-1 export DOMAIN=example.com export SECRET=ldaprootaccountpasswordhere export DEFAULT_GID=500 export REQUIRE_UID=$UID export PORT=/var/run/ldap.sock
then run node index.js
or npm start
the domain gets split into "DC=" based on the dots so example.com turns into dc=example,dc=com test.ldap.fred turns into dc=test,dc=ldap,dc=fred
ldapsearch -H ldapi://%2fvar%2frun%2fldap.sock/ -x -b ou=users,dc=example,dc=com objectclass=\*
connect to a unix socket as a specified user or group or connect with simple binding as cn=root with the secret as the password
when the using unix socket connection the process connecting will be validated against the REQUIRE_UID and REQUIRE_GID at least one must be set. When using a TCP port if you have not set a SECRET one will be created for you and printed to STDOUT on each run
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
no SAST tool detected
Details
Reason
Found 0/9 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More