The SecurityStore interface in Slide is for storing the mapping between principal (user/group/role), node (URI, basically) and permission (read, write, etc). It is very unlikely that you currently have this information stored in a LDAP repository, since the "node" portion of a permission is very unique to Slide. Most likely what you want is a way to retrieve a list of users and group/role memberships from LDAP. The JNDIPrincipalStore accomplishes this. Note that this is separate from the SecurityStore interface, and you will still need to manage permissions using WebDAV ACL commands. There should be decent documentation for JNDIPrincipalStore on the Wiki, but feel free to ask questions if anything is unclear.
-James On Mon, 2005-01-17 at 18:00 +0200, Serkan Ãzkan wrote: > hi , I want to use a ldap server (where existing user info are > stored,for example domain controller) for > securitystore,TxFileContentStore for contentstore and jdbcstore for > nodestore and other stores . Does anyone know where can I find such a > sample configuration. Thanks > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
