in reply to Re^4: what is a pure perl equivalent for "net user username /domain"?
in thread what is a pure perl equivalent for "net user username /domain"?

My local hive (or whatever it is called) requires me to bind with an active user before I am allowed to do lookups. Perhaps the anonymous bind is causing you issues.

--MidLifeXis

  • Comment on Re^5: what is a pure perl equivalent for "net user username /domain"?

Replies are listed 'Best First'.
Re^6: what is a pure perl equivalent for "net user username /domain"?
by kwolcott (Acolyte) on May 24, 2016 at 17:40 UTC
    I tried specifying my username and password during the ldap bind command and it failed just like the anonymous bind.