search for: createhome

Displaying 10 results from an estimated 10 matches for "createhome".

2018 Oct 25
2
automatic home dirs
I was reading through this https://wiki.samba.org/index.php/User_Home_Folders My goal was to be able to have samba automatically create the share \\server\username I'm not sure what it means : "" Windows does not support this feature, and certain settings, such as folder redirection in an Active Directory (AD), require a workaround instead and you cannot use the official solution.
2018 Apr 27
2
Homes, folder redirection and hide files...
...9;'beta'' stage. ;-) I've created homes for users following: https://wiki.samba.org/index.php/User_Home_Folders using 'POSIX' mode, eg using: [users] comment = Home Directories path = /home browseable = No veto files = /.mail/.inbox/.ssh/ root preexec = /etc/samba/createhome "%U" force create mode = 0600 force directory mode = 0700 read only = No and redirect some folder on home using: https://wiki.samba.org/index.php/Configuring_Windows_Profile_Folder_Redirections Some users have sporadically windows that complain about 'damaged trash' in red...
2020 Apr 30
1
steps to get automatic home folder created at user logon windows 10 with samba 4.9.5-Debian
On 30/04/2020 08:32, Marco Gaiarin via samba wrote: > I don't know if this is a fix, but for home folder/drive, i use a 'root > preexec' script, that create the folder and set some other things (eg, > mostly quota). > > For me: > root preexec = /etc/samba/createhome "%U" > How does your script know where to create the users homedir ? Rowland
2010 Jun 09
2
Samba/LDAP and home dir creation
Hi, all. I'm working on a project to create a Samba PDC with LDAP authentication. I've been pretty successful in getting everything to work. However, I've run into a small snag: The PDC is built on an OpenSuse 11.2 box. Most of the member servers are also OpenSuse 11.2 boxes. However, a CentOS 5.5 server was just added to the mix. While users can lo into the CentOS box,
2007 Nov 22
3
Questions from a windows admin - Samba, shares & quotas
Hey folks, This may sound a little crazy, but I''m a long time windows admin planning on rolling out a Solaris server to act as our main filestore, and I could do with a bit of advice. The main reason for switching is so we can use snapshots. With Samba and Microsoft''s Shadow Copy Client we can backup everybody''s files and give users the power to restore files
2017 Nov 30
1
Troubles on folder redirection...
I've setup home drive in my AD domain, using POSIX ACL because i've a script that create home and do other things (set email folder, set quota, ...). [users] comment = Home Directories path = /home browseable = No veto files = /.mail/.inbox/.ssh/ root preexec = /etc/samba/createhome "%u" force create mode = 0600 force directory mode = 0700 read only = No I've also setup drive letetr assignment via policy, and work as expected. I've tried to setup folder redirection, also via policy, but i get in registry errors like: Impossibile applicare il criterio...
2018 Apr 27
0
Homes, folder redirection and hide files...
...s for users following: > > https://wiki.samba.org/index.php/User_Home_Folders > > using 'POSIX' mode, eg using: > > [users] > comment = Home Directories > path = /home > browseable = No > veto files = /.mail/.inbox/.ssh/ > root preexec = /etc/samba/createhome "%U" > force create mode = 0600 > force directory mode = 0700 > read only = No > > and redirect some folder on home using: > > https://wiki.samba.org/index.php/Configuring_Windows_Profile_Folder_Redirections > > > Some users have sporadically windows...
2020 Apr 29
7
steps to get automatic home folder created at user logon windows 10 with samba 4.9.5-Debian
Hello everybody, I been at this for more then a week and went through the archives and wiki but can not get it to work. I been trying to follow these steps: https://wiki.samba.org/index.php/User_Home_Folders wanted behavior: samba-tool user create jdoe pass01 --login-shell /bin/bash --given-name "John Doe" --home-drive=H --home-directory="\\\SAMBA01\users\jdoe
2018 Apr 27
1
Homes, folder redirection and hide files...
...rint$] comment = Printer Drivers path = /var/lib/samba/printers browseable = No force create mode = 0664 force directory mode = 02775 guest ok = Yes read only = No [users] comment = Home Directories path = /home browseable = No veto files = /.mail/.inbox/.ssh/ root preexec = /etc/samba/createhome "%U" force create mode = 0600 force directory mode = 0700 read only = No [profiles] comment = Network Profiles Share path = /srv/samba/profiles browseable = No store dos attributes = Yes csc policy = disable map acl inherit = Yes read only = No vfs objects = acl_xattr [wpkg]...
2011 Feb 18
1
Not sure I understand when add user script is called
I've built a domain member. It works pretty good with the exception that I want on-the-fly home directories being built. I'm not sure this is doable with a domain member as everything I've tried isn't even called - as far as I can tell. Using log level 3. If anyone can shed light on how to dynamically create home directories, that'd be great. anyway, here's my