Skip to content

Instantly share code, notes, and snippets.

@seebi
Created November 23, 2013 11:31
Show Gist options
  • Save seebi/7613526 to your computer and use it in GitHub Desktop.
Save seebi/7613526 to your computer and use it in GitHub Desktop.
snipmate template for vim to create an aksw account
snippet akswa
dn: cn=${1:Givename} ${2:Surname},ou=People,dc=aksw,dc=org
sn: $2
objectClass: inetOrgPerson
mail: ${3:mail}
givenName: $1
uid: $1$2
cn: $1 $2
displayName: $1 $2
description: LOD2 member
userPassword: ${4:`system("pwgen -1")`}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment