Bookmarks
-
October 15, 2014
-
October 15, 2014
-
October 14, 2014
-
October 14, 2014How to disable MySQL replication on master/master andmaster/slave setups
Additionally entries referring to bin-log and server-id can be removed. server-id can be set to 0 to disable bin-log. -
October 14, 2014thread/captain
Lightweight, standalone RESTful HTTP server for distributing Debian packages -
October 13, 2014From openvz container to virtualbox vm
Migration Steps to use openvz machines inside of virtualbox -
October 3, 2014
-
October 3, 2014
-
September 30, 2014
-
September 26, 2014Add schema to turnkey-ldap | TurnKey GNU/Linux Forum
A simple approach to add a LDAP schema in ldif format: make a file with the schema (e.g. sudo.ldif) and add it under the root account with: ldapadd -Y EXTERNAL -H ldapi:/// -f sudo.ldif To check if the schema is added use: ldapsearch -LLL -Y EXTERNAL -H ldapi:/// -b cn=schema,cn=config dn Note: a "schema" file must be converted to ldif before you can add it.