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

Pages: 1 2 [3] 4 5 6
31
Hi,
I have a Zentyal box running as webserver

I can go to http://192.168.x.x (the IP address of the linux box), and display the Apache Test Page. However, when I try to go to http://192.168.x.x/~gallery/index.html , it returns a 403 Forbidden error.

The index.html file currently resides within /home/gallery/public_html/

What can be wrong?

32
Installation and Upgrades / Re: Mapping file shares
« on: February 27, 2012, 08:48:43 pm »
Hi!

As ichat said. Ifmember is a really good tool for mapping drivers based on groupmembership

Code: [Select]
# SBS_LOGIN_SCRIPT
# DOMAIN: TEST
# SERVER: EBOX-PDC

:First we remove all networkdrives
net use * /d /y

:Now we check if the user is a member of the group "lan members"
\\ebox-pdc\netlogon\ifmember "TEST\lan members"
if not errorlevel 1 goto userend
net use p: "\\ebox-pdc\catalogus bib"  /y
net use s: "\\ebox-pdc\FILES_TEST"  /y
net use t: "\\ebox-pdc\GLOBAL_TEST"  /y
net use y: "\\ebox-pdc\COMPANY_TEST" /y

:user2
\\ebox-pdc\netlogon\ifmember "TEST\lan gantt"
if not errorlevel 1 goto user3
net use u: "\\server2\GANTT_TEST" /y

:user3
\\ebox-pdc\netlogon\ifmember "TEST\lan money"
if not errorlevel 1 goto userend
net use n: "\\server3\MONEY_TEST" /y

:userend

borrowed the code from this thread http://forum.zentyal.org/index.php?topic=295.0

We use it in our zentyal server and it works really good.

33
Hi!

This is not working for us anymore, when we upgraded to Zentyal 2.2. Anyone that have this still working?

34
worked perfectly for us. Now we have only one server left to upgrade.  :)

35
Hello! Thanks for your replies. We currently use Zentyal as a file server, we also use LDAP feature in Zentyal.

Today we have a firewall based on Smoothwall, and hope with the help of the book to replace smoothwall with Zentyal as a firewall.

What is Zeca exam?

36
I want to buy the Zentyal for Network Administrators (Book - English).

Is it possible to pay by invoice if you buy it for business? Does anyone know? Otherwise, I fix a Visa card to pay with.

Thanks

37
Thanks everyone for helping me.

Ian i just called the zentyal-logon.bat in my other logon script and after that it works perfectly. Thankyou.

38
Hi again!

Have looked in the logs, but can not find anything special. Do not really understand why it would not work.

39
Hi Robb!

I used the regfix posted by the zentyal team, and after that i managed to join the domain. Everything works fine except that the home folder not being mapped to choosen letter in the zentyal filesharing config.

40
We bought one new pc with windows 7, everything seems to work perfect users can login and every share is mapped as it should. Expect the home share. Anyone that have any ideas about this? Thankyou

41
Hi philmills!

Any news about the group mapping ? is it possible to check the ldap server for group?


42
Thanks for the script.

I cant get the group thing to work. Only the group Admin works. But do i need to put every group locally on the xp machine also?

43
Installation and Upgrades / Kixstart only run as admin
« on: February 24, 2011, 09:33:03 am »
Hi!

We are using Kixstart to map our shares for different users and groups.

The script run perfect when the user are admin but if the user is not admin the script never map anything.

Any tips about this?

44
Installation and Upgrades / Re: Fakeraid or Hardware raid
« on: February 02, 2011, 01:25:35 pm »
Hello!

Thank you for the answer. i ordered a new motherboard and some new harddrives and will test everything with software raid. I think thats enough for our needs.

45
Installation and Upgrades / Fakeraid or Hardware raid
« on: February 02, 2011, 10:19:35 am »
Hi!

We have a server with zentyal installed. We want to run raid 1 on our disks.

The problem is that the motheboard only supports 2sata ports.

We were thinking a configuration with 2disk with the system and 2disk with the /home and both disk running raid1

I have looked around and dont find any good hardware raid card with good linux support.

Is it better to buy a new motherboard with more sata ports and run software raid? or should we find a good hardware raid card?

Any tip about a good hardware raid card?

Pages: 1 2 [3] 4 5 6