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

Pages: [1]
1
Installation and Upgrades / Re: Samba Antivirus problem
« on: September 21, 2012, 01:40:07 pm »
I change subject to Samba Antivirus problem.

2
Installation and Upgrades / Samba Antivirus problem
« on: September 18, 2012, 10:02:18 pm »
Hi,
I just install Z3 on a clean ubuntu installation from repo as described in installation documents.
I want to test samba and zavs with Eicar Test File. If I copy a virus test file into share I got an error like below. (/var/log/syslog)
Code: [Select]
Sep 18 22:55:07 nif smbd_audit: (filetype_skipscan:127): exclude list is empty - feature disabled
Sep 18 22:55:07 nif smbd_audit: INFO: VIRUS DETECTED! virus 'Eicar-Test-Signature' detected in file '/home/samba/shares/ORTAK/eicar.zip'
Sep 18 22:55:07 nif smbd_audit: (zavs_quarantine_virus:61): Quarantine temp file is: /home/samba/quarantine/infected_eicar.zip.BqbUsE
Sep 18 22:55:07 nif smbd_audit: ERROR: Cannot create unique quarantine file, reason: Permission denied
Ok. It detects virus and try to move the file to quarantine directory but cannot.
I think there are some permission problem for clamav daemon.
ls -al output for /home/samba is
Code: [Select]
root@nif:/home/samba# ls -la
total 20
drwxrwx---+ 5 root __USERS__ 4096 Sep 18 22:12 .
drwxr-xr-x  8 root root      4096 Sep 18 22:36 ..
drwxrwx---  5 root __USERS__ 4096 Sep 18 22:13 profiles
-rw-r--r--  1 root root         0 Sep 18 22:12 .provisioned
drwx-wx---+ 2 root __USERS__ 4096 Sep 18 22:12 quarantine
drwxrwx---+ 3 root __USERS__ 4096 Sep 18 22:12 shares
root@nif:/home/samba#
How can fix this error?
Thanks.
Modified: Added "Help" to subject

3
Hi,
You can use regular LDAP auth. And don forget to add a rule to firewall which ALLOW incoming ldap connection from your internal network or which interface do you need.
As an example I am using ldap auth with apache.
You can see it below
Code: [Select]
#this is the .htaccess file
AuthType Basic
AuthName "LDAP Auth"
AuthBasicProvider ldap
AuthLDAPURL "ldap://192.168.35.204/ou=Users,dc=ebox,dc=mydomain,dc=net"
AuthzLDAPAuthoritative off
Require valid-user

Best Regards

4
Installation and Upgrades / Re: IPTABLES + REDIRECT on ZENTYAL 2.0.2
« on: November 24, 2010, 11:11:11 pm »
Hi psyscrew,
May be this link will help you
http://forum.zentyal.org/index.php?topic=5170.0

5
Installation and Upgrades / Re: eBox 2.0
« on: February 21, 2010, 12:22:57 am »
Dear javivazquez,
I am a big fun of eBox, and also we are trying to translate completely all modules.
I just install the 1.4 and it is very fast on samba shares. (benchmarked with our own slackware + samba vs eBox 1.4)
There must be tutorial (Document) how can we use or access user database. for example I need to use vtiger crm on eBox and I want to user authenticate via eBox. (Sorry my poor english)
Finally, thanks for all who spends their value hours on eBox development.

6
Installation and Upgrades / eBox 2.0
« on: February 18, 2010, 11:13:43 am »
I am planning to setup a new eBox machine on my own office. I think eBox 2.0 will be a big bomb! (according to wishlists, If developers integrate the wishes)
I wonder when eBox 2.0 will released. What is the planning time?
Should I wait for a few months or install a new eBox 1.4 machine.
Can I completely upgrade to 2.0 if I install 1.4?
I know it is a mistake that talking about a non-released eBox but I wonder.
Thanks.

Pages: [1]