Hey Steve, Did you get this sorted out yet? You can easily add the user to the Domain Admin group in the Active Directory User and Computers under Administrators Tools. I just toyed around with it a bit and it works:
ldapsearch -W -x -h ip.ad.dre.ss -b cn=users,dc=example,dc=com -D "[email protected]" "objectclass=*" cn That should show all common names/accounts in the ADC...if you take that last "objectclass=*" cn bit off you'll get all the data from cn=users. Bryan steve wrote: > Yes well it appears if that the problem then I will have to > investigate. I asumed that the Administrator that contains the Domain > Administrator as a memeber should work? Im confused by that. I will > have to look at how to change the Domain Administrator password. I'm > guess I have never done it and dont know how to do it. We are a single > domain so Im not sure that it has ever been necessry. > > Thanks. > -- A healthy diet includes Linux, Linux and more Linux. -- You received this message because you are subscribed to the Linux Users Group. To post a message, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit our group at http://groups.google.com/group/linuxusersgroup
