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 gkittelson 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: *

  1. schoeppchen

    [Samba] Winbind error plaintext password against Windows 2000Server AD

    Hi all, I configured a linux box (Debian Sarge) with Winbind to authenticate against a windows 2000 server AD. After joining the Domain via net rpc join -U Administrator I can get all AD users and groups using wbinfo -u wbinfo -g getent passwd Everything seems to be really fine, but...
  2. schoeppchen

    Code does not work ... why??

    Hi there, I found a str-replace Function but it does not work ... any hints why not? It always returns the string without replacing... -x-x-x- #include &quot;postgres.h&quot; #include <string.h> char * pgsql_strreplace (char * string,char * search,char *replace) { char * cp = string...
  3. schoeppchen

    str_replace in C ?

    Hi there, I have to write a short function for search and replacing a string in native C and I wonder if C has such a function build-in?? Thanks in advance, schoeppchen

Part and Inventory Search

Back
Top