[PHP] Re: NT domain info

2005-01-19 Thread Manuel Lemos
Hello,
on 01/19/2005 10:13 PM Mikey said the following:
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?
I was thinking of writing a COM object for the windows box running a simple
socket service for updates, but that seems like an awful lot of coding (not
to mention having to write COM garbage).  Has anyone else here had to tackle
a similar problem, or does anyone know enough about Windows and domain
accounts to be able to point me in the right direction?
If you want to just authenticate the user logged in a Windows domain, 
use Apache mod_ntlm.

--
Regards,
Manuel Lemos
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/
Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


RE: [PHP] Re: NT domain info

2005-01-19 Thread Mikey
 If you want to just authenticate the user logged in a Windows domain,
 use Apache mod_ntlm.

Nah, I need to be able to syphon off a whole list of users and their account
details (but not their password).  Thanks anyway!

Mikey

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: NT Auto Authentication?

2005-01-17 Thread Manuel Lemos
Hello,
on 01/17/2005 11:53 PM Adrian Madrid said the following:
Anybody figured out how to auto authenticate into a windows server? I 
need to have some users log through NT Authentication on their browser 
without typing their username and password. I was wondering if I could 
use PHP + COM or something like that but I can't find anything. I have 
found some scripts that validate against NTLM but I have not been able 
to find a script that would actually validate the browser/session 
against a NT server. Help!
Just configure your Web server to require NTLM authentication for 
accessing the PHP scripts that you intend to be restricted. 
GetEnv(LOGON_USER); will return the authenticated user name.

--
Regards,
Manuel Lemos
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/
Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Re: NT?

2001-09-11 Thread _lallous

it works fine under 2000 Pro +IIS5

Jeremy Morano [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hello,
 Sorry to bother everyone. I was just wondering if php runs on NT?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Re: NT?

2001-09-10 Thread Alistair Austen

Yep, check here, http://www.php.net/downloads.php and look under Win32.

Alistair

Jeremy Morano [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hello,
 Sorry to bother everyone. I was just wondering if php runs on NT?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]