Questions tagged [domain]

A collection of computers or other networked resources.

A collection of computers or other networked resources within an organisation. A domain is identified by a domain name. Domains can be divided into hierarchical sub-domains.

A Microsoft domain is such a collection, often managed by the Active Directory product. The centralized authority for a Microsoft domain is one or more Domain Controllers. These Domain Controllers are responsible for authentication and other security services within the domain.

2711 questions
1
vote
1 answer

Nginx reverse proxy: Hide index.html on redirect

I use the following configuration for my domain: server_name example.com www.example.com; location / { proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For…
Klausar
  • 11
  • 2
1
vote
0 answers

How to protect my domain against temporary redirect attack

Something very terrible happened to one of the sites I work on yesterday. I was called that the site was redirecting to https://www.loyaltycommunication.com. The domain was managed on AWS Route53 and calls are forwarded to an ALB which pushes the…
Aderemi Dayo
  • 111
  • 5
1
vote
2 answers

Unexpected Folder Redirection: Why are user 'Documents' folder contents being redirected to \%username% rather than \%username%\Documents?

I have successfully implemented a Folder Redirection group policy for a specific user group in our organization; however, the folders are not being redirected as expected. My goal is to implement the redirection such that a users 'Documents' folder…
1
vote
1 answer

SSL certificate and domains

I have a web service on address example.com and I add some functionality to it using completly separate web application set on different host. I want to set a subdomain another.example.com to open my new application. So by now I have two host…
klew
  • 723
  • 2
  • 11
  • 16
1
vote
1 answer

How is .google a domain extension?

I just visited blog.google. How does that work? Can organisations register their own domain extensions? If yes, what is the procedure and how expensive is that? If not, how did they achieve the blog domain then? Is there some networking trick to…
Rohan
  • 135
  • 3
  • 12
1
vote
1 answer

domain doesn't work without [.www]

So I set up an Apache Webserver. Apache is handling the requests and guides them to the web framework flask. And i bought a domain and configured it with an A Record to my Server Ip. And now whenever i enter www.mydomain.com it works but entering…
1
vote
2 answers

SRV record for subdomain: Do I also need a CNAME or A record for that same subdomain?

I have a service running on port xxxxx. I want to access that service through a subdomain (myspecialservice.mydomain.com). I know I need to create an SRV record that looks like _Service._Proto.myspecialservice TTL Class SRV Priority Weight xxxxx…
krizboy12
  • 15
  • 1
  • 4
1
vote
2 answers

ldaps certificate for connections using domain.local instead of fqdn

We have multiple Windows Server 2016 AD Domain Controllers and we need to replace all LDAP connections with LDAPS connections. For High Availability we would like to connect all LDAPS sessions to "domain.local". The problem is that all Domain…
mokum
  • 23
  • 1
  • 5
1
vote
1 answer

What does it mean DNS Suffix Search List?

Just for me to understand more, when I run ipconfig /all on my work laptop, at the beginning of the information I see 3 parameters: Host Name, Primary DNS Suffix and DNS Suffix Search List. I know the first one is the hostname of my laptop and I…
Fabio
  • 111
  • 1
  • 1
  • 4
1
vote
2 answers

Will group policy configurations applied locally through `gpedit` override domain GPOs until next GPO refresh interval?

Will group policy configurations applied locally through gpedit override domain GPOs until next GPO refresh interval? I know that Domain GPOs takes precedence over locally defined GPOs (gpedit), since both of these are applied, when the user logs…
Shuzheng
  • 419
  • 1
  • 8
  • 15
1
vote
0 answers

The target account name is incorrect Windows server 2012 R2

I have a new server running Windows server 2012 R2 in a LAN network with a domain controller that was working with all the users and clients for about a week and a half. Then, today, when I was doing nothing in particular, it displayed an error…
Mithril007
  • 11
  • 3
1
vote
1 answer

How to prevent other people from proxy_pass their own domains to my domain?

People can use Nginx to proxy_pass to my domain and on the browser, the contents are mines, but on address bar it's their domains. How to detect when the requests are thru' proxy_pass and deny those? For example, when I purposely proxy_pass to…
Dee
  • 125
  • 1
  • 6
1
vote
1 answer

Subdomain for specific ports?

Summary: In a broader context, I just need a way to connect to multiple servers that are all running the same services on the same network without having multiple external IP addresses or having to forward a different port on each server for the…
0
votes
2 answers

App immediately crashes when run from domain computer, when computer is take off of domain, it runs fine

Our company had a new Windows App developed to use to connect to a SQL database. When the app is run outside of the domain environment, it works perfectly. When the computer running it is attached to the domain, the app immediately crashes. I've…
0
votes
1 answer

How to make GPO not apply to certain OU's

I am having issues to make a GPO not apply to a certain OU. I have a bitlocker GPO that uses password on domain level. (so applies to every ou) but I want it to exclude the computer and users that are part of the security OU. Because I want to use…