Windows Authentication Headers without .NET. Possible?

前端 未结 4 1821
感情败类
感情败类 2021-02-01 11:21

I was wondering if anyone knew of a way to use Windows Authentication without hosting on an ASP site. It\'s an intranet w/ access to LDAP, so I\'m wondering if there\'s a way to

4条回答
  •  悲哀的现实
    2021-02-01 11:57

    If you are using Ubuntu, do a

    sudo apt-get ntlmaps or download 'ntlmaps-xx-xx.deb'

    and configure your proxy which would ask you for your domain, username and password.

    Then run ntlmaps as your proxy. Ntlmaps will authenticate using your username and password. You write any program ntlmaps will authenticate your program automatically using your given configuration details. However there are few things you need to configure as well after installing ntlmaps. First let me know if is this something you are looking for?

提交回复
热议问题