Hi all.
I'm trying to get the following to run from the command line when using a PHP page.
DSGET USER CN=DTest,ou=Testing,dc=Domain,dc=local -hmdir -s DCServer01
Whilst I think I've got it to run from PHP, I need to get the data returned from the command. I've tried using System($cmd, $returnvalue) and it returns a long negative number. Am I using the wrong syntax or am I just completly wrong?
Any help would be appreciated.
Dan.