473,394 Members | 1,870 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

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 2462
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*********@hotmail.comschreef in bericht news:eW*****************@newssvr13.news.prodigy.co m...
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*********@hotmail.comschreef in bericht
news:eW*****************@newssvr13.news.prodigy.co m...
>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*********************@b28g2000cwb.googlegro ups.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*********************@b28g2000cwb.googlegro ups.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*********************@i42g2000cwa.googlegro ups.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*********************@b28g2000cwb.googlegro ups.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*********************@i42g2000cwa.googlegro ups.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 programmatically 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
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...
36
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...
7
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) ...
8
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,...
4
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. ...
5
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...
4
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...
8
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...
5
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...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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...
0
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...

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.