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 2002/10/29 19:53:33 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/conf JetspeedSecurity.template

taylor      2002/10/29 10:53:32

  Modified:    webapp/WEB-INF/conf JetspeedSecurity.template
  Log:
  The LDAP settings disappeared!
  The JetspeedSecurity properties configuration confuses me
  My vote is to get rid of the 3 file-configuration. Its just too complicated
  
  Revision  Changes    Path
  1.8       +39 -1     jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedSecurity.template
  
  Index: JetspeedSecurity.template
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedSecurity.template,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- JetspeedSecurity.template	21 Oct 2002 22:40:22 -0000	1.7
  +++ JetspeedSecurity.template	29 Oct 2002 18:53:32 -0000	1.8
  @@ -8,6 +8,8 @@
   #
   # -------------------------------------------------------------------
   services.JetspeedSecurity.classname=org.apache.jetspeed.services.security.JetspeedDBSecurityService
  +### LDAP: services.JetspeedSecurity.classname=org.apache.jetspeed.services.security.ldap.LDAPService
  +  
   
   #########################################
   # Programmatic Cascade Delete Service   #
  @@ -20,6 +22,7 @@
   #########################################
   
   services.PortalAuthentication.classname=@services.PortalAuthentication.classname@
  +### LDAP: services.PortalAuthentication.classname=org.apache.jetspeed.services.security.ldap.LDAPAuthentication
   
   #########################################
   # Authorization Service                 #
  @@ -32,6 +35,8 @@
   #########################################
   
   services.UserManagement.classname=@services.UserManagement.classname@
  +### LDAP: services.UserManagement.classname=org.apache.jetspeed.services.security.ldap.LDAPUserManagement   
  +### LDAP: services.JetspeedSecurity.user.class=org.apache.jetspeed.om.security.ldap.LDAPUser 
   
   #########################################
   # Role Management Service               #
  @@ -41,6 +46,9 @@
   services.JetspeedSecurity.role.class=org.apache.jetspeed.om.security.BaseJetspeedRole
   services.JetspeedSecurity.role.default=user
   
  +### LDAP: services.RoleManagement.classname=org.apache.jetspeed.services.security.ldap.LDAPRoleManagement   
  +### LDAP: services.JetspeedSecurity.role.class=org.apache.jetspeed.om.security.ldap.LDAPRole 
  +
   #########################################
   # Group Management Service              #
   #########################################
  @@ -48,6 +56,10 @@
   services.GroupManagement.classname=@services.GroupManagement.classname@
   services.JetspeedSecurity.group.class=org.apache.jetspeed.om.security.BaseJetspeedGroup
   
  +### LDAP: services.GroupManagement.classname=org.apache.jetspeed.services.security.ldap.LDAPGroupManagement   
  +### LDAP: services.JetspeedSecurity.group.class=org.apache.jetspeed.om.security.ldap.LDAPGroup   
  +  
  +
   #########################################
   # Permission Management Service        #
   #########################################
  @@ -55,6 +67,9 @@
   services.PermissionManagement.classname=@services.PermissionManagement.classname@
   services.JetspeedSecurity.permission.class=org.apache.jetspeed.om.security.BaseJetspeedPermission
   
  +### LDAP: services.PermissionManagement.classname=org.apache.jetspeed.services.security.ldap.LDAPPermissionManagement   
  +  
  +
   #########################################
   # Security Cache Service                #
   #########################################
  @@ -131,4 +146,27 @@
   #########################################
   services.JetspeedSecurity.actions.anon.disable=true
   services.JetspeedSecurity.action.allusers.disable=false
  +
  +   
  + #########################################   
  + # LDAP Service                          #   
  + #########################################   
  + services.ldap.classname=org.apache.jetspeed.services.ldap.LDAPService   
  + #services.ldap.host=192.168.0.20   
  + services.ldap.host=213.194.65.90   
  + services.ldap.port=389   
  + services.ldap.sslport=636   
  + services.ldap.basedn=o/EBIT   
  + services.ldap.managerdn=cn/administrator%ou/members%o/EBIT   
  + services.ldap.password=password   
  + services.ldap.anonymousbind=false   
  + services.ldap.securityauthentication=simple   
  + #services.ldap.securityprotocol=ssl   
  + #services.ldap.socketfactory=javax.net.ssl.SSLSocketFactory   
  + #services.ldap.jndiprovider=com.sun.jndi.ldap.LdapCtxFactory   
  + #services.ldap.saslclientpckgs=   
  + services.ldap.limit=0   
  + services.ldap.timeout=0   
  + services.ldap.version=3   
  +  
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>