[sagenb] 145/179: Add text in README about LDAP authentication

felix salfelder felix-guest at moszumanska.debian.org
Tue May 6 12:05:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

felix-guest pushed a commit to branch master
in repository sagenb.

commit d288029848892af3dd8572cda0fc9b393c097f54
Author: P Purkayastha <ppurka at gmail.com>
Date:   Fri Jul 5 23:07:34 2013 +0800

    Add text in README about LDAP authentication
---
 README.rst | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/README.rst b/README.rst
index c0b5c13..3829b3d 100644
--- a/README.rst
+++ b/README.rst
@@ -45,6 +45,20 @@ ignore this section. In particular, if you're installing a copy of Sage
 for your personal use only, you probably won't need OpenID or HTTPS
 support in the notebook.
 
+LDAP authentication
+-------------------
+
+HTTPS support in the Python library is required to download and install
+files, in order to install LDAP authentication support. To enable HTTPS
+support read the section on SSL in Sage's own README file. Next, use the
+following commands to install the python-ldap in Sage::
+
+    $ /path/to/sage -sh
+    $ easy_install python-ldap
+
+Once python-ldap is installed, (re)start the notebook server and the
+options to setup LDAP authentication will be visible in the "Notebook
+Settings" section of the "Settings."
 
 
 Development

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagenb.git



More information about the debian-science-commits mailing list