this configuration are correct from security.xml n roller-custom.properties
that I have
<property name="objectDefinitionSource">
            <value>
                PATTERN_TYPE_APACHE_ANT
                / Roller-ui/login-redirect.jsp = admin, editor
                / Roller-ui/yourProfile **= admin, editor
                / Roller-ui/createWebsite **= admin, editor
                / Roller-ui/yourWebsites **= admin, editor
                / Roller-ui/authoring / **= admin, editor
                / Roller-ui/admin / **= admin
                / Rewrite-status *= admin
                / Roller-ui/user.do *= register
            </ Value>
..........

<Bean id = "authenticationManager" class =
"org.acegisecurity.providers.Provide
        <property name="providers">
            <list>
                <ref local="ldapAuthProvider"/>
                <! - <ref Local="daoAuthenticationProvider"/> ->
                <ref local="anonymousAuthenticationProvider"/>
                <! - RememberMeAuthenticationProvider added programmatically
->
            </ List>
        </ Property>
    </ Bean>
................

 <! - LDAP Authentication ===================== ==================== ->
    <! - BEGIN: Sample LDAP / RollerDB hybrid security configuration ->
    <Bean id = "initialDirContextFactory" class =
"org.acegisecurity.ldap.DefaultIn
        <Constructor-arg value = "ldap: / / meruvian.camp: 389/ou = people,
dc = meruvian, $
        <property name="managerDn" value="uid=zimbra,cn=admins,cn=zimbra"/>
        <property name="managerPassword" value="3h33yL6Lx"/>
    </ Bean>

    <Bean id = "ldapUserSearch" class =
"org.acegisecurity.ldap.search.FilterBasedL
        <constructor-arg index="0" value="ou=people,dc=meruvian,dc=camp"/>
        <constructor-arg index="1" value="uid={0}"/>
        <constructor-arg index="2" ref="initialDirContextFactory"/>
        <property name="searchSubtree" value="true"/> 

-------------------------------------------------------------------------------------------------
 n this roller-custom.properties

installation.type=auto
database.configurationType=jdbc
database.jdbc.driverClass=com.mysql.jdbc.Driver
database.jdbc.connectionURL=jdbc:mysql://localhost:3306/rollerdb
database.jdbc.username=roller
database.jdbc.password=roller
mail.configurationType=properties
mail.hostname=meruvian.camp
mail.username=roller
mail.password=roller

users.sso.enabled=true
users.sso.registry.ldap.attributes.screenname=cn
users.sso.autoProvision.enabled=true

thnks before,. 

Reynaldi wrote:
> 
> yes, zimbra is the mail server
> for the OS I use Ubuntu 10.04
> and the application roller that I use in this integration are:
> - Apache-roller-4.0.1.zip
> - Apache-tomcat-7.0.6.tar.gz
> 
> I configure a few files like security.xml and add roller-custom.properties
> in WEB-INF/classes /
> The following Configuration security.xml that I have:
> 
> <property name="objectDefinitionSource">
>             <value>
>                 PATTERN_TYPE_APACHE_ANT
>                 / Roller-ui/login-redirect.jsp = admin, editor
>                 / Roller-ui/yourProfile **= admin, editor
>                 / Roller-ui/createWebsite **= admin, editor
>                 / Roller-ui/yourWebsites **= admin, editor
>                 / Roller-ui/authoring / **= admin, editor
>                 / Roller-ui/admin / **= admin
>                 / Rewrite-status *= admin
>                 / Roller-ui/user.do *= register
>             </ Value>
> ..........
> 
> <Bean id = "authenticationManager" class = "$
> org.acegisecurity.providers.Provide
>         <property name="providers">
>             <list>
>                 <ref local="ldapAuthProvider"/>
>                 <! - <ref Local="daoAuthenticationProvider"/> ->
>                 <ref local="anonymousAuthenticationProvider"/>
>                 <! - RememberMeAuthenticationProvider added
> programmatically ->
>             </ List>
>         </ Property>
>     </ Bean>
> ................
> 
>  <! - LDAP Authentication ===================== ==================== ->
>     <! - BEGIN: Sample LDAP / RollerDB hybrid security configuration ->
>     <Bean id = "initialDirContextFactory" class = "$
> org.acegisecurity.ldap.DefaultIn
>         <Constructor-arg value = "ldap: / / meruvian.camp: 389/ou =
> people, dc = meruvian, $
>         <property name="managerDn"
> value="uid=zimbra,cn=admins,cn=zimbra"/>
>         <property name="managerPassword" value="3h33yL6Lx"/>
>     </ Bean>
> 
>     <Bean id = "ldapUserSearch" class = "$
> org.acegisecurity.ldap.search.FilterBasedL
>         <constructor-arg index="0" value="ou=people,dc=meruvian,dc=camp"/>
>         <constructor-arg index="1" value="uid={0}"/>
>         <constructor-arg index="2" ref="initialDirContextFactory"/>
>         <property name="searchSubtree" value="true"/>
> 
> please help, thank you very much for responding to my message 
> 
> eddgrant wrote:
>> 
>>  Hi Reynaldi,
>> 
>>  Welcome. Could you please provide some more information regarding your 
>>  exact problem as this might enable people to assist you further. Are you 
>>  talking about Zimbra the email client? Could you perhaps detail the 
>>  steps you have taken and the exact problem that you are facing? Also 
>>  what version of Roller are you using and what is your operating system 
>>  etc?
>> 
>>  Cheers,
>> 
>>  Edd
>> 
>>  On Fri, 25 Feb 2011 00:35:10 -0800 (PST), Reynaldi 
>>  <[email protected]> wrote:
>>> hello ..
>>> sorry,.. i'm new here ..
>>> want to ask..
>>> how to integration roller with zimbra? please..??
>>> :-((
>>> I've tried many times but still can't..
>>> please help me,.. ?
>>> thanks before,..
>> 
>> -- 
>>  Web: http://www.eddgrant.com
>>  Email: [email protected]
>>  Mobile: +44 (0) 7861 394 543
>> 
>> 
>> -----
>> http://www.eddgrant.com/blog 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/problems-with-integration-roller-and-zimbra-tp31011118s12275p31017919.html
Sent from the Roller - User mailing list archive at Nabble.com.

Reply via email to