Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: CMTT
  • Order by date
  1. CMTT

    help with LL authentication

    As far as I can tell (not versed well in this tech area) their is no cookie issued just a client's cert is requested by apache. Clients are using smart cards loaded with their certs in them. The idea is sso but without a policy server (for now).
  2. CMTT

    help with LL authentication

    It is not authenticated against a directory server. Apache just ensures the client has a cert that has been signed by a particular CA. The CA cert is put into apache's trusted store and traffic from apache to LL is just over port 80... I need LL to be able to read the cert and grab the...
  3. CMTT

    help with LL authentication

    Hi, need some help on how to do LL authentication with certificates. We have apache 2.2 that requires clients to use client certs to access the server but can't figure out how to integrate it with LL server instead of using LL's username/password service ... Apache redirects to LL once the...
  4. CMTT

    LL & Jquery problems

    ya its the same error i got... basically i interpreted this as the jquery is not being loaded, so ie doesn't know what '$' is ...
  5. CMTT

    LL & Jquery problems

    thanks appnair, i tried that, a local copy instead of a url: <script type="text/javascript" src="./js/jtree/_lib/jquery.js"></script> still didn't work... what should happen when you run the file, you see the blue button. if you click that button it should disappear. That is the JQuery...
  6. CMTT

    LL &amp; Jquery problems

    i am trying to add some custom stuff using jquery into LL. I created a file called 'customview.html' and uploaded it to LL into a temp folder for testing. this file contains some jquery code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <META...

Part and Inventory Search

Back
Top