Results 1 to 6 of 6
I am in the early stages of trying to move a small network (4 servers, 25 WS's) to a non-Active Directory environment. Previously all 4 servers were win2k but 2 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-23-2004 #1Just Joined!
- Join Date
- Nov 2004
- Location
- Vancouver, BC (Canada)
- Posts
- 5
Moving from AD to LDAP (Windows to Linux)
I am in the early stages of trying to move a small network (4 servers, 25 WS's) to a non-Active Directory environment. Previously all 4 servers were win2k but 2 are now Linux and eventually the last one (the AD Controller) will also be Linux. The likely distro will be SuSe EL9. I need to plan for a move which will be as seamless as possible for the users but if I MUST create all new accounts, so be it. However, I would prefer to be able to transfer/duplicate all the user accounts in AD, and move them to LDAP, or whatever would be the preferred authentication scheme. Basically I want a unified login for samba shares, email etc so I am pretty sure LDAP is the way to go. If anyone knows of any comprehensive "howtos" I would be greatful. Or, any other suggestions anyone might have. In the end I will still need one single win2k machine running SQL Server, so any suggestions would need to allow for the existence/integration of one remaining win2k machine that I would like to also authenticate to a single system, such as LDAP, assuming this is even possible.
- 11-23-2004 #2Linux Engineer
- Join Date
- Sep 2003
- Location
- Knoxhell, TN
- Posts
- 1,078
just out of curiosity, does it *absolutely* have to be M$'s SQL server?? because for linux/unix you have your choice of MySQL or Postgresql...
Their code will be beautiful, even if their desks are buried in 3 feet of crap. - esr
- 11-23-2004 #3Just Joined!
- Join Date
- Nov 2004
- Location
- Vancouver, BC (Canada)
- Posts
- 5
yes it does, we already use Oracle on Linux, MySQL and Postgres but we also have two services that currently need SQL Server, at least for now.
- 11-24-2004 #4What types of services are these? Is it not a possibility to port them to use mysql or postgre?
Originally Posted by BigBirdy "Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 11-24-2004 #5Just Joined!
- Join Date
- Nov 2004
- Location
- Vancouver, BC (Canada)
- Posts
- 5
No, not possible at all right now. Obviously if this were possible it would have been done by now.
- 11-27-2004 #6Linux Enthusiast
- Join Date
- Jun 2002
- Location
- San Antonio
- Posts
- 621
For the MS SQL server interaction, use FreeTDS (freetds.org). I have had really good luck with my application-level database that I used back a couple years ago. It wasn't huge (17k records, 500 inserts/day, 7500 selects/day), but it was large enough to show that FreeTDS was a mature link even back then in ought-two.
As for the AD->LDAP migration, I tried that as well. There are no good documents on it. The move is painful no matter how you do it. Good luck with that. If you find something worthwhile, or write something worthwhile on how to do it "right", please let us know.
Also, if you want MSSQL support in PHP, you almost definately have to recompile it from the source RPMS. I have built a couple of these for RedHat ES3, but SuSE EL9 just isn't in my repotoire yet. Let me know if you need specific help with this.
Best,
SamuelI respectfully decline the invitation to join your delusion.


Reply With Quote
