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 wou

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

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 (http:/

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 does

Re: [PHP] NT Auto Authentication?

2005-01-18 Thread tg-php
Ok, I think the other response you got is mostly right, but I don't think it's clear what you're trying to do. If you enable NTLM authentication on the web server, then you can have the user's browser send the authenticated username to the web server. You'd do that like this: 1. On your web s

Re: [PHP] NT Auto Authentication?

2005-01-17 Thread Jochem Maas
Adrian Madrid wrote: Anybody figured out how to auto authenticate into a windows server? I no but... have a look at this: http://uranus.it.swin.edu.au/~jn/linux/php/php_smbauth.htm need to have some users log through NT Authentication on their browser without typing their username and password. I

[PHP] Re: PHP + NT + Weird line break??

2001-09-21 Thread Richard Lynch
Is there a new-line at the end of the include-ed file? ^ / \ / \ Unless this is an unterminated line, you'll get messed up. Various editors will automatically add a new line for you. -- WARNING [EMAIL PROTECTED] address is an endangered species -- Use [EMAIL PROTECTED] Wanna help me out?

Re: [PHP] NT?

2001-09-10 Thread George Pitcher
AIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, September 10, 2001 5:47 PM Subject: Re: [PHP] NT? > I don't think that will be a problem : try zend.com 'apache + php4' > go > and see http://zend.com > > Anyone tried under NT

Re: [PHP] NT?

2001-09-10 Thread nayco
I don't think that will be a problem : try zend.com 'apache + php4' > go and see http://zend.com Anyone tried under NT ??? I won't say : 'try Linux' (°-Nayco, //\[EMAIL PROTECTED] v_/_ http://nayco.free.fr - Original Message - From: Jeremy Mora

RE: [PHP] NT Authentication

2001-07-19 Thread Taylor, Stewart
You can install an apache module which does this. Then all you do is edit apache's httpd.conf file to say which directories you want to be authenticated and information about your NT domain and backup servers etc... e.g. Authname"Company Intranet Server" AuthTypeB