ref: master
plugins/ldap/README.md
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
README - LDAP (LDAP Plugin) ================================ LDAP is a plugin to allow ldap authentication to noosfero INSTALL ======= Dependences ----------- See the Noosfero install file. After install Noosfero, install LDAP dependences: $ gem install net-ldap -v 0.3.1 $ sudo apt-get install ruby-magic Enable Plugin ------------- Also, you need to enable LDAP Plugin at you Noosfero: cd <your_noosfero_dir> ./script/noosfero-plugins enable ldap Active Plugin ------------- As a Noosfero administrator user, go to administrator panel: - Click on "Enable/disable plugins" option - Click on "LDAP Plugin" check-box DEVELOPMENT =========== Get the LDAP (Noosfero with LDAP Plugin) development repository: $ git clone https://gitorious.org/+noosfero/noosfero/ldap Running LDAP tests -------------------- Configure the ldap server creating the file 'plugins/ldap/fixtures/ldap.yml'. A sample file is offered in 'plugins/ldap/fixtures/ldap.yml.dist' $ rake test:noosfero_plugins:ldap Get Involved ============ If you found any bug and/or want to collaborate, please send an e-mail to leandronunes@gmail.com LICENSE ======= Copyright (c) The Author developers. See Noosfero license. AUTHORS ======= Leandro Nunes dos Santos (leandronunes at gmail.com) ACKNOWLEDGMENTS =============== The author have been supported by Serpro |