AD Server authentication in Python

  • Tình trạng: Closed
  • Giải thưởng: $60
  • Các bài thi đã nhận: 3
  • Người chiến thắng: developerstan

Tóm tắt cuộc thi

Need to create a login page which will authenticate users based on the username and password from AD server. Also pull out the first name of the user based on username.

Các kĩ năng yêu cầu

Phản hồi của người thuê

“Stan is a very professional and completes the work to the best of his ability. He responds immediately and solves any issues. He responds quickly and I would recommend him. Would surely hire him again!”

Hình ảnh hồ sơ ShekharAgrawal15, United States.

Những bài dự thi tốt nhất dự cuộc thi này

Xem thêm bài dự thi

Bảng thông báo công khai

  • ShekharAgrawal15
    Chủ cuộc thi
    • cách đây 5 năm

    The code in python can look like this (It is just the base-You need to build it)

    from flask import Flask, redirect, request, render_template, jsonify
    import ldap

    app = Flask(__name__)

    @app.route('/login', methods=['GET', 'POST'])
    def login():
    error = None
    if request.method == 'POST':
    username = request.form['username']
    password = request.form['password']

    if request.form['username'] != '13326' or request.form['password'] != 'password':
    error = 'Invalid Credentials. Please try again.'
    else:
    return render_template('calendar.html')

    if __name__ == "__main__":
    app.run(host='0.0.0.0', debug=False)
    app.run()

    • cách đây 5 năm
  • jjmutumi
    jjmutumi
    • cách đây 5 năm

    What do you mean by AD server?

    • cách đây 5 năm
    1. ShekharAgrawal15
      Chủ cuộc thi
      • cách đây 5 năm

      AD-Active Directory

      • cách đây 5 năm
    2. ShekharAgrawal15
      Chủ cuộc thi
      • cách đây 5 năm

      You need to authenticate the username and password from the Active Directory server. I have the server's IP but you need to create a script that can work and later it can be tested with the server.

      • cách đây 5 năm
  • peng72083
    peng72083
    • cách đây 5 năm

    Hello
    I have full experience with Angular and Flask.
    I built insurance admin site and food delivery site, job matching site using angular and Flask, Node.js
    what kind of site you want?
    What about your server?
    Do you have design for frontend?

    I think we can discuss via chat.
    Please feel free to ping me at any time.
    Regards.

    Peng

    • cách đây 5 năm
    1. ShekharAgrawal15
      Chủ cuộc thi
      • cách đây 5 năm

      I have the server details.
      I need a simple login page where user enters his username and password and his credentials are verified from the AD server.

      • cách đây 5 năm
    2. ShekharAgrawal15
      Chủ cuộc thi
      • cách đây 5 năm

      Create a script and then submit it as an entry. That will help me to chat with you! Also, please ask any question that you may have.

      • cách đây 5 năm
  • ShekharAgrawal15
    Chủ cuộc thi
    • cách đây 5 năm

    The one who can write the code in Python and I can test that it is working will get the prize awarded. Keep in mind that I will have a lot of projects in the future so whoever can win this contest will win future projects as well.

    • cách đây 5 năm

Xem thêm bình luận

Làm thế nào để bắt đầu với cuộc thi

  • Đăng cuộc thi của bạn

    Đăng cuộc thi của bạn Nhanh chóng và dễ dàng

  • Nhận được vô số bài dự thi

    Nhận được vô số Bài dự thi Từ khắp nơi trên thế giới

  • Trao giải cho bài thi xuất sắc nhất

    Trao giải cho bài thi xuất sắc nhất Download File - Đơn giản!

Đăng cuộc thi ngay hoặc tham gia với chúng tôi ngay hôm nay!