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.


Topics - freeoli

Pages: [1]
1
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

2
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

3
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]