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 - 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 / Re: Roaming profiles and mac os x
« on: January 15, 2015, 07:31:49 pm »
Forget the previous post.
The half "solution" is this: zentyal created roaming profiles when the module gets enabled.
When you create a new user, and the option is already enabled, profiles are not created!
So, after you create a new user, disable roaming profiles, register the changes, enable and register the changes.
Better if you do this while users are not working.

Ok, back to mac os x:
on mac I enabled mobile account.
At the first login, the account is created (in /home/<user name> instead of /home/samba/profiles/<username> like for windows)

Code: [Select]
ls -la /home/samba/profiles/testmac02/:
total 16
drwxrwx---+  2 testmac02 domain users 4096 gen 15 19:02 .
drwxrwx---  19 root      domain users 4096 gen 15 19:02 ..

/home/testmac02/:
total 52
drwx------   4 testmac02 domain users 4096 gen 15 19:17 .
drwxr-xr-x  19 root      root         4096 gen 15 19:00 ..
-rw-r--r--   1 testmac02 domain users  220 gen 15 19:00 .bash_logout
-rw-r--r--   1 testmac02 domain users 3637 gen 15 19:00 .bashrc
drwxrwx--x+  2 testmac02 domain users 4096 gen 15 19:17 cartella senza titolo
-rwxrwx--x+  1 testmac02 domain users    0 gen 15 19:06 ._.DS_Store
-rwxrwx--x+  1 testmac02 domain users 6148 gen 15 19:17 .DS_Store
drwxrwx--x+  3 testmac02 domain users 4096 gen 15 19:03 Library
-rw-r--r--   1 testmac02 domain users  675 gen 15 19:00 .profile

Notice the folder Library.
This is the folder where mac os x sotres the user settings (desktop background etc etc).
Unfortunately, mac os x still uses the local home folder instead of the zentyal one, so the setting stored in Library do not migrate when I move to another mac that belongs to the same domain.

Am I missing anything or doing something wrong?

4
Installation and Upgrades / Re: Roaming profiles and mac os x
« on: January 09, 2015, 05:59:54 pm »
The roaming profile problem is related to samba module version 4.0.5.
I tried another zentyal installation with 4.0.4 and roaming profiles were working fine.
After updagradin to 4.0.5, zentyal doesn't create new users profiles.

5
Installation and Upgrades / Re: Roaming profiles and mac os x
« on: January 09, 2015, 10:33:31 am »
I'm having problem also on windows xp.
I'll update this post later.

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