- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: "proxy" PDC
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2004 09:29 PM
12-05-2004 09:29 PM
"proxy" PDC
I have Apache/NTLM module for autentization for our department. Every autentization id routed to the main PDC in our company. Sometime the amount of autentization questions is really huge. So I need something like my private proxy PDC. Every auth. traffic will be directed to the proxy, for the first time the auth.question will be redirected to real PDC and the following auth. question will be terminated in my proxy PDC.
Is it possible?
Any idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2004 09:58 PM
12-05-2004 09:58 PM
Re: "proxy" PDC
I think your question is best suited to a windows forum, but if the answer will be yes I suggest that you look samba 3 running on top of linux as your authentication PDC. Using linux/samba you will not have to pay windows licenses.
Regards,
Xyko
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2004 10:33 PM
12-05-2004 10:33 PM
Re: "proxy" PDC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2004 10:44 PM
12-05-2004 10:44 PM
Re: "proxy" PDC
but as I told you this is a Linux forum and you need first to know if it's possible to do what you want using windows. If it's possible you have to know how to do the job and then we may try to help you how to do the same thing in linux/samba.
Tell us how you would do what you want using windows and I think that some linux expert will help you with samba.
regards,
Xyko
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 01:17 AM
12-07-2004 01:17 AM
Re: "proxy" PDC
i am not going to pretend i understand the apache module in question, but there are a few things that define a PDC. in NT4, it's nothing but a writable copy of the SAM and a special netbios message.
every DC registers the 0x1c group record (if the domain name is MyDomain then the DC record is "MyDomain \0x1c"), but only the PDC (or PDCEMU in 2k) registers the 0x1b Netbios record. take a look here http://support.microsoft.com/default.aspx?scid=kb;en-us;314108
linux has lmhosts for local NBT name reso.: http://www.die.net/doc/linux/man/man5/lmhosts.5.html
assuming your module is using netbios, you'll want to modify your nssswitch.conf file to use files only for netbios (i think it's the WINS entry, not sure) and write a lmhosts file similar to the following
1.1.1.1 myproxydc
1.1.1.1 mydomain#1b
1.1.1.1 mydomain#1c
let us know how it turns out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 01:20 AM
12-07-2004 01:20 AM
Re: "proxy" PDC
__________1111111_____
_1234567890123456_____
"MyDomain_______\0x1c"