domain

What is ADS realm?

I am trying to setup share in my SAN system and it is asking for ADS realm for my Domain Controller. What is it? Where can i find this value? I am using ActiveDirectory as domain controller. ...

remote ftp account but with the my normal domain name

I want to have an ftp account [email protected] that does not access my normal mydomain.com server but accesses any other remote server from some service provider. How do i do this with still keeping mydomain in the address? Which service providers would just give me an ftp account without moving my domian there? Do i need to in...

MOSS Alternate Access Mappings

Hi, I have created a new MOSS site on the following port listed in the Alternate Access Mappings as: http://sharepoint:27478 Default http://sharepoint:27478 I now want to configure a domain name to point at this. I have the domain configured to look at http://sharepoint, which is the name of the server. What would I need ...

How can I strip the subdomain and .com/.org etc from a domain in Javascript?

I want to get just the domain name(yahoo, google, stackoverflow) from the domain in javascript. How can I easily pull just this out and drop any subdomain and any extension? See comment, I need it to work for any domain if possible. ...

DNS: How to Dig thru the right domain name from the TLD?

I'd like to query the DNS records until get the right domain name. For instance, given www.subdomain.site.com.br, be able to dig from .br until site.com.br. Which is the most (protocol-speaking) way to achieve that? An recipe using dig/nslookup would be best. Thanks. ...

Domain management (multiple servers)

Here's my scenario: I have two web applications that are hosted on seperate servers. What I'd like to do is have requests for "*.mydomain.com" (i.e. no subdomain, 'www', etc) to go to the first server, and requests for "mysubdomain.mydomain.com" to go to the second server. How do I accomplish this? Is it just a "CNAME" setting with m...

Cross-domain error

What is a cross-domain error? ...

SharePoint domains and Content Query Web Part

Hi I have created a new sharepoint site on our moss server at http://sharepoint:12345 and added a CQWP to it without issue. I have a domain name pointing at the same server. So I pointed to http://myinternaldomain.whatever:12345 and for some reason the CQWP then breaks, saying unable to display this web part? Any ideas appreciated. ...

Subdomain to point to subdirectory of main site?

I have my website running at: www.example.com I also have this other domain: www.example.net Is it possible to point "www.example.net" to a subdirectory of "www.example.com"? For example: www.example.net-> www.example.com/other ? It's not just a redirect, I need to serve the pages and see "www.example.net" in the user'...

How can domain aliases be set up using Django?

I am working on creating a website in Django which consists of two parts: the website itself, and the forum. They will both be on separate domains, i.e. example.com and exampleforum.com. How can this be done in Django, when the forum and main site are part of the same instance? ...

Windows Server 2008 (Domain Controller) local user problems

Hi, we have an issue with Windows Server 2008 when using it as a domain controller: We have an application that uses the local Windows database for keeping the user accounts. When a user inserts the username Padmin in all systems the login works perfectly. But in Windows Server 2008 (DC) the user is not found. The application doesn't a...

How could I record new domain names as they are registered?

The website Domain Daily provides a list of new domain names. I have a client who would like to implement similar functionality in-house, for semi-real-time tracking of new registrations, but doesn't know how to go about it. Instinctively, I'd be thinking some sort of service interacting with DNS, WHOIS, or maybe even becoming an offic...

Is it possible to query a list of IP address(es) (or machine name(s)) that are currently logged into by a specific domain user?

Is it possible to query a list of IP addresses (or machine names) of domain computers that a domain user is currently logged into? The question "Getting logged on user’s name with or without domain in Windows" comes close, only I want to find the opposite. I ask about the possibility due to my lack of knowledge concerning the internal...

DNS and Domain Pointing

Hello, I'm a newbie at DNS and would like to know how to point a domain to a host, when the domain and hosting are from different sites. I bought my domain at 1and1.com and my hosting plan from ipower.com ...

Unable to make a domain redirection in Django from site.com to www.site.com

I get the following message when I browse to site.com 500 - Internal Server Error I get my 404 error message when I browse to www.site.com which indicates my site is alive. How can you make a domain redirection without .htaccess by Django from site.com to www.site.com? My urls.py from django.conf.urls.defaults import * ...

Immediately register and transfer domain for hosting for .NET

I'm doing a ASP.NET/SQL Server contract project. The client wants to show what's built so far to demo it for some third-party on a domain that's currently unregistered. Normally I register domain names through GoDaddy. But GoDaddy puts a lock for 60 days on your domain after its registered, so I'd have to get GoDaddy hosting too to dem...

Domain and Tuple relational calculus

Is there a "real" difference between the above two? Other than the tiniest minute difference between their syntax? ...

Should I use log4net directly in my domain model objects?

I'm wondering if it's bad practice to use log4net directly on my domain object... I'll be using ELMAH for my exceptions on the ASP.NET MVC application side, but for some informational purposes I'd like to log some data about the domain model itself. Given the following domain object: public class Buyer { private int _ID; pub...

What are the pros/cons of using "www"?

Duplicate: Should I default my website to www.foo or not? To be quite honest, I'm ignorant as to what the differences between "http://example.com" and "http://www.example.com" are. I typically always use the shorter version, without the "www," just for the sake of the length. But I know (think) that there can be cookie conflicts...

Handling client-side domain object state in a presentation model.

I'm currently building the client side of a Flex/PHP project using the Presentation Model pattern. What I'm trying to achieve: I currently have a view displaying non-editable information about a domain object called Node. Depending on if the Node is editable and the user has the right privileges, an additional view becomes available whe...