> -----Original Message-----
> From: Andrejkovics István [mailto:iand@;jaguar.dote.hu]
> Sent: Tuesday, October 29, 2002 3:07 AM
> To: Jetspeed Users List
> Subject: Re: Does LDAP in CVS work?

> Does it mean that the LDAP code does not work yet?

Its untested, but now that you are testing it, please continue

The merge process on the JetspeedSecurity.properties/template/default
doesn't seem to work properly.
Just make sure these lines are in your JetspeedSecurity.properties, and that
the default entries are commented out:

services.UserManagement.classname=org.apache.jetspeed.services.security.ldap
.LDAPUserManagement
services.JetspeedSecurity.user.class=org.apache.jetspeed.om.security.ldap.LD
APUser

services.RoleManagement.classname=org.apache.jetspeed.services.security.ldap
.LDAPRoleManagement
services.JetspeedSecurity.role.class=org.apache.jetspeed.om.security.ldap.LD
APRole

services.GroupManagement.classname=org.apache.jetspeed.services.security.lda
p.LDAPGroupManagement
services.JetspeedSecurity.group.class=org.apache.jetspeed.om.security.ldap.L
DAPGroup

services.PermissionManagement.classname=org.apache.jetspeed.services.securit
y.ldap.LDAPPermissionManagement
services.JetspeedSecurity.permission.class=org.apache.jetspeed.om.security.l
dap.LDAPPermission


Not sure about these, I need to setup an LDAP server to test with still:

 #########################################
 # 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

> > If you change all references to
> > org.apache.jetspeed.services.security.JetspeedLDAPSecurityService to
> > org.apache.jetspeed.services.security.ldap.LDAPService
> > it will compile. I haven't tried using LDAP, so I do
> > not know if it works.

Leave this setting as is:

services.JetspeedSecurity.classname=org.apache.jetspeed.services.security.Je
tspeedDBSecurityService

Not sure what you mean by "it will compile"

You will also need to populate your ldap server, see src/ldap/jetspeed.ldif
and src/ldap/jetspeed.schema

David



--
To unsubscribe, e-mail:   <mailto:jetspeed-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:jetspeed-user-help@;jakarta.apache.org>

Reply via email to