Author Topic: Missing 'defult\domain users' group  (Read 1851 times)

Zsiraf

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Missing 'defult\domain users' group
« on: April 09, 2019, 03:22:03 pm »
I installed a Zentyal 6 as PDC. Added users on webadmin. Joined windows7 computers to the server.  3 users logged in succesfully, but the next got an error message that there is problem with profile. Logged into the server via SSH and recognized /home/samba/profiles directory belongs to "default\domain users" group, but users are no longer. This is the reason why can't write to profiles or any shared directory.

For eg. this was when I created users:
Code: [Select]
#groups zsiraf
zsiraf : MyNetBIOSname\domain users BUILTIN\users

And this is now:
Code: [Select]
zsiraf : users BUILTIN\users
Code: [Select]
samba-tool group listmembers "Domain Users" says that zsiraf user belongs to the group.


Has anybody idea what is the problem?

Thank's for any tip or suggestion.
« Last Edit: April 09, 2019, 03:25:09 pm by Zsiraf »

JLLEWELYN

  • Zen Monk
  • **
  • Posts: 65
  • Karma: +5/-0
    • View Profile
Re: Missing 'defult\domain users' group
« Reply #1 on: April 10, 2019, 05:58:35 pm »
I think there is a problem with the shared folder permissions of the mobile profiles.
that is the same problem when you try to create a shared folder within zentyal, it does not give access to traverse the directory in spite of giving permissions to the groups of reading and writing.

Roaming Windows User Profiles
« Last Edit: April 10, 2019, 06:07:08 pm by JLLEWELYN »

JLLEWELYN

  • Zen Monk
  • **
  • Posts: 65
  • Karma: +5/-0
    • View Profile
Re: Missing 'defult\domain users' group
« Reply #2 on: April 10, 2019, 06:12:17 pm »
Test:
Code: [Select]
administrator@servidor:~$ su root
Password:
root@servidor:/home/administrator# mkdir -p /home/samba/profiles
root@servidor:/home/administrator# chgrp -R "Domain Users" /home/samba/profiles
root@servidor:/home/administrator# chmod 1750 /home/samba/profiles
root@servidor:/home/administrator#reboot

Zsiraf

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Missing 'defult\domain users' group
« Reply #3 on: April 12, 2019, 04:33:33 am »
Maybe I wasn't clear enough. Sorry.

The /home/samba/profiles directory belongs to "Domain Users" group. The problem is, if give on linux the groups command, it seems, users are not member of that group. But, if I check with samba-tool command, I see, users are member of that gorup in AD.