Advertisement

1 - 10 of 974 containing alltags:("username") (0.001 seconds)
How can I login in a ftp server using a username and password?
Zones: Web BrowsersDate Answered: 12/15/1997 Grade: A Views: 0
I have a question I was hopping you could answer:       I have designed a program similar to the Office toolbar but, I want to be able to display a different interface for each user. I need to be able t...
Zones: Visual BasicDate Answered: 07/20/1998 Grade: C Views: 0
How do I retrieve the full user name from an NT environment?   I've tried using Environ("username") and WNetGetUser but this only retrieves the logon id whereas I want the full user name associated...
Zones: Visual BasicDate Answered: 08/19/1998 Grade: C Views: 0
I want to map a networked drive (x:\) to correspond with thier user name.  I have a logon script x:\server\%username% but don't know if this is right, Do I also place this in the profile for the us...
Zones: Windows NTDate Answered: 07/11/1999 Grade: C Views: 0
Recently, I have been noticing the frequency of a quick screen message that the operating system is dumping some files in my cache to make room. Where I click to "edit/preferences/advanced/cache"...
Zones: New UsersDate Answered: 06/18/1999 Grade: A Views: 0
Folks, I'm using Access 97 on NT 4 workstation (& server) and I want to be able to capture the username of the person currently logged on. Environ$("UserName") will return the system login na...
Zones: MS AccessDate Answered: 04/28/2000 Grade: B Views: 0
I have a field on a form which users select a email address for approval...(samirmistry/tech/@ibm).  What I need on a view is if a user enters the database and view that person will only see the do...
Zones: Lotus NotesDate Answered: 12/21/2001 Grade: A Views: 0
Hi, I want to use ldap towards winnt to authenticate users in my intranet web application. The user enters his winnt username and password - and after having checked that the username exists...
Zones: ASPDate Answered: 12/01/2002 Grade: B Views: 0
I am trying to develop a simple user registration system for some pages on my site.  I have a database of usernames/passwords.  The only example of a this kind of security I have used so far is the...
Zones: ASPDate Answered: 03/20/2002 Grade: B Views: 0
I am trying to access a list of SID values on a remote server using TRegistry. This is the code: Uses Registry; procedure MyProc; var   MySList : TStringList;   MyReg : TRegistry;   i : I...
Zones: Delphi ProgrammingDate Answered: 06/17/2002 Grade: A Views: 0