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
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
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
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
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)