I'm using LDAP to query Active Directory and can sucessfully create users but I also want to be able to place my nice new users into a group.
I found some material on MSDN that suggested sending a memberOf or member attribute along with the rest of the users information but when I do this I get "Add: Server is unwilling to perform in blah" returned from my add query. I tried moving an existing user into a group using ldap_modify and that returned pretty much the same thing.
Does anyone know how I can do this?