Can someone shed some light on this issue? I'm trying to add multiple users using a batch file created in exel. I keep getting this error message "directory object not found". This is the following syntax i'm using.
dsadd user cn=User01,ou=moncton,dc=dahouse,dc=deyoung,dc=com -upn
User01@deyoung.com -display User01 -pwd Donald01 -mustchpwd yes -memberof cn=Users,ou=moncton,dc=dahouse,dc=deyoung,dc=com
I know it has something to do with the memberof section because when I remove it I don't get any errors. I just can't figure it out and it's got me pulling my hair out and it's starting to hurt :P
Any suggestions would be great..
TIA