Displaying 3 results from an estimated 3 matches for "debord".
2005 Aug 26
0
Dovecot.1.0.alpha1+mysql+mysql
...ovecot: auth-worker(default):
passdb_sql_init("/etc/dovecot/dovecot-mysql_django.conf")
[...] dovecot: auth-worker(default): now calling
sql_connect(passdb_sql_conn->db):
[...] dovecot: auth-worker(default):
passdb_sql_conn->config_path="/etc/dovecot/dovecot-mysql_debord.conf"
[...] dovecot: auth-worker(default):
passdb_sql_conn->set.connect="host=debord port=3306
dbname=posta_debord user=posta password=foobar"
[...] dovecot: auth-worker(default): driver_mysql_connect: host=debord,
user=posta, password=foobar.
[...] dovecot: auth-worker...
2001 Aug 03
1
dell says bye bye to Linux
Well. A priori. I'm a dedicated legacy OS person. I cut my teeth on
command line DOS and then WIN 3.xx (these days that means WFWG 3.11). I drew
the line at WIN9x. Hate that beast with a true passion, but because it is
the 800 pound gorilla, I have to find some way to accomodate it in the
future.
So, here is the rub. Linux is a real PITA. Capital PITA. Unbelievably techie
and that is bad.
2006 May 29
0
using components to reuse code
the following is the code of the controller, under the dir
components/test/:
class Test::GroupsManController < ApplicationController
uses_component_template_root
def add_to_group
@account = Account.find_by_nick(@params[:nick])
# render :text => "#{session[:account_id]}
#{Group.find(session[:group_id]).owner_id}"
if (session[:account_id] ==