Andrejkovics Istv�n wrote: > Has anyone succeeded in making LDAP work under jetspeed? > > I tried to test it, without success. > I have downloaded and compiled the latest (2002-10-27) > nightly jetspeed > snapshot (with Java 1.4.0_01, because 1.3.1_02 was > unable to compile > it). During configuration I realised that the '# LDAP' > lines were > disappeared from JetspeedSecurity.properties which were > there before > (was it intentional?). When I wrote back these lines > and tried to start > jetspeed, it turned out that the class > org.apache.jetspeed.services.security.JetspeedLDAPSecurityService was > missing. I have not found this class in the source > tree. Is this class > really missing? If not, what is the correct value for > services.JetspeedSecurity.classname in > JetspeedSecurity.properties? > Does any documentation exist for making LDAP work under > jetspeed? > > Istvan > >
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. Harald -- To unsubscribe, e-mail: <mailto:jetspeed-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:jetspeed-user-help@;jakarta.apache.org>
