networking and authentication

I installed a RADIUS server in my network (Windows 2008) and Active Directory which contains different users; I also have an access point (tp_Link) authenticated on RADIUS server. I am using Windows authentication. I cant authenticate laptops outside the domain to the wifi. How can i join this wifi from laptop outside the domain controller? … Read more

How to use multiple User login name to authenticate to AD – UPN

How can I assign multiple User login names to an AD user so he/she can authenticate seamlessly? Here’s an example: User name 1: FJohnson User name 2: domain\Fjohnson User name 3: FJohnson@domain.com Assuming that the machine is always connected to the domain. A practical situation: when a password expires, the user needs to provide a … Read more

IIS Windows Authentication – Change Password at next login

I have set windows authentication and forms based authentication (FBA) in IIS for my web application. I added users to windows so they can login using the windows prompt. I set the checkbox to force them to change their password at the next login. Now my windows users can’t log in. I think it has … Read more

BYOD – AD Authentication Issues [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 7 years ago. Improve this question I am a guy who brings his “own rig” to work. In this new gig I have to run some apps as a … Read more

MSSQL Authentication Against Remote Server

I want to use MSSQL authentication for a database I’m creating for a corporation. The problem is, due to corporate politics, the IT department will not allocate any virtual server space to us. It also seems unwise to use a laptop sitting somewhere in the office as a server, as this is an unsecured machine. … Read more

Connective Lamp Server to Windows Domain

I recently made a centos lamp server running apache mysql and php. I have wordpress and phpbb3 installed and running on the server. The linux server is running in the same building as a windows 2003 server. Is there a way to connect the linux and windows server so that my website and forum is … Read more

Ldap Active directory checking (and securely storing it) user provided password [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 6 years ago. Improve this question Hey all I am needing to know if it is possible to check a users typed in password against the AD to make … Read more

Auto-authenticate to a domain network share

Hoping one of you can help me out with a network share issue I’m having. I have a domain and three servers and NAS on it. The NAS has a network share that is password protected and uses Active Directory to authenticate. If I try to access the share from two of the three computers … Read more

How best to troubleshoot a WIA issue through an IIS7 reverse proxy

I’ve got an Intranet site that uses Windows Authentication and is accessed through an IIS 7 Reverse Proxy. Using FireFox, Safari or Chrome it works fine. I’m prompted for credentials, I supply them and away I go. In IE 7/8 I get prompted for credentials but they’re rejected and I eventually get a 401 not … Read more

A Local Service gets 401 error accessing ASP website

I have Anonymous access disabled for Active Directory Auth via Windows Authentication and the service I use to run an ASP page every 15 minutes gets a 401 unauthorized when it tries to run. How do I allow the service which runs locally to the web server access the site without enabling windows authentication? Environment: … Read more