You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2003/02/12 01:02:10 UTC

cvs commit: jakarta-jetspeed/src/ldap jetspeed.ldif ldap-notes.txt

taylor      2003/02/11 16:02:10

  Modified:    src/ldap jetspeed.ldif ldap-notes.txt
  Log:
  patches from Sami Leino for bug 16511 LDAP
  
  Revision  Changes    Path
  1.3       +3 -1      jakarta-jetspeed/src/ldap/jetspeed.ldif
  
  Index: jetspeed.ldif
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/src/ldap/jetspeed.ldif,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- jetspeed.ldif	9 Dec 2002 20:24:09 -0000	1.2
  +++ jetspeed.ldif	12 Feb 2003 00:02:10 -0000	1.3
  @@ -84,7 +84,8 @@
   objectClass: jetspeedpermission
   permissionname: minimize
   
  -dn: uid=personalize, ou=permissions, ou=jetspeed, o=apache
  +dn: uid=personalize, ou=permissions, ou=jetspeed, o=apache
  +
   uid: personalize
   objectClass: jetspeedpermission
   permissionname: personalize
  @@ -170,6 +171,7 @@
   objectClass: jetspeeduser
   lastlogindate: 2002.12.09 AD at 01:01:49 AM GMT+02:00
   usergrouprole: Jetspeed,admin
  +usergrouprole: Jetspeed,user
   
   dn: uid=customize, ou=permissions, ou=jetspeed, o=apache
   uid: customize
  
  
  
  1.3       +14 -3     jakarta-jetspeed/src/ldap/ldap-notes.txt
  
  Index: ldap-notes.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/src/ldap/ldap-notes.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ldap-notes.txt	28 Jan 2003 04:52:17 -0000	1.2
  +++ ldap-notes.txt	12 Feb 2003 00:02:10 -0000	1.3
  @@ -33,7 +33,7 @@
   
   Start slapd, and import the LDIF file "jetspeed.ldif" using your
   favourite LDAP tool. Jetspeed's LDIF file contains the same user,
  -group, roles and permission definitions than the database version.
  +group, role and permission definitions than the database version.
   
   On the portal side you can enable LDAP user management by merging
   the properties found from "LDAP-JetspeedSecurity.properties" file
  @@ -41,13 +41,24 @@
   "services.ldap.host" property to point to your LDAP server. 
   Then you should have everything up and running.
   
  +Please note that currently the only supported crypting algorithm
  +for LDAP user management is Unix crypt. Unix crypt is commonly
  +used to encrypt data in LDAP directories, but the JCE (Java
  +Cryptographic Extensions) package does not support it (as far as
  +I know). Therefore, JCE cannot be used directly if UnixCrypt 
  +must be supported, so an extra cryptographic layer should be
  +introduced on top of these two to allow users to use both encryption
  +mechanisms. If someone has a good view of how this should be done,
  +please post a proposal on the jetspeed-devel mailing list.  
  +
   If you don't get Jetspeed to work with LDAP but you are sure that
   your LDAP tree is properly built, you can contact Sami Leino 
   (sami.leino@netorek.fi) and he will try to help you.
   
  -Change log:
  ------------
  +Change log: (since release 1.4b3, 2002/12/17)
  +---------------------------------------------
   
  +2003/01/29: Fixed bug 16511 (no-secure passwords not allowed with LDAP)
   2003/01/20: Passes all unit-tests now.
   2003/01/20: Performance improvements. Now fetches all users from LDAP with
               one JNDI lookup when retrieving all users with getUsers() method.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org