[Building Sakai] Skakai 2.6 with LDAP works

Jon Wheat jwheat at messiah.edu
Wed Sep 9 09:10:55 PDT 2009


Just posted this comment to Steve's LDAP for Sakai 2.5 post FWIW -

<<<BEGIN>>
The above steps are 99% of what you need to get LDAP to work with 2.6
you need to make a slight change to SAKAI-SRC/providers/component/pom.xml

 change the dependency for openldap version to use the 2.6 version information like this -
       <dependency>        <groupId>openldap</groupId>        <artifactId>ldap</artifactId>        <version>2.6.ORC1-SNAPSHOT</version>     </dependency> 


rebuild and deploy it as mentioned above
Truth be told -
I'm lazy - I copied my jldap-beans.xml file from my old 2.5 source tree because I didn't want to look up all the proper settings again -
So from this directory :~/sakai/providers/component/src/webapp/WEB-INF

I ran this :
cp ~/sakai_2-5-x/providers/component/src/webapp/WEB-INF/jldap-beans.xml .


then ran the rebuild and deploy above and it working as if I actually knew what I was doing. 
<<< END>>>
-Jon
[source : http://confluence.sakaiproject.org/display/~steve.swinsburg/LDAP+in+Sakai+2.5?focusedCommentId=65867671&#comment-65867671 ( http://confluence.sakaiproject.org/display/~steve.swinsburg/LDAP+in+Sakai+2.5?focusedCommentId=65867671&#comment-65867671 ) ]
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20090909/d3946a0a/attachment.html 


More information about the sakai-dev mailing list