Questions tagged [windowsdomainaccount]

A Windows domain account is an account in a Windows domain, which includes accounts of users, computers, printers and other security principals registered with a central database (called Active Directory Service) located on domain controllers.

From the Microsoft Developer Network.

A Windows domain account is an account in a Windows domain, which includes accounts of users, computers, printers and other security principals registered with a central database (called Active Directory Service) located on domain controllers.

48 questions
2
votes
1 answer

Cygwin user name without domain

I am working on a windows machine that is maintained by our IT department. My user account me lives in a domain dom, which leads to my cygwin user name being dom+me. This is inconvenient because my user name is just me on all other machines that I…
klimpergeist
  • 343
  • 1
  • 12
2
votes
2 answers

How to determine if the request is coming from a particular windows domain

I am developing a web application with MVC-3 I want to give the users of a particular windows domain some special privileges; therefore I have to determine whether the request is coming from that particular domain. Please note that I am using Forms…
Mohayemin
  • 3,841
  • 4
  • 25
  • 54
1
vote
1 answer

Any way to bypass windows domain account?

I am installing Dynamics AX 2012 (single pc installation) on my laptop and it gives me alert that You are logged on with a local computer account 'PC-NAME'. You must be logged on with a domain account to run Microsoft Dynamics AX Setup Not…
1
vote
2 answers

usernames in windows domain

I'm working on a app that uses Jespa to do transparent SSO. I'm using the NtlmSecurityProvider. In my code, when I get the username looks like this: "DOMAINNAME\username" e.g. <% out.println(request.getRemoteUser()); %> prints this: …
Sam Backus
  • 1,693
  • 14
  • 19
1
vote
1 answer

Can we access all Servers within our Domain with specific rights whilst not being part of domain admin?

I am a Rookie and I am sure that I am missing something very basic but don't know where to look for and how to start. I need some help and guidance around how to set up user access with restricted permissions. End Goal for me is to have an AD…
1
vote
1 answer

COM Error 80020005 Type mismatch in Domain User login

When i run this SQL command in Domain User login, there is COM Error 80020005 SELECT group_database_id FROM sys.databases WHERE name = N'db5' When i run the same command in windows local user, it runs sucessfully. How does the domain User login…
corning
  • 361
  • 5
  • 20
1
vote
2 answers

Can I give access to sql server+reporting services without creating a login/user for each domain account?

In our sqlserver 2008 database each user has a sqlserver login and sqlserver database user. When a new person joins the company the system admins set up their domain accounts but we then have to go in and create a sqlserver login with the same name…
Adam Butler
  • 3,023
  • 5
  • 35
  • 40
1
vote
1 answer

Windows service can't open RSA key container

Some background: I have a solution that consists of: IIS Application (ASP.NET) Windows Service Both the IIS application and windows service are run under the same domain account. They also connect to the same database. Database access…
1
vote
2 answers

How to manage passwords for database access from an asp.net website

Just curious as to best practice for managing db access from an asp.net web application. We were currently putting the username and password in the web.config, but this wasn't good enough internal security (obviously), so I decided to use a windows…
u84six
  • 4,604
  • 6
  • 38
  • 65
1
vote
2 answers

How do you transform a upn name to a login name?

How do you transform a upn name like "user@example.com" to the corresponding NT account name, which is frequently "EXAMPLE\user"? In the domains I'm familiar with, I can take the first part after the '@' sign, but I'm concerned that this is not…
bmm6o
  • 6,187
  • 3
  • 28
  • 55
0
votes
1 answer

Windows service - use domain account and run with admin privileges

I'm trying to set up a Windows service with the following requirements: Runs as a domain account - this account has access to other shares that the process will touch Has full administrative rights on the machine, past UAC - specifically needs to…
0
votes
1 answer

Powershell Windows in a Domain: how to retrieve actual home directory of renamed user

Over the course of time, our organization has gone through some profile name changs (i.e. when a person marries) and there has not been a standard of also renaming the user's home directory. So we have users like MarySmith whose directories are…
0
votes
2 answers

Cannot RDP to an instance of virtual machine scale set of a Service Fabric cluster in Azure

I have created a Service Fabric cluster by using the well-known azure-quickstart-templates/service-fabric-secure-cluster-5-node-1-nodetype template. During the deployment I have specified the adminUsername and adminPassword strings as the ARM…
0
votes
0 answers

Kerberos Authentication for validating card ID on windows 2012/2016 server

I would like to perform windows domain authentication using kerberos (AS request) but all I have is a cardID provided by client. I do have username but no password. How to validate the card user as kerberos needs username and password. Any…
0
votes
1 answer

Is it possible/advisable to run multiple sites app pools using the same domain account

I've got a rather unwieldy legacy intranet app that does a lot of file manipulations across multiple network shares (file reads, moves, deletes, creates directories, etc) and I want to set up a preproduction instance. Currently the app pool is…
Zoidfarb
  • 61
  • 8