Skip to content

Instantly share code, notes, and snippets.

@lowk3y
lowk3y / procedure
Created November 26, 2016 11:18
Add {Free}radius schema to OpenLDAP
1) Download http://open.rhx.it/phamm/schema/radius.schema
2) use this script to convert .schema to .ldif - https://gist.github.com/jaseg/8577024
3) add schema
# sudo ldapadd -Q -Y EXTERNAL -H ldapi:/// -f radius.ldif
4) verify
# sudo ldapsearch -Q -LLL -Y EXTERNAL -H ldapi:/// -b \ cn=schema,cn=config dn
### Keybase proof
I hereby claim:
* I am lowk3y on github.
* I am lowk3y (https://keybase.io/lowk3y) on keybase.
* I have a public key whose fingerprint is 6268 AFF3 D8E4 C33C 845D 46A7 F5DB 2C17 3313 EF47
To claim this, I am signing this object:
#!/bin/bash
#
# template script for generating CentOS container for LXC
#
#
# lxc: linux Container library
# Authors:
@lowk3y
lowk3y / lxc-centos
Created December 14, 2013 20:20 — forked from hagix9/lxc-centos
#!/bin/bash
#
# template script for generating CentOS container for LXC
#
#
# lxc: linux Container library
# Authors:
#!/bin/bash
#
# template script for generating CentOS container for LXC
#
#
# lxc: linux Container library
# Authors: