thomaskrauklis
Programmer
Hi,
I'm new at this, but I need to be able to add a member to a group in active directory using PHP and LDAP.
Basically, this is what I need.
I have a list of users and projects in a IT department. I can already add projects to my Active Directory using PHP code. I need to be able to assign a person in the system to a particular role in a project (i.e. Primary Developer, Primary Contact). I already have the dropdown lists with the required fields in place, I just need to know how to interact with LDAP using PHP to assign this person to a group. Any help would be appreciated.
I'm new at this, but I need to be able to add a member to a group in active directory using PHP and LDAP.
Basically, this is what I need.
I have a list of users and projects in a IT department. I can already add projects to my Active Directory using PHP code. I need to be able to assign a person in the system to a particular role in a project (i.e. Primary Developer, Primary Contact). I already have the dropdown lists with the required fields in place, I just need to know how to interact with LDAP using PHP to assign this person to a group. Any help would be appreciated.