search for: check_hostkey_in_ldap

Displaying 1 result from an estimated 1 matches for "check_hostkey_in_ldap".

2010 Feb 22
2
ld: Unsatisfied symbol "options" in file ./libssh.a[hostfile.o]
...s end_return; debug3("check_host_in_hostfile: filename %s", filename); /* Open the file containing the list of known hosts. */ f = fopen(filename, "r"); if (!f) { if(options.usesshldaphostkey) return check_hostkey_in_ldap(host,key,HOST_NEW); else return HOST_NEW; } ....... So any ideas about this? Thanks! Kai Yang