473,785 Members | 2,419 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

network logon

HDI
Hi,

We are working with Office 2003 and for our access apps we logon with
the classic access security.

The username and password is the same as windows logon. Is it possible
that access check the network logon?

Thx

Oct 2 '06 #1
8 2479
HDI wrote:
Hi,

We are working with Office 2003 and for our access apps we logon with
the classic access security.

The username and password is the same as windows logon. Is it possible
that access check the network logon?

Thx
No.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Oct 2 '06 #2

"Rick Brandt" <ri*********@ho tmail.comschree f in bericht news:eW******** *********@newss vr13.news.prodi gy.com...
HDI wrote:
>Hi,

We are working with Office 2003 and for our access apps we logon with
the classic access security.

The username and password is the same as windows logon. Is it possible
that access check the network logon?

Thx
No.
No ???

I guess the OP simply needs this:
http://www.mvps.org/access/api/api0008.htm

Arno R
Oct 2 '06 #3
Rick Brandt wrote:
>>The username and password is the same as windows logon. Is it possible
that access check the network logon?

No.
Rick, what if the network login is the Windows profile name? I know in
our organization set up, my user profile name is the same as my network
login name. Of course, that may not be the same everywhere.

If, and only if, the above situation is true with the OP, he could use
the code in http://www.mvps.org/access/api/api0008.htm

Or have I missed the mark here?
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Be Careful, Big Bird!" - Ditto "TIM-MAY!!" - Me
Oct 2 '06 #4
Arno R wrote:
"Rick Brandt" <ri*********@ho tmail.comschree f in bericht
news:eW******** *********@newss vr13.news.prodi gy.com...
>HDI wrote:
>>Hi,

We are working with Office 2003 and for our access apps we logon
with the classic access security.

The username and password is the same as windows logon. Is it
possible that access check the network logon?

Thx

No.

No ???

I guess the OP simply needs this:
http://www.mvps.org/access/api/api0008.htm

Arno R
My take was that the OP wanted Access Security to automatically use the
network credentials for logging into Access. While Access can run code to
retrieve the network logon UserName it cannot use that as the User Level
Security account. I mean unless you set up all accounts to have blank
passwords.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Oct 2 '06 #5
You can use API to get the user logon. You cannot get the users password
(pretty stupi system if you could).

You cannot use Windows authentication to automatically log in to the access
database through Acess security.

--

Terry Kreft
"HDI" <hd***@hotmail. comwrote in message
news:11******** *************@b 28g2000cwb.goog legroups.com...
Hi,

We are working with Office 2003 and for our access apps we logon with
the classic access security.

The username and password is the same as windows logon. Is it possible
that access check the network logon?

Thx

Oct 3 '06 #6
HDI

You cannot use Windows authentication to automatically log in to the
access
database through Acess security.

This is what i want like sql-server.
So the answer is NO.

Terry Kreft schreef:
You can use API to get the user logon. You cannot get the users password
(pretty stupi system if you could).

You cannot use Windows authentication to automatically log in to the access
database through Acess security.

--

Terry Kreft
"HDI" <hd***@hotmail. comwrote in message
news:11******** *************@b 28g2000cwb.goog legroups.com...
Hi,

We are working with Office 2003 and for our access apps we logon with
the classic access security.

The username and password is the same as windows logon. Is it possible
that access check the network logon?

Thx
Oct 3 '06 #7
That's what I said <g>.

--

Terry Kreft
"HDI" <hd***@hotmail. comwrote in message
news:11******** *************@i 42g2000cwa.goog legroups.com...
>
You cannot use Windows authentication to automatically log in to the
access
database through Acess security.

This is what i want like sql-server.
So the answer is NO.

Terry Kreft schreef:
You can use API to get the user logon. You cannot get the users
password
(pretty stupi system if you could).

You cannot use Windows authentication to automatically log in to the
access
database through Acess security.

--

Terry Kreft
"HDI" <hd***@hotmail. comwrote in message
news:11******** *************@b 28g2000cwb.goog legroups.com...
Hi,
>
We are working with Office 2003 and for our access apps we logon with
the classic access security.
>
The username and password is the same as windows logon. Is it possible
that access check the network logon?
>
Thx
>

Oct 3 '06 #8
"HDI" <hd***@hotmail. comwrote in
news:11******** *************@i 42g2000cwa.goog legroups.com:

[Terry Kreft:]
You cannot use Windows authentication to automatically log in to
the access
database through Acess security.

This is what i want like sql-server.
So the answer is NO.
Er, you can, sort of, if you create user accounts with no passwords,
the names of which match the Windows logon.

You could also skip that and utilize the Windows logon and group
membership to control access programmaticall y within your
application.

However, it would also be useful to be able to use ActiveDirectory
organizational units, which are more likely to correspond, seems to
me, to real-world permissions (at least in the organizations I've
worked with). Unfortunately, I've never found code for doing this
that I could understand how to port to VBA.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Oct 3 '06 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
444
by: Joseph | last post by:
Hello We have a web application written in ASP.Net that calls an external C# program (.exe). This C# program needs to access data from a different server and is not able to do so. We use impersonate in the web config for the ASP code to be able to access the network and it is working fine. But since the C# exe is being called from the ASP code, it is apparently not running with the privileges of the userID specified in the web.config for the...
36
16419
by: Thomas | last post by:
after spending countless hours trying, i give up and hope to get some help in here. on server1 i got the web myweb.com with my test.asp. in the test.asp, i'm trying to read a file from an UNC path with a FSO: Set myFile = Server.CreateObject("Scripting.FileSystemObject").GetFile("\\server2\myshare\myfile.txt") this fails with an Permission Denied. here's the deal:
7
19628
by: Eric.Jones | last post by:
I've encountered a strange error with loading delimited files from a Samba (SMB) network drive, has anyone else seen this before? (Platform: WinXP Pro, UDB PE 8015, level 02060106, SAMPLE db) db2 load from M:\org1.del of del replace into org SQL3109N The utility is beginning to load data from file "M:\org1.del". SQL2036N The path for the file or device "M:\org1.del" is not valid. db2diag.log:
8
11853
by: Lam | last post by:
HI anyone knows how can I open a mapped network file in C#? I try string file = @"T:\file.txt"; it shows me the error: "Could not find a part of the path" but if I copy the file to my C dirve, and use @"C:\file.txt"; it worked Thanks a lot
4
11954
by: Rajeev | last post by:
Hi I have developed a windows service using C#. I am checking a folder path using "DirectoryInfo" class which is in local network. It always returns false, even folder exists on local network. folderPath = "\\MyServer\IO\XYZ_Folder"; DirectoryInfo di = new DirectoryInfo(folderPath); return di.Exists; //This returns false
5
4476
by: Nirosh | last post by:
Hi All, Can any one suggest me a best way to do this .. I have a thrid party tool "EXE" that we need to use with our web service to manipulate some complex XML files, which reside in a seperate files server. we have mapped the fodler to a different folder and need to allow the EXE to process on the mapped drive. When I trigger the EXE via web service the EXE get the permission of the launching user (mean ASP.NET user) resulting a...
4
8784
by: Alex | last post by:
Hi All I'm writing scripts in VBS fore years. But now I've to write a tool in Visual Basic .Net which has to connet to a Windows domain. I know how to do this in VBS but I don't find a way in VB.Net. I've no idea how to logon to the domain via Net.Socket. It is not necessary to map a network drive. I can transfer data via UNC names. Can anybody give me a suggestion how to realize it?
8
13047
by: Ben Fidge | last post by:
Hi I have a small WinForms app that needs to copy files from a shared drive on a network. If I connect to the mapped drive using Explorer, a password dialog pops-up and I have to provide credentials with permission to access this resource on the machine where it's hosted. This is once for each desktop logon session (ie after every reboot). If I do this, my app can access the network resource fine, but otherwise fails with permission...
5
6687
by: lmttag | last post by:
ASP.NET 2.0 (C#) application Intranet application (not on the Internet) Using Windows authentication and impersonation Windows Server 2003 (IIS6) Server is a member server on a domain Logged into server as a domain user that is in the local Administrators group on the server Workstation is on the same domain Logged into the workstation as a domain user, which is also in the local Administrators group on the server and workstation
0
9647
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10357
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10162
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10101
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9959
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7509
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6744
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5528
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2893
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.