[us...@httpd] Strange redirect issue

2009-10-29 Thread phiroc
Hi, the network administrator at my company has created a domain name, called intranetalias.company.com, which is an alias of a domain name, which I will call intranet.company.com in this thread. When I curl -IL (display header and follow redirect) intranetalias.company.com/w, the following l

Re: [us...@httpd] Strange redirect issue [solved]

2009-10-29 Thread phiroc
The issue was due to a commented-out directive in the w directory's .htaccess file: # Modify the RewriteBase if you are using Drupal in a subdirectory or in a # VirtualDocumentRoot and the rewrite rules are not working properly. # For example if your site is at http://example.com/drupal un

[us...@httpd] mod_authnz_ldap AuthLDAPURL problem

2010-03-18 Thread phiroc
Hi, when I use the following AuthLDAPURL "ldap://adserver/ou=city1,dc=abc,dc=com?sAMAccountName?sub?(&(objectClass=user)(!(objectClass=computer)))" NONE I can authenticate any user in "ou" city1. If I replace the AuthLDPAURL by "ldap://adserver/dc=abc,dc=com?sAMAccountName?sub?(&(objectClass

Re: [us...@httpd] mod_authnz_ldap AuthLDAPURL problem

2010-03-19 Thread phiroc
Hi, when I run ldapsearch -x -W -D 'aduser' -H 'ldap://adserver:389' -b 'dc=iht,dc=com' '(&(objectclass=user)(!(objectclass=computer))(samaccountname=myname))' samaccountname tethereal displays the following: LDAP MsgId=2 Search Request, Base DN=dc=abc,dc=com LDAP MsgId=2 Search Entry, 1 resu

[users@httpd] Preventing address substitution

2013-03-04 Thread phiroc
Hello, I have two servers, a development server call serverd.mycompany.com and a production server called serverp.mycompany.com. In the company's DNS, the Network Administrator has created an alias called intranet.mycompany.com, which currently resolves to serverd.mycompany.com. When I point m