Search Results

Search found 2 results on 1 pages for 'tyllyn'.

Page 1/1 | 1 

  • Can't connect to wireless-n in dual mode.

    - by Tyllyn
    I recently purchased a Acer Aspire Revo AR3610-U9022. This little nettop uses a Atheros AR5B91 Wireless Network Adapter. I also have a Netgear RangeMax NEXT Wireless Route (model WNDR3300). I have been using this router in dual mode (11G and 11N) on my normal desktop without a problem (Mode: Up to 270Mbps at 5GHz & 54Mbps at 2.4 GHz), but doing this, my Revo won't detect the 11N network as being around... my desktop still does, but the Revo, nope... just the 11G. However, when I switch my router over to just "Up to 270Mbps at 2.4GHz", it kills the 11G entirely, but the Revo recognizes the 11N network. I'm a programmer by trade, and this hardware-y stuff confuses me more than it should. Is there any way that I could set this stuff up so my Revo can connect to the 11N part of my router, but keep the 11G around? :) Thanks!

    Read the article

  • Apache showing 500 error during Active Directory LDAP authentication

    - by Tyllyn
    I have Apache (on Windows Server) set up to authenticate one directory through Active Directory. Config settings are as follows: <LocationMatch "/trac/[^/]+/login"> Order deny,allow Allow from all AuthBasicProvider ldap AuthzLDAPAuthoritative Off AuthLDAPURL ldap://<ip-redacted>:3268/cn=Users,OU=MyBusiness,DC=<dc-redacted>,DC=local?sAMAccountName?sub?(objectClass=*) AuthLDAPBindDN trac@<dc-redacted>.local AuthLDAPBindPassword "<password-redacted>" AuthType Basic AuthName "Protected" require valid-user </LocationMatch> Watching, Wireshark, I see the following get sent through when I visit the page: To the AD server: bindRequest(1) "trac@<dc-redacted>.local" simple And from the AD server: bindResponse(1) success I'm assuming this means that the auth was successful... but Apache doesn't think so. It returns a 500 server to me. Apache logs show the following: [Thu Nov 18 16:21:12 2010] [debug] mod_authnz_ldap.c(379): [client 192.168.x.x] [7352] auth_ldap authenticate: using URL ldap://<ip-redacted>:3268/cn=Users,OU=MyBusiness,DC=<dc-redacted>,DC=local?sAMAccountName?sub?(objectClass=*), referer: http://192.168.x.x/trac/Trac/login [Thu Nov 18 16:21:12 2010] [info] [client 192.168.x.x] [7352] auth_ldap authenticate: user authentication failed; URI /trac/Trac/login [ldap_search_ext_s() for user failed][Filter Error], referer: http://192.168.x.x/trac/Trac/login Now, that log file shows a failed auth for a blank user. I am confused. Any idea what I am doing wrong... and how I can get the Apache authentication working? :) Thanks!

    Read the article

1