Skip to content

Instantly share code, notes, and snippets.

View nutjob4life's full-sized avatar
💭
Contemplating next hair color

Sean Kelly nutjob4life

💭
Contemplating next hair color
View GitHub Profile
@nutjob4life
nutjob4life / gist:3122872
Created July 16, 2012 13:59
Sample ldapmodify
dn: uid=martior,ou=people,dc=plone,dc=org
changetype: modify
add: objectclass
objectclass: github-user
add: github-username
github-username: awesome-koder
@nutjob4life
nutjob4life / gist:2919531
Created June 12, 2012 19:14
Plone 4.1.4
[buildout]
extends = http://dist.plone.org/release/4.1.4/versions.cfg
parts = plone
[plone]
recipe = plone.recipe.zope2instance
eggs =
Plone
Pillow
user = admin:admin
@nutjob4life
nutjob4life / gist:2919529
Created June 12, 2012 19:14
Plone 4.1.3
[buildout]
extends = http://dist.plone.org/release/4.1.3/versions.cfg
parts = plone
[plone]
recipe = plone.recipe.zope2instance
eggs =
Plone
Pillow
user = admin:admin
@nutjob4life
nutjob4life / gist:2889949
Created June 7, 2012 16:41
Plone 4.1.5 + plone.app.dexterity 1.2.1 = boom
2012-06-07 11:40:24 INFO ZServer HTTP server started at Thu Jun 7 11:40:24 2012
Hostname: 0.0.0.0
Port: 8080
2012-06-07 11:40:25 WARNING SecurityInfo Conflicting security declarations for "setText"
2012-06-07 11:40:25 WARNING SecurityInfo Class "ATTopic" had conflicting security declarations
/Users/kelly/.buildout/eggs/Products.ResourceRegistries-2.0.9-py2.6.egg/Products/ResourceRegistries/tools/BaseRegistry.py:7: DeprecationWarning: the md5 module is deprecated; use hashlib instead
from md5 import md5
2012-06-07 11:40:26 WARNING ZODB.blob (909) Blob dir /private/tmp/fuck/var/blobstorage/ has insecure mode setting
/Users/kelly/.buildout/eggs/five.grok-1.2.0-py2.6.egg/five/grok/meta.py:29: DeprecationWarning: protectClass is deprecated. Please import from AccessControl.security
from Products.Five.security import protectClass, protectName