Archive for the ‘ldap’ 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 Windows (CYGWIN)
- Installing Etherpad on Debian
- Classdroid - Teacher Android App
- Top 10 Google Android Apps for School #education
- Free schools: the good, the bad and the ugly. September 6, 2010 Doug Belshaw
- Wawne Primary School, Hull September 6, 2010 blog
- Stopping an oil spill September 6, 2010 malbell
- King’s Science Academy announced in Bradford September 6, 2010 johnyma22
- Formalising meetings September 6, 2010 Terry Freedman
Links
- Etherpad Foundation
- Primary Games Arena
- Primary School Web 2 Catalogue
- Primary Technology
- Tom Hudson
- Wordpress

