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

Pages: 1 2 3 [4] 5 6 ... 32
46
Directory and Authentication / Re: folder rights assignment error
« on: November 17, 2020, 04:52:05 pm »
 :)

Compare the permissions granted on the shares and the ACLs effectively configured in your shared folders:

Code: [Select]
sudo testparm
sudo getfacl /home/samba/shares/<your-shared-folder>

Paste here these commands outputs.

Cheers!

47
 :)

It could be useful enabling the Zentyal debugging mode:

Code: [Select]
sudo su -
sed -i 's/^debug = no/debug = yes/' /etc/zentyal/zentyal.conf
zs webadmin restart

Configure the samba module as a stand-alone server to generate a valid configuration and proceed to join Zentyal one more time as an additional domain controller.

If it fails, paste here the zentyal.log.

Cheers!

48
Directory and Authentication / Re: GPO script logon not working?
« on: November 17, 2020, 04:10:02 pm »
 :)

Give me some time (a couple of days) and I'll check it.

Cheers!

49
Directory and Authentication / Re: GPO script logon not working?
« on: November 16, 2020, 08:33:22 am »
 :)

Did you use the command
Code: [Select]
gpupdate /force before checking the password? By default Group Policy updates are applied with a timer (90').

In addition, you should enable the "El usuario no puede cambiar la contraseña" checkbox and disable the rest of checkboxes.

Cheers!

50
 :)

I tried the joining process of a Zentyal server to a domain managed by UCS a long time ago.

The first issues in order to join Zentyal were quickly fixed by installing the UCS Samba compatible module.

Afterward, the issue was that Zentyal includes the groups  into users container (as Windows Server does https://docs.microsoft.com/en-us/windows/security/identity-protection/access-control/active-directory-security-groups) instead of including them into their own groups' container (as UCS does)

At this point, I gave up (I didn't have a real reason to insist on this deployment if it wasn't quick and easy)

Samba4 provides a way to extend his LDAP schema https://wiki.samba.org/index.php/Samba_AD_schema_extensions  (Zentyal introduces the needed module attributes this way) but, did you check if UCS and Zentyal schemas are totally compatible?

Cheers!

51
Off topics / Re: How to Change Margins In Google Docs?
« on: November 05, 2020, 09:56:48 am »
 :)

File > Page setup > Margins

Cheers!

52
 :)

Windows XP obliges you to weaken your samba security:

Code: [Select]
lanman auth = yes
ntlm auth = yes
# Read this: [url][url]https://www.samba.org/samba/docs/current/man-html/smb.conf.5.html#CLIENTMAXPROTOCOL[/url][/url]
min protocol = NT1

Bear in mind that you have to work on the Zentyal template (don't do it on the smb.conf) Read this in order to learn how to customize Zentyal templates: https://doc.zentyal.org/en/appendix-c.html#stubs

Cheers!

53
Spanish / Re: Los permisos en las carpetas compartidas no funcionan
« on: October 29, 2020, 10:14:17 am »
 :)

Deshaz esos cambios, introduce el usuario que desees como administrador en las acls de cada recurso compartido y aplica los cambios. Éso regenerará los permisos de cada carpeta compartida.

Si sigues teniendo problemas comprueba la configuración de los recursos compartidos y las acls de las carpetas:

Code: [Select]
sudo su -
testparm
getfacl -R /home/samba/shares

Cheers!

54
Installation and Upgrades / Re: Zentyal 2.2.1 upgrade to 6.2
« on: October 29, 2020, 09:57:35 am »
 :)

I didn't work with Zentyal version 2.x, but I have upgraded from Zentyal 4.x to Zentyal 6.x and the process consists of a gradual upgrade from version to version https://doc.zentyal.org/en/upgrade.html

Zentyal 2.x is a prehistoric beast and, as you can see in the link, it isn't included in the official documentation. I bet you'll have to make a fresh install.

The config backup from 2.2 to 6.2 isn't a good idea, check the changelogs from version to version.

Cheers!

55
Installation and Upgrades / Re: Expired APT (GPG) Key?
« on: October 22, 2020, 05:44:47 pm »
 :)

As a workaround while fixing:

Edit your /etc/apt/sources.list

Change this line:

Code: [Select]
deb http://packages.zentyal.org/zentyal 6.2 main extra

by this one:

Code: [Select]
deb [trusted=yes] http://packages.zentyal.org/zentyal 6.2 main extra

Afterward:

Code: [Select]
sudo rm /var/lib/apt/lists/packages.zentyal.org_zentyal_dists_6.2_*

Finish with:

Code: [Select]
sudo apt-get update

It will throw a gpg error but the apt will work

Cheers!

56
 :)

I don't understand correctly your explanation. Which server runs each of the services? When you say "backup Zentyal server" you mean "additional domain controller or Zentyal running the EBackup module?

If your additional domain controller failed, I recommend you building a new Zentyal and joining it to the domain as an additional domain controller and the most annoying part of the work will be done (Samba4 + DNS).

Cheers!

57
Other modules / Re: Virtual pc console from the management page not open
« on: October 14, 2020, 04:10:42 pm »
 :)

I have done a pull request in order to fix this issue. https://github.com/zentyal/zentyal/pull/1993/commits/751e5a8e2787298dde2c2ce8309ba1ad12dfe76f

You can study it in order to fix your system.

Cheers!

58
Other modules / Re: Problem with Squid version 2.7
« on: October 05, 2020, 08:09:13 am »
 :)

Did you check your network interfaces? It seems that some of them haven't properly configured the netmask.

Cheers!

59
 :)

The ClamAV + SpamAssassin combination requires a lot of memory. In addition, Zentyal offers many services (some of them really heavies in RAM terms) Remove all the unused Zentyal modules and check your server workload statistics periodically (for instance, nmon http://nmon.sourceforge.net/pmwiki.php)

Cheers!

60
Directory and Authentication / Re: GPO script logon not working?
« on: October 05, 2020, 07:37:14 am »
 :)

Check the client's event viewer and run gpresult. It should give you the key point to fix the issue.

Paste here these data if you need some help.

Cheers!

Pages: 1 2 3 [4] 5 6 ... 32