Re: [PHP] NT domain info

2005-01-19 Thread Bruce Douglas
mikey... i'm not a guru... but this sounds like something that someone should have already done (or thought about) in perl. you might find that there's already a perl app/solution that gets you close to what you need, that would allow you to either use the perl solution, or rewrite what it

RE: [PHP] NT domain info

2005-01-19 Thread Mikey
Well, I went to CPAN and found: http://www.cpan.org/modules/by-category/22_Microsoft_Windows_Modules/Win32/W in32-AD-User-0.01.readme Looks like that will have what I need, and from what I remember socks are dead simple in Perl - time to read up again! Mikey -- PHP General Mailing List

Re: [PHP] NT domain info

2005-01-19 Thread Jordi Canals
On Thu, 20 Jan 2005 00:13:35 -, Mikey [EMAIL PROTECTED] wrote: Hi NG! Does anyone here know of a way of getting at the user account information from a windows domain controller from a Linux box, specifically in PHP? The Windows domain controllers run LDAP. So, you can use the PHP LDAP

Re: [PHP] NT domain info

2005-01-19 Thread Leif Gregory
Hello Bruce, Wednesday, January 19, 2005, 6:06:28 PM, you wrote: BD i'm not a guru... but this sounds like something that someone BD should have already done (or thought about) in perl. you might BD find that there's already a perl app/solution that gets you close BD to what you need, that would