Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - paulreynand

Pages: [1] 2
1
Installation and Upgrades / Zarafa Cluster
« on: November 20, 2013, 10:43:02 am »
Hi Guys,

I have successfully setup a Zarafa Cluster (test environment) base on scenario below and it works.

I would like to ask although it works, is this safe? i mean do i overlook something? Is it safe to deploy on production? Also will Zentyal support me on this setup in-case i get Small Biz Edition or Enterprise Edition? Thanks.


 LAN   EXT                                                               EXT    LAN
       \    /                                                                       \       /
[ Zentyal Master ]   <-----cross connect-------> [ Zentyal Slave ]
         LDAP <-----------replication------------------> LDAP
         MySQL <-----------replication----------------> MySQL (zarafa db)
         Pacemaker <-----------heartbeat------------> Pacemaker (virtual ip resource)


2
Installation and Upgrades / Re: Bulk user group membership
« on: November 15, 2013, 10:06:29 am »
Hi Guys,

Thanks for the suggestions, actually i have already think about importing it via ldif but im just wondering if anyone already done this via script base and may be someone can share such script. Anyway, i think importing it via ldif is my last resort. Below is the the sample ldif that works after i import using jxplorer.

Code: [Select]
dn: cn=technical,ou=Groups,dc=example,dc=com
cn: technical
objectClass: zentyalDistributionGroup
objectClass: posixGroup
gidNumber: 2001
description: Technical
mail: technical@example.com
member: uid=user.account,ou=Users,dc=example,dc=com

Thanks to everyone.

3
Installation and Upgrades / Re: Bulk user group membership
« on: November 15, 2013, 06:38:01 am »
Hi Guys,

Thanks for the responses, but im looking for a script that adds an EXISTING USERS to an EXISTING GROUPS. I'm honestly not a perl expert but i think EditGroup.pm might be a good start to build such script but know how.

Thanks,

4
Installation and Upgrades / Bulk user group membership
« on: November 14, 2013, 11:49:45 am »
Hi Guys,

I'm trying to find on how to add an existing users to a group via bulk import script but still no success. I'm desperately need one, because i have 1k users that needs to associate on different groups or distro list.


Thanks in advance.

5
hi guys,

any progress in this? im also looking for a way on how to do user and group bulk provisioning. I tried both scripts in this thread but no success.

The first script returns this error:

Creating user: useraccount firstname lastname
Can't locate object method "addUser" via package "EBox::Users" at groupprov1.pl line 23, <$USERS> line 1.


The second script  returns this error:

Can't locate EBox/UsersAndGroups/User.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at groupprov2.pl line 7.
BEGIN failed--compilation aborted at groupprov2.pl line 7.


Thanks in advance,

6
Installation and Upgrades / Re: [SOLVED] Zarafa 1k User Accounts
« on: November 04, 2013, 02:03:41 am »
already done, reverting to none again.

thanks again.

7
Installation and Upgrades / Re: [SOLVED] Zarafa 1k User Accounts
« on: November 02, 2013, 04:47:43 am »
Hi Christian,

Thanks for the tips and hints. I have successfully enabled verbose logging by editing olcloglevel and increasing the olcsizelimit from default 500 to higher than 1k and boom! i can now login in any users =) I used jxplorer on this as i refer on your other posts and conversations in this forum.

Thanks again =)

8
Installation and Upgrades / Re: Zarafa 1k User Accounts
« on: October 30, 2013, 09:58:07 am »
thanks christian, but where can i adjust those settings?

9
Installation and Upgrades / Re: Zarafa 1k User Accounts
« on: October 30, 2013, 08:59:41 am »
hi christian,

thanks for the response. yes i tried to install the user corner and when i tried to loging it says "Internal Server Error"

10
Installation and Upgrades / Re: Zarafa 1k User Accounts
« on: October 30, 2013, 07:26:21 am »
for zarafa use only

11
Installation and Upgrades / [SOLVED] Zarafa 1k User Accounts
« on: October 30, 2013, 05:19:28 am »
Hi Guys,

I'm now currently setting up a Zarafa and already done importing 1k user accounts using the bulk provisioning script found at http://doc.zentyal.org/en/appendix-c.html#importing-configuration-data. After the accounts are created, im trying to login on any of the users but it loads like forever. I tried both webapp and webaccess but no success.

Is there something i need to fine tune in zarafa?


Thanks in advance,
Paul


12
Installation and Upgrades / Re: Port Redirection (ldap 389 -> 390)
« on: October 30, 2013, 05:10:47 am »
thanks w/ that robb.

13
Installation and Upgrades / Re: Port Redirection (ldap 389 -> 390)
« on: October 28, 2013, 09:07:28 am »
thanks w/ that info robb. but im not planning to use the samba for now. im going to deploy it as a mail collaboration server. with this case is it safe to do the redirection?

thanks.
paul

14
Installation and Upgrades / Port Redirection (ldap 389 -> 390)
« on: October 25, 2013, 02:19:45 pm »
Hi Guys,

I would just like to ask if how can i configure port redirection? I'm not talking about the port forwarding. The objective is to open up port 389 (since this is not the default ldap port use by zentyal) and redirect to its local port 390 which is the non-standard ldap port. Doing it manually via iptables (see below) works out but i want to do it the zentyal way.

iptables -t nat -A PREROUTING -p tcp --dport 389 -j REDIRECT --to-port 389

I appreciate if you have other better suggestion/solution than doing this redirection.

Thanks in advance

15
Installation and Upgrades / Re: SAMBA Error
« on: October 01, 2013, 07:36:23 am »
Hi Guys,

I've tried to reproduce the issue. This time, my first work around is not working. But another work around i found.

step 1: Try to disable and enable the "File Sharing and Domain Services" module on the "Module Status" and save the changes (expect an error)
step 2: Go to "Dashboard" and restart the "File Sharing" module (expect an error)
step 3: Go to root shell and run "service zentyal samba stop" (it should stop successfully w/out error, else repeat step 1 & 2)
step 4: Finally, reboot and check every thing.

I've tried this a couple of times just to be sure that it works when ever this happens.

Hope this works for you guys.

Thanks

Pages: [1] 2