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 strongm 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: jimbojames5645
  • Order by date
  1. jimbojames5645

    Active Directory LDAP connect with NTLM

    Does anyone know if this is possible using PHP. I am currently connecting to AD with the builtin ldap function in PHP using user/pass. I would like to be able to have people use their NTLM auth to bind to AD. I do not know if this is currently possible.
  2. jimbojames5645

    Non Selectable Text for table rows

    I want to make a table where the text in the table rows is not selectable.
  3. jimbojames5645

    Either HTTPS or HTTP but not both

    I just setup a SuSE Linux ES 9 server and am trying to get apache2 to support both http:// and https://. if i start apache with /etc/init.d/apache2 start i get access via http://. if i start apache with apache2ctl startssl i get access via https:// but i can't get both. any ideas?
  4. jimbojames5645

    Connecting to the GAL with PHP

    I am currently trying to develop a tool in php on linux that can extract user information from active directory. As it stands now, using the php LDAP functions, I am able to connect to an AD server and extract information. This works for the most part, however there are users that show up in...
  5. jimbojames5645

    Reading MS Exchange Global Address Book

    I am currently trying to develop a tool in php on linux that can extract user information from active directory. As it stands now, using the php LDAP functions, I am able to connect to an AD server and extract information. This works for the most part, however there are users that show up in...
  6. jimbojames5645

    unauthenticated user

    I'm looking at the processlist on one of my mysql servers, and there are hundreds of lines like this | 392656 | unauthenticated user | ip:33238 | NULL | Connect | NULL | login | NULL | ip = the ip has been omitted for security purposes. Why am i getting...
  7. jimbojames5645

    Linux dialer

    I'm trying to dial out thru my modem from the command line, as i want to setup an autodialer. How do i do this, ie how do i write to the serial device, etc? Thanks for the help
  8. jimbojames5645

    blinking browser taskbar button

    Is there a way to cause the taskbar button of the browser to flash/blink? I want to be notified when a certain thing happens in a script that runs continuously, i.e., if($x == 5) { //browser taskbar button flashs }
  9. jimbojames5645

    Blinking browser taskbar button

    Is there a way to cause the taskbar button of the browser to flash/blink? I want to be notified when a certain thing happens in a script that runs continuously, i.e., if($x = 5) { //browser taskbar button flashs }
  10. jimbojames5645

    MSI K8T Master Just beeps,nothing else

    ~2 second beep every 2 seconds. I don't get anything to come up on the screen.
  11. jimbojames5645

    MSI K8T Master Just beeps,nothing else

    rig: 2 opteron 244 msi k8t master(dual proc model) 1GB ocz pc3200 platinum (2x512MB) Leadtek geforce 5950 ultra video card no display just beeps. tried some kingston pc3200 ram, same thing. tried switching dimm slots, no help. just beep beep beep beep... i think you get the point. What do...
  12. jimbojames5645

    GUI SFTP client

    Does any one know of a good gui sftp client for X like ssh-secure shell from ssh.com on windows? I am trying to migrate and i need ssh/sftp and i like gui/drag and drop
  13. jimbojames5645

    getting info about mysql databases

    i keep older copies of my database on machines to run queries that don't need the most current data, as to keep from locking tables. I need to know how old the copy of the database is on each machine. Is there any way to get that info?
  14. jimbojames5645

    download dialog box

    how do you get the download dialog box to come up when clicking on a link, instead of opening/attempting to open the file in the browser?
  15. jimbojames5645

    how do you calculate load

    I have been using top for sometime, and I understand that the higher the load average, the more the box is doing, however i have never learned how the load average is actually calculated.
  16. jimbojames5645

    what's wrong w/ `echo $str >> file`;

    php 4.3.1 debian 3 apache 1.3.26
  17. jimbojames5645

    what's wrong w/ `echo $str >> file`;

    what's wrong w/ this :`echo $str >> file`; nothing shows up in the file, however when i do `echo "bubba" >> file`;, it works fine.
  18. jimbojames5645

    monitoring processes on local machine

    i am writing a page to monitor some scripts that I am running. I want to be able to make sure they are still running. Is there a better way than running a 'ps aux' and capturing the output? Are there any built in php functions to get info about processes running on the local machine?
  19. jimbojames5645

    running ipopd without inetd

    is there any way to run ipopd or similar without using inetd, ie /etc/init.d/ipopd?
  20. jimbojames5645

    fetchmail : fetching mail from multiple servers

    situation: I have mail going to three servers. I want to be able get all the mail into on mailbox on a centralized server. I am using fetchmail to go out and grab the mail off of each of the 3 servers and send it to a local server. question: Will fetchmail fetch mail off of each server in...

Part and Inventory Search

Back
Top