-
Wow, I am having a really hard time communicating....
My database of users is the local users and groups on the same machine that is running PHP.
Can the local machine be a Domain Controller?
Can adLDAP help with this or do I need to look somewhere else.
Thank you for your responses.
2009-07-06 16:40:38 UTC in PHP LDAP class for Active Directory
-
one more point of clarification...
I need to get the list of groups back that a user is a member of.
Thanks
eow.
2009-07-06 16:37:25 UTC in PHP LDAP class for Active Directory
-
one more point of clarification...
I need to get the list of groups back that a user is a member of.
Thanks
eow.
2009-07-06 15:01:42 UTC in PHP LDAP class for Active Directory
-
Thank you for your response. I am not a IIS expert, normally I use Linux or OSX, so I am definately a bit out of my element. But I am stuck with IIS.
Let me try to do a better job of what I am trying to achieve.
I am using writing some web services that will run on a IIS (win2003) server. I need to authenticate the user's using that service against local users on that same server.
I...
2009-07-06 14:14:39 UTC in PHP LDAP class for Active Directory
-
I am trying to authenticate against the Active Directory running on the same machine as PHP and IIS. In other words I want to authenticate against the localhost. But I can't seem to figure it out. I get errors like this one
'exception 'adLDAPException' with message 'Bind to Active Directory failed. Check the login credentials and/or server details. AD said: Can't contact LDAP server' in...
2009-07-06 02:40:04 UTC in PHP LDAP class for Active Directory