question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Authentication to AD/LDAP-accounts

See original GitHub issue

I have a server with authentication through active directory. But I can’t seem to login. If I were on Windows, I suppose it would work with the --integrated switch. But how would I do on a Linux platform?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
chuckercommented, May 14, 2018

Do you mean -I? That yields:

Integrated authentication not supported on this platform

Even if I previously ran kinit.

0reactions
MrMeemuscommented, Jul 2, 2018

There was a method that previously blocked integrated auth on non windows platforms due to the limitation in .Net Core prior. This has been fixed in #214 and will be slated for 0.15.0 release. Thanks all!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Active Directory and LDAP Authentication Guide - DNSstuff
The next thing you need to understand is how AD LDAP authentication works. Essentially, you need to set up LDAP to authenticate credentials ......
Read more >
LDAP Authentication: What It Is, How It Works - JumpCloud
LDAP provides a means to manage user and group membership stored in Active Directory. LDAP is a protocol to authenticate and authorize granular ......
Read more >
Using Active Directory or LDAP for Authentication Only
If you have already created accounts for users in SL1, you can use Active Directory or LDAP to authenticate one or more of...
Read more >
The Difference Between Active Directory and LDAP
TL;DR: LDAP is a protocol, and Active Directory is a server. LDAP authenticates Active Directory – it's a set of guidelines to send...
Read more >
LDAP authentication with Azure Active Directory
In environments where the organization cannot synchronize password hashes, or users sign-in using smart cards, we recommend that you use a ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found