• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Mirantis / kqueen / 1931
85%
master: 0%

Build:
Build:
LAST BUILD BRANCH: dependabot/pip/urllib3-1.26.5
DEFAULT BRANCH: master
Ran 27 Feb 2018 09:02AM UTC
Jobs 1
Files 71
Run time 3s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1931

push

travis-ci

tomkukral
use auth package

Provide auth package with various engines to provide authentication.

LDAPAuth engine is implemented as an example, more engines can be added
later.

LDAP authentication can be use configured by (in config file)

```
AUTH = {
    "ldap": {
        "engine": "LDAPAuth",
        "param": {
            "uri": "ldap://127.0.0.1:398",
        }
    },
}
```

This configuration will try to authenticate users with auth = 'ldap'
using bind on server 127.0.0.1:398.

Username to DN conversion will apply, so admin@example.org is
authenticated as cn=admin,dc=example,dc=org on LDAP server.

3017 of 3530 relevant lines covered (85.47%)

0.85 hits per line

Jobs
ID Job ID Ran Files Coverage
2 1931.2 27 Feb 2018 09:02AM UTC 0
85.47
Travis Job 1931.2
Source Files on build 1931
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1931
  • 0d96cfbd on github
  • Prev Build on ldap (#1929)
  • Next Build on ldap (#1933)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc