Jump to content

jasonyates

Members
  • Posts

    10
  • Joined

  • Last visited

Reputation

0 Neutral

About jasonyates

  1. jasonyates

    c# help

    Hi, If you second form is called Form2 you can simply call the following code inside your buttons onclick event function: Form2 newform = new Form2(); newform.Show();
  2. WAMP is an easier setup I will agree however I had a bad experience with it once so I tend to go for XAMPP now.
  3. Hi, Have you actually configured IIS to work with PHP or simply downloaded and installed PHP? It's not that easy to get php running with IIS as its a typical microsoft product. I'd recommend installing xampp, you could do this with a few minutes downtime to your website. If you insist on going down the IIS route a quick googling comes up with loads of howto's. See about 1/2 way down this page http://shabbir.hassanally.net/blog/2007/10/16/howto-installing-mysql-php-and-phpmyadmin-on-iis-part-3-php/ Regards
  4. Hi, I've tried everything I can think of including installing a different windows apache server, i've gone from wamp to XAMPP. I still cant get the damn authentication to work. I've tried several different users with varying permissions in the bind string and loads of users in the actual login. The error im currently getting is: [Mon Nov 05 23:02:23 2007] [warn] [client 86.20.154.122] [2944] auth_ldap authenticate: user nath authentication failed; URI /test/ [LDAP: ldap_simple_bind_s() failed][invalid Credentials] [Mon Nov 05 23:02:23 2007] [error] [client 86.20.154.122] user nath: authentication failure for "/test/": Password Mismatch however I know that the credentials work.
  5. Thanks richard, I'll try adding it to httpd.conf as opposed to a .htaccess file shortly and let you know how it goes. Regards
  6. Hi, I've been pulling my hair out over this for a few days now, i'm trying to get apache to authorize a user based on their AD credentials. I've got mod_auth_ldap install and working as far as I can tell I just can't seem to get the .htaccess file working. My current code is: Order deny,allow Deny from All AuthName "Intranet" AuthType Basic AuthBasicProvider ldap AuthzLDAPAuthoritative off AuthLDAPBindDN "cn=LDAPUser,cn=Users,dc=internal,dc=distortedlogic,dc=net" AuthLDAPBindPassword PASSWORD AuthLDAPURL ldap://localhost:389/dc=internal,dc=distortedlogic,dc=net?sAMAccountName?sub?(objectClass=*) Require valid-user Satisfy any When visit the protected page I get the login prompt but get no further. I've tried a mix of things i've found online and have managed to generate every error message under the sun. I've also tried various logins ranging from DOMAIN\Username to Username@domain but to no avail. Incase it helps, my users are stored in the Users container under the root of the domain. I'm sure that LDAP is working properly because i'm able to get PHP to authenticate against it perfectly fine. Any help would be greatly appreciated. Regards
  7. Thanks m25man. I thought that might be the case but wanted to check first. Thanks for your help folks.
  8. Yeah thats what I thought however I don't really want to spend the money buying the gear if it wont work
  9. Hi, Its a Netgear GS504 4-Port Gigabit Fibre Optic Switch and I've got three D-Link 100mbps PCI cards. Regards
  10. Hi, I have three 100mbps fibre PCI cards and I've found a 4 port netgear gigabit fibre switch however before I buy the cable etc I was wondering if fibre is downscaleable like traditional ethernet is. If I plug 100mbps cards into a gigabit switch, will it operate at 100mbps or will it just break. Regards
×
×
  • Create New...