Posts

Showing posts from August, 2013

Tutorial 12: OpenLDAP ACLs (Access control lists)

Simple Rules 1. Allow everyone to read everything  access to * by * read by anonymous auth 2. Allows anonymous user to try authentication and self to change it access to attrs="userPassword" by self =w by anonymous auth 3. When nothing is working try It will allow all dn's to read everything, update self, and authenticate any anonymous user (if credentials are correct he will be successful.) access to * by anonymous auth by self write by users read For More visit: http://www.openldap.org/doc/admin24/access-control.html  http://www.openldap.org/doc/admin24/sasl.html http://wiki.mandriva.com/fr/uploads/3/3a/Mandriva-dit-access-template.conf http://www.egroupware.org/forum#nabble-td3984915 http://www.openldap.org/lists/openldap-technical/201007/msg00287.html http://www.openldap.org/faq/data/cache/1134.html http://www.openldap.org/cgi-bin/wilma_glimpse/openldap-software?query=dit&Search=Search&am

Tutorial 11: Links to Rest API documentor node.js

Swagger https://developers.helloreverb.com/swagger/ https://github.com/wordnik/swagger-node-express http://swagger.wordnik.com RestDoc http://www.restdoc.org/ https://github.com/jupe/restdoc Docrouter https://github.com/RestDoc/node-docrouter