View Single Post
  #2   (View Single Post)  
Old 21st October 2008
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

From /usr/local/share/doc/db4/utility/db_load.html of my OpenBSD box
Quote:
-T
The -T option allows non-Berkeley DB applications to easily load text files into databases.

If the database to be created is of type Btree or Hash, or the keyword keys is specified as set, the input must be paired lines of text, where the first line of the pair is the key item, and the second line of the pair is its corresponding data item.
So the login.txt needs to be
Code:
jojo
jojos_secret_password
zhoufengping
zhoufengpings_secret_password
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote