<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: HTTP does not as for userID and password in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191275#M51089</link>
    <description>I tested with:&lt;BR /&gt;&lt;BR /&gt;AuthLDAPURL "ldap://sadc1.stec-inc.ad/ou=-Service Accts,dc=STEC-INC,dc=AD?uid?sub"&lt;BR /&gt;&lt;BR /&gt;And it works. You can edit your file and just run:&lt;BR /&gt;&lt;BR /&gt;httpd -t&lt;BR /&gt;&lt;BR /&gt;To verify the syntax.</description>
    <pubDate>Wed, 05 Aug 2009 17:32:49 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2009-08-05T17:32:49Z</dc:date>
    <item>
      <title>HTTP does not as for userID and password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191265#M51079</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I'm trying to configure http to authenticate using our LDAP server. I need it to ask for user id and password. Here is my conf for http:&lt;BR /&gt;&lt;BR /&gt;&lt;LOCATION&gt;&lt;/LOCATION&gt;&lt;BR /&gt;&lt;BR /&gt;   #AuthLDAPEnabled on&lt;BR /&gt;&lt;BR /&gt;   AuthName "MIS Subversion Repositories"&lt;BR /&gt;   AuthType Basic&lt;BR /&gt;   AuthzLDAPAuthoritative on&lt;BR /&gt;   #require dn&lt;BR /&gt;   AuthLDAPURL ldap://sadc1.stec-inc.ad:3268&lt;BR /&gt;   AuthzLDAPBindDN "CN=ldapuser,OU=-Service accts,DC=STEC-INC,DC=AD"&lt;BR /&gt;   AuthzLDAPBindPassword "xxxxxx"&lt;BR /&gt;   require valid-user&lt;BR /&gt;   AuthzLDAPServer &lt;IP address=""&gt;:3268&lt;BR /&gt;   AuthzLDAPMethod ldap&lt;BR /&gt;   AuthzLDAPUserKey sAMAccountName&lt;BR /&gt;   AuthzLDAPUserBase "DC=STEC-INC,DC=AD"&lt;BR /&gt;   AuthzLDAPUserScope subtree&lt;BR /&gt;   AuthzLDAPAllowPassword on&lt;BR /&gt;&lt;BR /&gt;   Require user clarson dcohen rmalmirian dsunarta dsanchez seyed vlam ddang ajabbari glenn rcarabeo pnoosha sthimmappa jsweval pmanyika svnadmin kkhagani fppan svnadmin&lt;BR /&gt;&lt;BR /&gt;&lt;/IP&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The OS is:  Red Hat Enterprise Linux ES release 4 (Nahant Update 8)&lt;BR /&gt;&lt;BR /&gt;Right now when I access the server using the following. it dumps me right to the index file without asking for passwd:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://172.17.60.120/test/" target="_blank"&gt;http://172.17.60.120/test/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any suggestion is much appreciated.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Kathy</description>
      <pubDate>Tue, 04 Aug 2009 15:11:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191265#M51079</guid>
      <dc:creator>KathyK</dc:creator>
      <dc:date>2009-08-04T15:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP does not as for userID and password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191266#M51080</link>
      <description>Shalom Kathy,&lt;BR /&gt;&lt;BR /&gt;I will provide you some possible install documents. Since you don't say which one you are using, there may be overlap here.&lt;BR /&gt;&lt;BR /&gt;Anything in the log files access_log and error_log ?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.muquit.com/muquit/software/mod_auth_ldap/mod_auth_ldap_apache2.html" target="_blank"&gt;http://www.muquit.com/muquit/software/mod_auth_ldap/mod_auth_ldap_apache2.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.yolinux.com/TUTORIALS/LinuxTutorialApacheAddingLoginSiteProtection.html" target="_blank"&gt;http://www.yolinux.com/TUTORIALS/LinuxTutorialApacheAddingLoginSiteProtection.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://simonjday.wordpress.com/2009/06/15/apache-ldap-authentication-how-to/" target="_blank"&gt;http://simonjday.wordpress.com/2009/06/15/apache-ldap-authentication-how-to/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 04 Aug 2009 16:01:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191266#M51080</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-08-04T16:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP does not as for userID and password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191267#M51081</link>
      <description>Hi Steven,&lt;BR /&gt;&lt;BR /&gt;Thank you for your fast reply. Here is what I have on my linux box:&lt;BR /&gt;httpd-2.0.52-41.ent.4&lt;BR /&gt;openldap-2.2.13-12.el4_8.2&lt;BR /&gt;&lt;BR /&gt;I could supply the rest of software versions if you needed. &lt;BR /&gt;&lt;BR /&gt;my error-log files are:&lt;BR /&gt;&lt;BR /&gt;[root@Ldapnew logs]# cat access_log&lt;BR /&gt;172.17.49.38 - - [04/Aug/2009:09:08:05 -0700] "GET /test HTTP/1.1" 301 314 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)"&lt;BR /&gt;172.17.49.38 - - [04/Aug/2009:09:08:05 -0700] "GET /test/ HTTP/1.1" 304 - "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)"&lt;BR /&gt;172.17.49.38 - - [04/Aug/2009:10:09:11 -0700] "GET /favicon.ico HTTP/1.1" 404 289 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.12) Gecko/2009070611 Firefox/3.0.12 (.NET CLR 3.5.30729)"&lt;BR /&gt;172.17.49.38 - - [04/Aug/2009:10:09:14 -0700] "GET /favicon.ico HTTP/1.1" 404 289 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.12) Gecko/2009070611 Firefox/3.0.12 (.NET CLR 3.5.30729)"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@Ldapnew httpd]# cat error_log&lt;BR /&gt;[Sun Aug 02 04:03:26 2009] [notice] Digest: generating secret for digest authentication ...&lt;BR /&gt;[Sun Aug 02 04:03:26 2009] [notice] Digest: done&lt;BR /&gt;[Sun Aug 02 04:03:26 2009] [notice] LDAP: Built with OpenLDAP LDAP SDK&lt;BR /&gt;[Sun Aug 02 04:03:26 2009] [notice] LDAP: SSL support unavailable&lt;BR /&gt;[Sun Aug 02 04:03:26 2009] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and 0 max threads.&lt;BR /&gt;[Sun Aug 02 04:03:26 2009] [notice] Apache/2.0.52 (Red Hat) configured -- resuming normal operations&lt;BR /&gt;[Tue Aug 04 10:09:11 2009] [error] [client 172.17.49.38] File does not exist: /var/www/html/favicon.ico&lt;BR /&gt;[Tue Aug 04 10:09:14 2009] [error] [client 172.17.49.38] File does not exist: /var/www/html/favicon.ico&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you like I could also post my ldap.conf&lt;BR /&gt;&lt;BR /&gt;Thank you again&lt;BR /&gt;&lt;BR /&gt;Kathy&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Aug 2009 16:15:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191267#M51081</guid>
      <dc:creator>KathyK</dc:creator>
      <dc:date>2009-08-04T16:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP does not as for userID and password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191268#M51082</link>
      <description>I would suggest the usage of groups instead of users.&lt;BR /&gt;&lt;BR /&gt;This is a sample of a working configuration:&lt;BR /&gt;&lt;BR /&gt;Alias /admin "/intranet/admin"&lt;BR /&gt;&lt;DIRECTORY&gt;&lt;BR /&gt;  Options Indexes SymLinksIfOwnerMatch&lt;BR /&gt;  AllowOverride None&lt;BR /&gt;  Order allow,deny&lt;BR /&gt;  Allow from localhost 127.0.0.1 redhat.com.py 192.168.0&lt;BR /&gt;  AuthType basic&lt;BR /&gt;  AuthName Administracion&lt;BR /&gt;  AuthBasicProvider ldap&lt;BR /&gt;  AuthzLDAPAuthoritative on&lt;BR /&gt;  AuthLDAPGroupAttribute memberUid&lt;BR /&gt;  AuthLDAPGroupAttributeIsDN off&lt;BR /&gt;  AuthLDAPURL ldaps://fds1.redhat.com.py/ou=People,dc=redhat,dc=com,dc=py?uid?sub&lt;BR /&gt;  require ldap-group cn=admin,ou=Groups,dc=redhat,dc=com,dc=py&lt;BR /&gt;&lt;/DIRECTORY&gt;</description>
      <pubDate>Tue, 04 Aug 2009 19:17:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191268#M51082</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-08-04T19:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP does not as for userID and password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191269#M51083</link>
      <description>Thanks Ivan, I have apache 2.0.5x installed (comes on RedHat 4) and AuthBasicProvider ldap &lt;BR /&gt;comes with apache 2.2x&lt;BR /&gt;However, i used the group and still same thing. it's so strange. I'm sure there is a little detail that I'm missing, otherwise all the documentations say it should work the way I have it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kathy</description>
      <pubDate>Tue, 04 Aug 2009 20:13:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191269#M51083</guid>
      <dc:creator>KathyK</dc:creator>
      <dc:date>2009-08-04T20:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP does not as for userID and password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191270#M51084</link>
      <description>What do you get if you run:&lt;BR /&gt;&lt;BR /&gt;ldapsearch -D "CN=ldapuser,OU=-Service accts,DC=STEC-INC,DC=AD" -W -H ldap://sadc1.stec-inc.ad:3268 -b "DC=STEC-INC,DC=AD" -s sub objectclass=*&lt;BR /&gt;&lt;BR /&gt;And:&lt;BR /&gt;&lt;BR /&gt;ldapsearch -D "CN=ldapuser,OU=-Service accts,DC=STEC-INC,DC=AD" -W -H ldap://sadc1.stec-inc.ad:3268 -b "DC=STEC-INC,DC=AD" -s base objectclass=*&lt;BR /&gt;&lt;BR /&gt;I'm curious about your LDAP port and your DN "-Service"</description>
      <pubDate>Tue, 04 Aug 2009 21:30:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191270#M51084</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-08-04T21:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP does not as for userID and password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191271#M51085</link>
      <description>I think that the problem is the Location directive. It should be &lt;LOCATION&gt;&lt;/LOCATION&gt;&lt;BR /&gt;&lt;BR /&gt;"The &lt;LOCATION&gt; directive provides for access control by URL."&lt;BR /&gt;&lt;BR /&gt;"&lt;LOCATION&gt; sections are processed in the order they appear in the configuration file, after the &lt;DIRECTORY&gt; sections and .htaccess files are read, and after the &lt;FILES&gt; sections."&lt;BR /&gt;&lt;BR /&gt;So, please change your configuration to match my sample posted.&lt;/FILES&gt;&lt;/DIRECTORY&gt;&lt;/LOCATION&gt;&lt;/LOCATION&gt;</description>
      <pubDate>Tue, 04 Aug 2009 21:43:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191271#M51085</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-08-04T21:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP does not as for userID and password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191272#M51086</link>
      <description>Hi Ivan,&lt;BR /&gt;&lt;BR /&gt;the result for both is:&lt;BR /&gt;&lt;BR /&gt;Enter LDAP Password:&lt;BR /&gt;SASL/GSSAPI authentication started&lt;BR /&gt;ldap_sasl_interactive_bind_s: Local error (-2)&lt;BR /&gt;        additional info: SASL(-1): generic failure: GSSAPI Error: Miscellaneous failure (No credentials cache found)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Enter LDAP Password:&lt;BR /&gt;SASL/GSSAPI authentication started&lt;BR /&gt;ldap_sasl_interactive_bind_s: Local error (-2)&lt;BR /&gt;        additional info: SASL(-1): generic failure: GSSAPI Error: Miscellaneous failure (No credentials cache found)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but if i do:&lt;BR /&gt;ldapsearch -x -b "dc=stec-inc,dc=ad" -D "cn=ldapuser,ou=-service accts,dc=stec-inc,dc=ad" -h sadc1 -W -p 3268&lt;BR /&gt;&lt;BR /&gt;I get the result, with ending as so:&lt;BR /&gt;&lt;BR /&gt;distinguishedName: CN=uid,CN=Schema,CN=Configuration,DC=STEC-INC,DC=AD&lt;BR /&gt;instanceType: 4&lt;BR /&gt;whenCreated: 20021023015021.0Z&lt;BR /&gt;whenChanged: 20070614205802.0Z&lt;BR /&gt;uSNCreated: 5093&lt;BR /&gt;attributeSyntax: 2.5.5.12&lt;BR /&gt;uSNChanged: 5093&lt;BR /&gt;adminDisplayName: uid&lt;BR /&gt;oMSyntax: 64&lt;BR /&gt;lDAPDisplayName: uid&lt;BR /&gt;name: uid&lt;BR /&gt;objectGUID:: mSA1XGfygEqiUe7LbdqnUw==&lt;BR /&gt;objectCategory: CN=Attribute-Schema,CN=Schema,CN=Configuration,DC=STEC-INC,DC=&lt;BR /&gt; AD&lt;BR /&gt;dSCorePropagationData: 20070619145639.0Z&lt;BR /&gt;dSCorePropagationData: 16010101000001.0Z&lt;BR /&gt;&lt;BR /&gt;# search result&lt;BR /&gt;search: 2&lt;BR /&gt;result: 4 Size limit exceeded&lt;BR /&gt;&lt;BR /&gt;# numResponses: 1001&lt;BR /&gt;# numEntries: 1000&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks again&lt;BR /&gt;Kathy&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Aug 2009 21:45:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191272#M51086</guid>
      <dc:creator>KathyK</dc:creator>
      <dc:date>2009-08-04T21:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP does not as for userID and password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191273#M51087</link>
      <description>Yes, in my ldapsearch command the "-x" was missing. Now, Â¿why you don't have any users on that OU based on the output of your ldapsearch command?</description>
      <pubDate>Wed, 05 Aug 2009 08:19:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191273#M51087</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-08-05T08:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP does not as for userID and password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191274#M51088</link>
      <description>Hi Ivan,&lt;BR /&gt;&lt;BR /&gt;Here is what my config file looks like (copied yours with some changes):&lt;BR /&gt;&lt;BR /&gt;Alias /test "/var/www/html/test"&lt;BR /&gt;&lt;DIRECTORY&gt;&lt;/DIRECTORY&gt;&lt;BR /&gt;Options Indexes SymLinksIfOwnerMatch&lt;BR /&gt;AllowOverride None&lt;BR /&gt;Order allow,deny&lt;BR /&gt;Allow from localhost 172.17.60.120 ldapnew.stec-inc.com&lt;BR /&gt;AuthType basic&lt;BR /&gt;AuthName Administracion&lt;BR /&gt;AuthBasicProvider ldap&lt;BR /&gt;AuthzLDAPAuthoritative on&lt;BR /&gt;AuthLDAPGroupAttribute memberUid&lt;BR /&gt;AuthLDAPGroupAttributeIsDN off&lt;BR /&gt;AuthLDAPURL ldap://sadc1.stec-inc.ad/ou=-"Service accts",dc=STEC-INC,dc=AD?uid?sub&lt;BR /&gt;require ldap-group cn=ldapuser,ou=-"Service accts",dc=STEC-INC,dc=AD&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and here is the error I get:&lt;BR /&gt;&lt;BR /&gt;[root@Ldapnew conf.d]# service httpd restart&lt;BR /&gt;Stopping httpd:                                            [  OK  ]&lt;BR /&gt;Starting httpd: Syntax error on line 23 of /etc/httpd/conf.d/subversion.conf:&lt;BR /&gt;Invalid command 'AuthBasicProvider', perhaps mis-spelled or defined by a module not included in the server configuration&lt;BR /&gt;                                                           [FAILED]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;so I cnaged the AuthBasicProvider to:&lt;BR /&gt;AuthzLDAPMethod ldap&lt;BR /&gt;&lt;BR /&gt;which is supported on my version of apache.&lt;BR /&gt;[root@Ldapnew conf.d]# service httpd restart&lt;BR /&gt;Stopping httpd:                                            [FAILED]&lt;BR /&gt;Starting httpd: Syntax error on line 32 of /etc/httpd/conf.d/subversion.conf:&lt;BR /&gt;AuthLDAPURL takes one argument, URL to define LDAP connection. This should be an RFC 2255 complaint\nURL of the form ldap://host[:port]/basedn[?attrib[?scope[?filter]]].\n&lt;UL&gt;\n&lt;LI&gt;Host is the name of the LDAP server. Use a space separated list of hosts \nto specify redundant servers.\n&lt;/LI&gt;&lt;LI&gt;Port is optional, and specifies the port to connect to.\n&lt;/LI&gt;&lt;LI&gt;basedn specifies the base DN to start searches from\n&lt;/LI&gt;&lt;LI&gt;Attrib specifies what attribute to search for in the directory. If not provided, it defaults to &lt;B&gt;uid&lt;/B&gt;.\n&lt;/LI&gt;&lt;LI&gt;Scope is the scope of the search, and can be either &lt;B&gt;sub&lt;/B&gt; or &lt;B&gt;one&lt;/B&gt;. If not provided, the default is &lt;B&gt;sub&lt;/B&gt;.\n&lt;/LI&gt;&lt;LI&gt;Filter is a filter to use in the search. If not provided, defaults to &lt;B&gt;(objectClass=*)&lt;/B&gt;.\n&lt;/LI&gt;&lt;/UL&gt;\nSearches are performed using the attribute and the filter combined. For example, assume that the\nLDAP URL is &lt;B&gt;ldap://ldap.airius.com/ou=People, o=Airius?uid?sub?(posixid=*)&lt;/B&gt;. Searches will\nbe done using the filter &lt;B&gt;(&amp;amp;((posixid=*))(uid=&lt;I&gt;username&lt;/I&gt;))&lt;/B&gt;, where &lt;I&gt;username&lt;/I&gt;\nis the user name passed by the HTTP client. The search will be a subtree search on the branch &lt;B&gt;ou=People, o=Airius&lt;/B&gt;.&lt;BR /&gt;                                                           [FAILED]&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;the above error is referring to my "OU" in the ldap URL. any idea how to fix that.&lt;BR /&gt;&lt;BR /&gt;I appreciate all your help.&lt;BR /&gt;&lt;BR /&gt;Kathy&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Aug 2009 16:35:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191274#M51088</guid>
      <dc:creator>KathyK</dc:creator>
      <dc:date>2009-08-05T16:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP does not as for userID and password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191275#M51089</link>
      <description>I tested with:&lt;BR /&gt;&lt;BR /&gt;AuthLDAPURL "ldap://sadc1.stec-inc.ad/ou=-Service Accts,dc=STEC-INC,dc=AD?uid?sub"&lt;BR /&gt;&lt;BR /&gt;And it works. You can edit your file and just run:&lt;BR /&gt;&lt;BR /&gt;httpd -t&lt;BR /&gt;&lt;BR /&gt;To verify the syntax.</description>
      <pubDate>Wed, 05 Aug 2009 17:32:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191275#M51089</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-08-05T17:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP does not as for userID and password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191276#M51090</link>
      <description>Ivan, that did it. the double quotes around ldap. but i still go right to my index page:&lt;BR /&gt;&lt;BR /&gt;http://ip address/test/&lt;BR /&gt;&lt;BR /&gt;does not ask for username or password.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Aug 2009 17:46:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191276#M51090</guid>
      <dc:creator>KathyK</dc:creator>
      <dc:date>2009-08-05T17:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP does not as for userID and password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191277#M51091</link>
      <description>Another error in your configuration:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Alias /test "/var/www/html/test"&lt;BR /&gt;&lt;DIRECTORY&gt;&lt;/DIRECTORY&gt;&lt;BR /&gt;&lt;BR /&gt;Should be:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Alias /test "/var/www/html/test"&lt;BR /&gt;&lt;DIRECTORY&gt;&lt;/DIRECTORY&gt;</description>
      <pubDate>Wed, 05 Aug 2009 18:22:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191277#M51091</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-08-05T18:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP does not as for userID and password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191278#M51092</link>
      <description>I think i'm getting closer now. here is my config:&lt;BR /&gt;&lt;BR /&gt;[root@Ldapnew conf.d]# httpd -t&lt;BR /&gt;Syntax OK&lt;BR /&gt;[root@Ldapnew conf.d]# service httpd restart&lt;BR /&gt;Stopping httpd:                                            [  OK  ]&lt;BR /&gt;Starting httpd:                                            [  OK  ]&lt;BR /&gt;[root@Ldapnew conf.d]# cat subversion.conf&lt;BR /&gt;&lt;BR /&gt;Alias /test "/var/www/html/test"&lt;BR /&gt;&lt;DIRECTORY&gt;&lt;BR /&gt;AuthType basic&lt;BR /&gt;AuthName "MIS Subversion Repositories"&lt;BR /&gt;AuthzLDAPMethod ldap&lt;BR /&gt;AuthzLDAPAuthoritative on&lt;BR /&gt;AuthLDAPGroupAttribute memberUid&lt;BR /&gt;AuthLDAPGroupAttributeIsDN off&lt;BR /&gt;AuthLDAPURL "ldap://sadc1.stec-inc.ad:3268/ou=-Service accts,dc=STEC-INC,dc=AD?sAMAccountName?sub?(objectClass=*)"&lt;BR /&gt;require ldap-group cn=ldapuser,ou=-Service accts,OU=-All Groups,dc=STEC-INC,dc=AD&lt;BR /&gt;&lt;/DIRECTORY&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;now I get the login request but do not get authenticated:&lt;BR /&gt;&lt;BR /&gt;Authorization Required&lt;BR /&gt;This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;Apache/2.0.52 (Red Hat) Server at &lt;IP addres=""&gt; port 80&lt;BR /&gt;&lt;BR /&gt;my error_log says:&lt;BR /&gt;&lt;BR /&gt;[Wed Aug 05 15:43:32 2009] [warn] [client xx.xxx.xxx.xx] [3416] auth_ldap authenticate: user kkhagani authentication failed; URI /test [ldap_search_ext_s() for user failed][Operations error]&lt;BR /&gt;&lt;BR /&gt;Thanks again for all your help&lt;BR /&gt;Kathy&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;a&lt;/IP&gt;</description>
      <pubDate>Wed, 05 Aug 2009 21:47:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191278#M51092</guid>
      <dc:creator>KathyK</dc:creator>
      <dc:date>2009-08-05T21:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP does not as for userID and password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191279#M51093</link>
      <description>Thank you all for helping. solved the problem.&lt;BR /&gt;&lt;BR /&gt;I didn't have authzldapuserbase fully configured.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;AuthzLDAPUserBase "OU=-MIS,OU=HQ,OU=-STEC Users,DC=STEC-INC,DC=AD"&lt;BR /&gt;&lt;BR /&gt;compared it with the result of my ldapsearch.&lt;BR /&gt;Kathy</description>
      <pubDate>Thu, 06 Aug 2009 21:28:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191279#M51093</guid>
      <dc:creator>KathyK</dc:creator>
      <dc:date>2009-08-06T21:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP does not as for userID and password</title>
      <link>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191280#M51094</link>
      <description>closed!!!</description>
      <pubDate>Thu, 06 Aug 2009 21:28:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/http-does-not-as-for-userid-and-password/m-p/5191280#M51094</guid>
      <dc:creator>KathyK</dc:creator>
      <dc:date>2009-08-06T21:28:21Z</dc:date>
    </item>
  </channel>
</rss>

