Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jonlake

  1. jonlake

    Net::LDAP How to return DN on a search

    It seems like this should be so obvious that I'm looking right past it. What I'm trying to do is have a user enter their uid and password, and then bind to the directory server as themself. However, if I do a search for that person my $ldap = Net::LDAP->new( '127.0.0.1:4389') or die "$@"; my...
  2. jonlake

    IIS / Integrated Windows Authentication issues between trusted domains

    Here is the situation. We have two domains, DomianA and DomainB. There is a server (IIS 6.0, virtual server, W2003) in DomainA that hosts a website that users of DomainA are able to access with integrated windows authentication. When users in DomainB attempt to access the website, they get...
  3. jonlake

    Is there a faster way to do this?

    my @local_files = glob('c:\\update\\lpt*'); #there could be multiple lpt files, and i need the latest one, signified by a number in the file name so I sort them and get the last one. my @sorted_files = sort { $a<=>$b; } @local_files; my $local_size = $#sorted_files; my $local_latest =...
  4. jonlake

    Trouble with Win32::AD::User module

    I am on Windows XP and running activestate perl. I used ppm to install the Win32::AD::User module. The example code from the cpan website of setting up a connection use Win32::AD::User; $user = AdUser->new( ADS_CONNECT_STRING, USER_REFERENCE_STRING ); acts as if the module isn't installed...
  5. jonlake

    sa Password recovery

    Yea, thats understandable. I'm well aware of the password crackers, just unsure if there is a password recovery technique like in mysql and linux. I've asked around work to see if this was setup by our database team and if there is a standard sa password. There are two databases, worse comes to...
  6. jonlake

    sa Password recovery

    We have a Microsoft Server running Microsoft SQL Server 2000. It is a domain member and I have domain access rights. Anyone that may have known this password has left the company. I would like to know if there is a way to recover the sa password. I have physical access to the box, so that isn't...
  7. jonlake

    Force download in IIS

    When clients go to my ftp site and double click the file (text file) it opens the file in the browser. How can I force them to download the file rather than opening it. Thanks.
  8. jonlake

    Run startup script as local admin

    I have a vbs script that will run when a user logs on. However, a few operations in the script require modifying the registry and installing an upgrade, which require local admin privleges. This script is being deployed as a GPO linked to a users OU.
  9. jonlake

    managing users and passwords

    Password Safe http://passwordsafe.sourceforge.net/
  10. jonlake

    JSP and LDAP

    Just to let you know, I was first introduced to JSP a few days ago when I was told "There is this tool we use to create ldap accounts that is created in JSP and the person who made it isn't around anymore". It still works for the most part, but we want some added functionality. So, I have been...
  11. jonlake

    Upgrade from Exchange 2000 to 2003

    I am going to be doing an upgrade from Exchange 2000 to 2003. Currently it is on a Windows 2000 server. I have been browsing in the Sybex Mastering Exchange 2003 book. In here, the author talks about upgrading from Exchange 2000 to 2003, and says I have to upgrade the server OS as well. On...
  12. jonlake

    Remote Desktop

    I am looking for a remote desktop application that will do the following: *Allow someone to be at the console of the pc, and allow another to logon with a remote desktop that will not disturb the session that is already established at the console *Restrict which applications that the remote user...
  13. jonlake

    CCNA or ICND exam

    Yea, I read the Todd L book and the cisco press book for the old CCNA 640-607. Pretty good understanding at the time, just haven't used it since, and I don't wany my certifications to become expired. I guess I'll just need a little refresher. It looks like the ICND focuses mainly on LAN stuff...
  14. jonlake

    CCNA or ICND exam

    I was looking at cisco's website and found the following about recertifying. CCNA certifications are valid for three years. To recertify, either pass the current CCNA exam, or pass the ICND exam, or pass any 642 professional level or Cisco Qualified Specialist exam (excluding Sales Specialist...
  15. jonlake

    DNS with Fedora Core 2 not working

    Never mind. I retyped the file and it started working.

Part and Inventory Search

Back
Top