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

Pages: [1]
1
Hi, I configured zenyal as Additional domain controller.
The domain controller si a windows server 2012.
When I create a shared folder and click 'Accesso control' I get the message 'The domain has not been created yet'.
I was expecting to see the list of domain users...

Am I wrong?

Another side note: my domain administrator had a password with the character '!'.
I had to change password prior to join the domain because zentyal if was refusing that character in the password field.

2
Installation and Upgrades / Re-run initial setup
« on: June 06, 2016, 11:44:09 am »
Hi, I installed  zentyal 4.2 development edition and I skept the wizzard.
I wish to run it but I can' find how to from the web interface.
I noticed that exist a script init-setup and I tried to run it but I get these errors:

Code: [Select]
/usr/share/zentyal/initial-setup 
Use of uninitialized value $ARGV[0] in string eq at /usr/share/zentyal/initial-setup line 28.
Use of uninitialized value $module in concatenation (.) or string at /usr/share/perl5/EBox/Util/SQL.pm line 48.
Use of uninitialized value $modname in concatenation (.) or string at /usr/share/zentyal/initial-setup line 40.

How can I run the initial wizard?

3
Installation and Upgrades / Roaming profiles and mac os x
« on: January 08, 2015, 01:21:13 pm »
Hi, I'm setting up a Zentyal 4 community edition server with a domanin.
I added a mac (10.9.1) in the domain and roaming profiles are active.
I can successfully log in but every file I create goes on the local disk instead of the server.

This is the samba config file generated by zentyal:

Code: [Select]
[global]
    workgroup = mydomain
    realm = my-domain.LAN
    netbios name = zentyal
    server string = Zentyal Server
    server role = dc
    server role check:inhibit = yes
    server services = -dns
    server signing = auto
    dsdb:schema update allowed = yes

    idmap_ldb:use rfc2307 = yes

    log level = 3
    log file = /var/log/samba/samba.log



    include = /etc/samba/shares.conf

[profiles]
    path = /home/samba/profiles
    browseable = no
    read only = no

[netlogon]
    path = /var/lib/samba/sysvol/caritasro-domain.lan/scripts
    browseable = no
    read only = yes

[sysvol]
    path = /var/lib/samba/sysvol
    read only = no

And this is shares.conf

Code: [Select]
[homes]
    comment = Directory home
    path = /home/%S
    read only = no
    browseable = no
    create mask = 0611
    directory mask = 0711
    vfs objects = acl_xattr full_audit recycle
    full_audit:success = connect opendir disconnect unlink mkdir rmdir open rename
    full_audit:failure = connect opendir disconnect unlink mkdir rmdir open rename
    recycle: keeptree = Yes
    recycle: versions = Yes
    recycle: repository = RecycleBin
    recycle: excludedir = /tmp|/var/tmp
    recycle: inherit_nt_acl = Yes
    recycle: directory_mode = 0700

Pages: [1]