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...
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...
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 =...
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...
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...
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...
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.
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.
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.