What do I need to do to populate the roles, groups and permissions? The sample ldif file in the ldap doc only adds one admin user. I've tried cloning what is in the default jetspeed install by making a admin, user and manager role. This didn't seem to work for me. There are a couple of docs that give tutorials on how to set up the Apache DS, but it looks like that server has been down for some time.
How does the role name need to be configured? In the jetspeed.schema file distributed with the source, a jetspeed-role requires a uid. Is the uid the name of the role? I would be happy to document this process once I get this all figured out. Thanks, Brice On 6/7/06, David Sean Taylor <[EMAIL PROTECTED]> wrote:
Brice Lambi wrote: > I've been trying to work out a way to load a schema into edirectory that > will work with jetspeed. I noticed that there are ldap tests. How can I > run these tests, can I use maven? > > Thanks, > Brice > The LDAP documentation is found here: http://portals.apache.org/jetspeed-2/multiproject/jetspeed-security/ldap.html The tests are found in the components/security project Note that the LDAP tests are disabled by default in the project.xml: <excludes> <exclude>**/ldap/*</exclude> </excludes> You can run a single test configured in maven.xml, for example: <property name="testcase" value="org.apache.jetspeed.security.spi.ldap.TestLdapUserSecurityHandler" /> and then maven -Dmaven.test.skip=false test:single --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
