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

Mirantis / kqueen / 1913 / 2
85%
master: 0%

Build:
Build:
LAST BUILD BRANCH: dependabot/pip/urllib3-1.26.5
DEFAULT BRANCH: master
Ran 22 Feb 2018 03:40PM UTC
Files 71
Run time 2s
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

22 Feb 2018 03:34PM UTC coverage: 85.463% (+17.4%) from 68.02%
1913.2

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.

3010 of 3522 relevant lines covered (85.46%)

0.85 hits per line

Source Files on job 1913.2
  • Tree
  • List 0
  • Changed 21
  • Source Changed 4
  • Coverage Changed 20
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1
  • Travis Job 1913.2
  • f96b7ca6 on github
  • Prev Job for on ldap (#1911.2)
  • Next Job for on ldap (#1916.2)
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