Welcome to the Casa de Pacopablo

ohloh profile for pacopablo

This is the hideout of the crazy gringo, pacopablo.

Blog

Authenticate Trac Against phpBB

So, Chuck, over at Cobra wanted to get his trac site up and running and was wondering about using the exisiting accounts that people had in the phpBB3 forums. Trac being Python, and phpBB being, obviously, PHP, there was no stock way of accomplishing this.

First, Trac's authentication meme is basically: get someone else to do it. Generally speaking, this is the web server. That's all fine and dandy, but some people want a bit more. Thankfully, [htt ...

(Read more)

15 Character Limit

Let's establish some facts.

  • MS SQL Server 2005 allows the sa password to be longer than 15 characters.
  • MS Windows XP allows a password longer than 15 characters.

Given these two facts, one would assume that Microsoft has a policy of allowing arbitrary length password (or at least really long ones). However, if one were to assume this, one would be wrong.

Microsoft's Business Solutions - Great Plains 8 does NOT allow passwords longer than 15 characters. I'll admit that GP8 is a bit ...

(Read more)

!PyCon 2008 - Here I Come!

PyCon 2008: Chicago

PyCon is March 14th through 16th with the 17th through 20th being open for sprints. PyCon was a blast last year, thanks to Financial Aid from the PSF. Thankfully, my employer is sending me this year. I'll be taking t ...

(Read more)

Populating ''Assign To'' Drop Down in Trac

When configuring a Trac environment, you can set the following option:

[ticket]
restrict_owner = true

This will change the Assign To ticket filed into a select box that only contains existing users. However as it says on the TracTickets page, the user must have logged, in at least once, and set their email address.

If you run multiple Trac sites, and have a set of common users across all Trac ...

(Read more)

htpasswd with Python

As many Apache users know, the htpasswd1 is used to create a file with username/password pairs. The format for the file is simply a username, colon, encrypted password. For example:

foo:oNAU4bgeqQHt2

The username is foo and the password is bar encrypted with a salt of oN2

Now, there are good reason why an admin m ...

(Read more)

  • Posted: 2007-11-28 00:09 (Updated: 2008-03-05 05:56)
  • Author: pacopablo
  • Categories: (none)
  • Comments (0)

Enterprise Ready?

In today's IT scene, it is important to know which products are enterprise ready. Cliff Wells provides a useful evaluation of certain popular technologies. He also sets the baseline for what enterprise ready really means. Go see if your technology is Enterprise Ready.

The Mysterious Dell Express Service Code

Love or hate Dell, they do do a few things right. They provide a Service Tag on every PC with which you can get a host of information off their support site. Drivers, manuals, you name it. The service tag is generally on a little black tag someplace on the case. On the tag there is also an Express Service Code. If ever you call for tech support on your Dell computer, you will be asked to enter this number to route your call correctly. Now, you don't actually need ...

(Read more)

Managing A Network With Trac

I like Trac. That may have been obvious due to hosting the logs for the IRC channel. Or the fact that this site runs on trac1. The simple fact is that Trac is just plain hot.

In my day job, I have the wonderful opportunity to manage two si ...

(Read more)

News Box Blogs

I'm not sure where it started, but the first place I saw it, was on trac-hacks.org. I'm talking about the really cool green box that holds the "news". What's even cooler, is combining the green news box with the blog plugin. This is what trac-hacks.org is doing.

The green news box is a little mix of HTML and CSS, and it's dead sexy to have. zachtib was lookin ...

(Read more)

!PyCon Dreams

As everyone should know, PyCon 2007 is in Addison, TX, February 23rd-25th. It's a time for Python developers to get together and rub elbows.

As it happens, I, unfortunately, am not going. This would be due to a thing called life. Of course, there are going to be a few Trac notables123[[Foot ...

(Read more)

  • Posted: 2007-01-16 08:06 (Updated: 2007-01-16 16:49)
  • Author: pacopablo
  • Categories: (none)
  • Comments (0)


Thanks to coderanger, we will always know what day Easter is. :)

2008-03-23


As is evidenced by the lack of modification of the logo at the top of the page, this site is run on trac. It is a great piece of software that provides a wonderful plugin system. The "official" site for plugins and other modifications to trac is trac-hacks.org. Go check it out.