|
Posted by Jordi Canals on 01/20/05 04:23
On Thu, 20 Jan 2005 00:13:35 -0000, Mikey <frak@totalise.co.uk> 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
functions to retrieve information from it.
Looking for it, I've found an example at
http://asia.cnet.com/builder/architect/system/0,39009336,39105862,00.htm
I think this sample could give you an overview to start playing.
Best regards,
Jordi.
[Back to original message]
|