Code Monkey home page Code Monkey logo

Comments (3)

korylprince avatar korylprince commented on August 18, 2024 1

Active Directory requires a secure connection to change passwords, e.g. One of SecurityTLS, SecurityStartTLS, SecurityInsecureTLS, SecurityInsecureStartTLS, though the last two are discouraged unless absolutely necessary.

I've added a hint to the example explaining such in v3.1.2.

from go-ad-auth.

korylprince avatar korylprince commented on August 18, 2024 1

Those errors indicate that you don't have TLS set up for Active Directory. If you want to change passwords, you'll at least need to add a self-signed certificate and use an auth.SecurityInsecure* method. Obviously a legitimate certificate (from say, Let's Encrypt) is better because it protects you from man in the middle attacks.

This may be of some help: https://serverfault.com/questions/508853/how-to-setup-ssl-for-active-directory

from go-ad-auth.

dpronyaev avatar dpronyaev commented on August 18, 2024

Security: auth.SecurityNone,
Unable to modify password: LDAP Result Code 53 "Unwilling To Perform": 00002077: SvcErr: DSID-03190EBE, problem 5003 (WILL_NOT_PERFORM), data 0

Security: auth.SecurityTLS,
Connection error: LDAP Result Code 200 "Network Error": read tcp 172.22.57.94:35218->192.168.71.17:389: read: connection reset by peer

Security: auth.SecurityStartTLS,
Connection error: LDAP Result Code 52 "Unavailable": 00000000: LdapErr: DSID-0C0912C4, comment: Error initializing SSL/TLS, data 0, v3839

Security: auth.SecurityInsecureTLS,
Connection error: LDAP Result Code 200 "Network Error": read tcp 172.22.57.94:35230->192.168.71.17:389: read: connection reset by peer

Security: SecurityInsecureStartTLS,
Connection error: LDAP Result Code 52 "Unavailable": 00000000: LdapErr: DSID-0C0912C4, comment: Error initializing SSL/TLS, data 0, v3839

No one of methods worked for me.

from go-ad-auth.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.