Re: [PHP-WIN] PHP Windows Installer maintainer finally joins the list

2007-08-27 Thread Gustav Wiberg
Hi there! Aaah. The problem was that I was forced to used HMN\abcd ... Thanx for all feedback (from all of you!)! Best regards /Gustav Wiberg - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Monday, August 27, 2007 2:07 PM Subject: Re: [PHP-WIN] PHP Windows Installer maint

Re: [PHP-WIN] PHP Windows Installer maintainer finally joins the list

2007-08-27 Thread awkenney
I agree, the problem seems to be that you are using an invalid username or password. Try using an accout with domain administrator rights first. If that doesn't work, your username may need to be in the form of [EMAIL PROTECTED] Or might need to be in the form of the old windows 2000 username

Re: [PHP-WIN] LDAP and AD

2007-08-27 Thread Elizabeth Smith
Gustav Wiberg wrote: Hi there! Back to my main problem: I want to achieve this: I'm about to build an Intranet. The company has Windows Server 2003 and IIS 6 installed. They also have active directory. I want to them to able to log in without entering username and password, This can be ach

Re: [PHP-WIN] PHP Windows Installer maintainer finally joins the list

2007-08-27 Thread Gustav Wiberg
Hi there! Back to my main problem: I want to achieve this: I'm about to build an Intranet. The company has Windows Server 2003 and IIS 6 installed. They also have active directory. I want to them to able to log in without entering username and password, This can be achieved by not allowing

Re: [PHP-WIN] PHP Windows Installer maintainer finally joins the list

2007-08-27 Thread Gustav Wiberg
Hi there! I tried this... $ldapuser = "[EMAIL PROTECTED]"; $ldappass = "abcd"; $ad = ldap_connect("ldap://HMNR",389) or die("Couldn't connect to AD!"); ldap_set_option($ad, LDAP_OPT_PROTOCOL_VERSION, 3); ldap_set_option($ad, LDAP_OPT_REFERRALS, 0); $bd = ldap_bind($ad,$ldapuser,$ldappass)