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 - freeoli

Pages: [1]
1
Installation and Upgrades / Re: [HOWTO] Mailman
« on: February 06, 2013, 12:42:20 pm »
Hi All!

Somebody try install mailman to 3.0?

Oli

2
Installation and Upgrades / Re: [SOLVED]Install/Overwrite SSL CA pem+key
« on: December 21, 2012, 12:11:47 pm »
Thank you, but not working. I try this:

Code: [Select]
sudo cp /usr/share/zentyal/stubs/webserver/vhostHttps.mas /etc/zentyal/stubs/webserver/
Code: [Select]
sudo nano /etc/zentyal/stubs/webserver/vhostHttps.mas
And edit this section.
Code: [Select]
SSLCertificateKeyFile /good/path
SSLCertificateFile /good/path

And after add a new site with force SSL option and restart the server and not working, use the Zentyal generated certificate.

But if i edit same with in
Code: [Select]
sudo nano /usr/share/zentyal/stubs/webserver/vhostHttps.mas
good working fine.

3
This is great. I think recomeded use the simply COM port 56k modem. And maybe good use the recived fax send by e-mail, but i don't know which the correct configuration now.

Like this may good here http://wiki.debian.org/HylaFax the FaxDispatch section.

4
Installation and Upgrades / Install/Overwrite SSL CA pem+key, edit STUBS
« on: December 20, 2012, 09:51:43 am »
Dear All!

A want use our other certificate and private key.

I convigured the new key path in webserver/postfix/zarafa-gw stupbs
Code: [Select]
/usr/share/zentyal/stubsand work fine, but the yesterday Zentyal module upgrade ovwerwrite this stub and lose my changes.

Can i overwrite somwhere the Zentyal generated CA?

I think this is the best way.

Please help.

Thank you!
Oli

5
Installation and Upgrades / Re: Apache vhost LDAP AUTH
« on: December 19, 2012, 03:07:57 pm »
Thank you! I find here the good config, like that:

Code: [Select]
        <Location />
        Order deny,allow
        Deny from All
        AuthName "PASSWORD PLEASE"
        AuthType Basic
        AuthBasicProvider ldap
        AuthzLDAPAuthoritative on
        AuthLDAPUrl ldap://127.0.0.1:390/ou=Users,dc=nava,dc=local?uid
        AuthLDAPBindDN cn=zentyal,dc=nava,dc=local
        AuthLDAPBindPassword sadsadsad45435344HASH
        Require valid-user
        Satisfy any
        </Location>

I paste this code to https stub, we need authentication for all site.

6
Installation and Upgrades / [SOLVED] Apache vhost local LDAP BASIC AUTH
« on: December 17, 2012, 04:24:36 pm »
Dear All!

Please help. I want seample localhost apache virtualhost basic authetatication from local ldap on Zentyal 3.0, but i cant do it now.

This is my section from the apache virtualhost file.

Code: [Select]
<Location />
Order deny,allow
Deny from All
AuthName "LDAP authorization"
AuthType Basic
AuthBasicProvider ldap
AuthzLDAPAuthoritative on
Base_DN "ou=Users,dc=nava,dc=local"
AuthLDAPUrl ldap://127.0.0.1:389/ou=Users,dc=nava,dc=local?cn
AuthLDAPBindDN cn=apache,dc=nava,dc=local
AuthLDAPBindPassword "XXXXXXX"
Require valid-user
Satisfy any
</Location>

And the apache virtualhost debug log:

Code: [Select]
[Mon Dec 17 16:15:00 2012] [debug] mod_authnz_ldap.c(403): [client 10.100.0.200] [19522] auth_ldap authenticate: using URL ldap://127.0.0.1:389/ou=Users,dc=nava,dc=local?cn
[Mon Dec 17 16:15:00 2012] [info] [client 10.100.0.200] [19522] auth_ldap authenticate: user oliver
 authentication failed; URI / [LDAP: ldap_simple_bind_s() failed][Invalid credentials]
[Mon Dec 17 16:15:00 2012] [error] [client 10.100.0.200] user oliver@nava.local: authentication failure for "/": Password Mismatch


Sorry, i know thet not good way.

Oli

7
Installation and Upgrades / Re: PDC + WIDNOWS 7 Pro
« on: November 27, 2012, 02:35:01 pm »
When you added client in domain? Try the username like this : DOMAIN.LOCAL\USER

8
Thank you.

When can i set this option to all user? Or user teamplate?

9
Installation and Upgrades / Re: Zentyal 3.0 Groupware Service
« on: October 11, 2012, 02:53:29 pm »
I am trying solve this problem. I have a user when having admin rights in zarafa, and other. I try diagnose this problem via ssh and look this problem, when i try restarting the zentyal zarafa module or zarafa modules:

/var/log/zarafa/search.log
Code: [Select]
Wed Oct 10 15:44:56 2012: [0x3ed14780] Starting zarafa-search version 7,1,0,36420 (36420), pid 1455
Wed Oct 10 15:45:22 2012: [0x3955d700] Unable to open system admin store: 8004011D
Wed Oct 10 15:45:22 2012: [0x3955d700] Change processing failed: 8004011D
Wed Oct 10 15:45:27 2012: [0x3955d700] Unable to open system admin store: 8004011D
Wed Oct 10 15:45:27 2012: [0x3955d700] Change processing failed: 8004011D
Wed Oct 10 15:45:27 2012: [0x3ed14780] Termination requested, shutting down.
Wed Oct 10 15:45:27 2012: [0x3ed14780] Stopping Zarafa search...

When i modified the /etc/zentyal/zarafa.conf file in a line:

Code: [Select]
#zarafa_indexer = no
zarafa_indexer = yes

After i restarted the zentyal module :
Code: [Select]
~ sudo /etc/init.d/zentyal zarafa status
EBox: status module zarafa:                     [ RUNNING ]

But the e-mail event alerts continued to the next server restart, after all fine.

You know where is a zarafa.conf stub file or not?

Olivér

10
Dear All!

We want use the Zentyal and testing now, on no production level. The production level starting after 2 months. We will use the samba pdc, groupware and others without gw options.

What your recommendation:

We now deploy the 2.2 and upgrade later. Or.
We now deploy the 3.0 RC version, testing and after this version released starting the production using?

Thank You!
Érdi Olivér

Pages: [1]