Jump to content

Prod. and Test server auth to single server without Domain controller


This topic is 5160 days old. Please don't post here. Open a new topic instead.

Recommended Posts

We are going to be implementing a new system in a few months and we really want to use External Authentication.

We have a production server, and we will have a testing server.

Is there a way - without having active directory involved(as we do not have a domain controller) to have the users from our test server authenticate to the production server so that we do not have to maintain two separate lists?

Is this possible, and if so, any thoughts would be greatly appreciated.

Edited by Guest
Better title
Link to comment
Share on other sites

Is there a way - without having active directory involved(as we do not have a domain controller) to have the users from our test server authenticate to the production server so that we do not have to maintain two separate lists?

I don't think so, but let me think about this some. Interesting question. Domain Controller would solve this of course.

Steven

Link to comment
Share on other sites

No, not possible unless you want to run an AD or OD.

The whole point of an AD or OD is to centralize security and account management. Without an AD/OD each machine takes care of its own authentication.

If you really can't use an AD or OD then you should look at tools to replicate accounts from one machine to the other so that you don't have to enter them all in manually at the time you migrate.

On Windows this can all be done through VBscript.

Link to comment
Share on other sites

  • 3 weeks later...
  • Newbies

This command-line tool analyzes the state of one or all domain controllers in a forest and reports any problems to assist in troubleshooting. DCDiag.exe consists of a variety of tests that can be run individually or as part of a suite to verify domain controller health.

HARRIS ANDRESON

Edited by Guest
Link to comment
Share on other sites

This topic is 5160 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.