Archive for the ‘ad’ Category
-
Etherpad with Active Directory (LDAP/AD)
So you want to host your own Etherpad deployment and you want to tie it into your schools AD/LDAP/Active directory? Below are the basic instructions for how to accomplish this. Alternatively you can pay us to do it.Get the patchlynx https://gist.github.com/10061b4b213619816db5Get the etherpad source (warning- may take some time- go make a cuppa tea)hg clone https://etherpad.googlecode.com/hg/ etherpadGo to the etherpad foldercd etherpadExtract the patchtar -xvz –strip-components=1 -f ../gist10061b4b213619816db5-e60df95e16c09700b4cf07cd87b9732dd7b15ace.tar.gzApply the patchpatch -p1 < ldap_support.patch
Set your superdomainnano trunk/etherpad/src/etherpad/globals.jsadd yourdomain.whatever to the SUPERDOMAINSEdit pro_accounts.jsnano trunk/etherpad/src/etherpad/pro/pro_accounts.jsChange directorycd trunk/etherpadAdd the useLdapconf to the configecho “etherpad.useLdapConfiguration = ./etc/json.config” >> etc/etherpad.localdev-default.propertiesEdit json.confignano etc/json.configPaste in (you need the {}’s):{“url” : “ldap://localhost:10389″,“principal” : “uid=admin,ou=system”,“password” : “secret”,“rootPath” : “ou=users,ou=system”,“userClass” : “person”,“nameAttribute” : “displayname“,“ldapSuffix” : “@ldap”}Replacing the above with your settings.Build your etherpadbin/rebuildjar.shTest your etherpadbin/run-local.shBrowse to http://yourdomain.com:9000/ep/pro-account/sign-inType in your email address (of the user in ldap) and passwordShibboleth integration coming mid 2010 (if anyone wants to fund this please get in touch!)
What people are peeping
- King's Science Academy announced in Bradford
- Installing Etherpad on Debian
- Installing Etherpad on Windows (CYGWIN)
- Classdroid - Teacher Android App
- Top 10 Google Android Apps for School #education
- Their Circular Life September 9, 2010 blog
- The 3 most important things I learned at ALT-C 2010 September 9, 2010 Doug Belshaw
- Do you find marking homework difficult? Here’s a solution! September 8, 2010 Mr Mitchell
- It’s been a while… September 8, 2010 chrisrat
- But they’re only Year 1′s! September 8, 2010 Ian Addison
Links
- Etherpad Foundation
- Primary Games Arena
- Primary School Web 2 Catalogue
- Primary Technology
- Tom Hudson
- Wordpress

