search for: createhomes

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

Did you mean: 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...
Samba 4.5 in AD mode, domain in ''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
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
2018 Apr 27
0
Homes, folder redirection and hide files...
On Fri, 27 Apr 2018 10:17:52 +0200 Marco Gaiarin via samba <samba at lists.samba.org> wrote: > > Samba 4.5 in AD mode, domain in ''beta'' stage. ;-) Yes, but what 'AD mode' ?? Is it a DC or Unix domain member ? > > I've created homes for users following: > > https://wiki.samba.org/index.php/User_Home_Folders > > using
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...
Mandi! Rowland Penny via samba In chel di` si favelave... > > Samba 4.5 in AD mode, domain in ''beta'' stage. ;-) > Yes, but what 'AD mode' ?? > Is it a DC or Unix domain member ? Uh, oh. Sorry. Domain Member. > it is 'RECYCLE.BIN' not 'RECICLE.BIN' Ahem, ops, sorry. > Have you read 'man vfs_recycle' ? I use (in other
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