similar to: home user

Displaying 20 results from an estimated 8000 matches similar to: "home user"

2019 Apr 10
2
chown: changing ownership of 'test': Invalid argument
Hi Rowland, Please see my replies inline. On Wed, 10 Apr 2019 at 09:58, Rowland Penny via samba <samba at lists.samba.org> wrote: > On Wed, 10 Apr 2019 09:04:06 +0200 > Ian Coetzee via samba <samba at lists.samba.org> wrote: > > > Hi All, > > > > I have a very weird issue on one of my servers. I think I might just > > be missing something quite
2017 Nov 09
6
Member Server Configuration
Thanks Rowland. See inline comments. >On Thu, 9 Nov 2017 17:08:52 -0000 >Rowland Penny via samba<samba at lists.samba.org> wrote: > See inline Comments: > > On Thu, 9 Nov 2017 16:11:49 -0000 > Roy Eastwood via samba <samba at lists.samba.org> wrote: > > > Hi, > > I have a Debian Stretch machine with Louis' samba 4.7.1 package > > installed.
2004 Jun 22
1
two problems with pam authentication
Hi, my etc/pam.d/login file is given at the end. i am using winbind and single sign on is working now. on the fly directory creation also works. when i check the /var/log/messages i have this error in there 1.Jun 23 05:40:46 niit158VM pam_winbind[1696]: user 'linwin/zubair'granted acces 2.Jun 23 05:40:46 niit158VM pam_winbind[1696]: user 'linwin/zubair' granted acces
2020 Sep 17
1
smbd do not start
El 17 de septiembre de 2020 10:06:29 GMT-04:00, Rowland penny via samba <samba at lists.samba.org> escribi?: >On 17/09/2020 14:51, Rommel Rodriguez Toirac via samba wrote: >> No, I can not log in as rommel.rodriguez and this user exist in the >samba4 ADDC. >> >Does the users home directory exist '/home/rommel.rodriguez' ? > >If it doesn't, you will need
2017 Jun 13
3
Creating home folders on file server automatically
Hello Rowland, Am 12.06.2017 um 19:32 schrieb Rowland Penny via samba: > On Mon, 12 Jun 2017 10:04:56 -0700 > Luke Barone via samba <samba at lists.samba.org> wrote: > >> Hi list, >> >> We have a script we are using to create new users, and drop them into >> the proper OUs on our Samba AD server, using samba-tool. We have a >> Samba member file server
2020 Sep 17
1
Fwd: Re: smbd do not start
El 17 de septiembre de 2020 11:13:00 GMT-04:00, Rowland penny via samba <samba at lists.samba.org> escribi?: >On 17/09/2020 16:08, Rommel Rodriguez Toirac via samba wrote: >> >> El 17 de septiembre de 2020 10:06:29 GMT-04:00, Rowland penny via >samba <samba at lists.samba.org> escribi?: >>> On 17/09/2020 14:51, Rommel Rodriguez Toirac via samba wrote:
2005 Jun 14
2
automatically create home directories
I have a Suse 9.1 Enterprise Server connected to our Windows 2003 Active Directory Domain for use a file server, housing peoples home(backup) directories. The Suse box is connected to AD with winbind and it's connected fine. The problem is that when I create a user on the windows box it's not creating a home directory in Linux. It says I don't have create access on the server when I
2020 Sep 17
2
smbd do not start
El 17 de septiembre de 2020 9:21:55 GMT-04:00, Rowland penny via samba <samba at lists.samba.org> escribi?: >On 17/09/2020 14:11, Rommel Rodriguez Toirac via samba wrote: >> *************************************** >> Hello Rowland; >> thanks for write me back. >> >> >> ?Now verifying that everything was fine: >> >> $ getent passwd
2019 Oct 10
1
how to automatically create the home directory
On 10/10/2019 12:26, Rowland penny via samba wrote: > There are three ways, depending on how the user connects. > > You can manually create a home directory for each user. > > If the user actually logs into the unix domain member, you can lever PAM > to create the home directory the first the user connects > > If the user only connects over Samba, then you need to create
2005 Dec 16
1
Dovecot & pam_mkhomedir
Hi there, Does anyone have Dovecot working correctly with pam_mkhomedir, please? I seem to be going through quite a number of IMAP servers this week, trying to find one that will not only authenticate against a Windows domain but which will also create home directories for users the first time they log in. I'm using winbind to do the authentication & that seems to be doing the trick
2019 Apr 08
0
home user
For got to mention. Other option, add in smb.conf : root preexec = mkdir -p /home/%U [homes] comment = Home Direcotries path = /home/%U root preexec = /var/lib/samba/scripts/mksambahomedirs.sh %U mksambahomedirs.sh --- #!/bin/env bash if [ ! -d /home/$1 ]; then mkdir /home/$1 chmod g+s /home/$1 chown $1:"domain admins" /home/$1 chmod 770
2017 Jun 12
3
Creating home folders on file server automatically
Hi list, We have a script we are using to create new users, and drop them into the proper OUs on our Samba AD server, using samba-tool. We have a Samba member file server (fs1) joined to the domain for hosting our file shares. On there is also where we are putting the users' home folders. I saw in the Samba Docs, and in the mailing list, that I can use
2004 Jul 23
3
Auto-Create Directory
I have a samba server set so that each user in a windows 2003 active directory can have their own personal, private share. I would like to know how to set up Samba so that their directory is created automatically, rather than me creating 1300 directories on the linux server. I cannot use pam_mkhomedir.so because 'security = ads' in smb.conf and 'encryption = yes' must be
2004 Feb 03
3
How do I get pam_mkhomedir to work
Message follows this disclaimer -------------------------------------------------------------------------------------------------- This email and any files transmitted with it is confidential and intended solely for the person or organisation to whom it is addressed. If you are not the intended recipient, you must not read, copy or disseminate the information or take any action in reliance on it
2017 Nov 26
1
Execute a user script whenever a user is added in the domain
My DC handle the authentification and some other Samba server provide shares (they're pure file servers with winbind). Users get their personal directory as a share with appropriate permissions. Up until now I used a Samba 3 server to both handle the authentification and act as a file server. I had a script to create a Samba user, create the personal directories and set some ZFS quota on it.
2002 Jul 09
5
Cant Log Into Terminal Using Winbind
List, I am unable to log into a terminal using Winbind service. I have the login file correctly modifyed and nsswitch too. I have the 2.2.5 version of SAMBA with the new winbind. SAMBA shares work great, so I think it is something else. I get this error in the messages log: Jul 9 11:46:01 alblinux sshd(pam_unix)[5463]: check pass; user unknown Jul 9 11:46:01 alblinux sshd(pam_unix)[5463]:
2019 Feb 22
3
User Home Folders
Following the "User Home Folders" page on the wiki using Group Policy https://wiki.samba.org/index.php/User_Home_Folders I see this page was last updated in March 2017. Not sure if anything has changed. Although I can access the shares, the %LogonUser% directory does not seem to be automatically generating. Thoughts? Share definition: [users] path = /server/users read only = no
2019 Apr 11
2
chown: changing ownership of 'test': Invalid argument
Hai Ian, Can you run this one again on both servers and pm me both outputs. I'll have a good look. https://raw.githubusercontent.com/thctlo/samba4/master/samba-collect-debug-info.sh I've updated the file, so do use the new one. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens Ian > Coetzee via samba >
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
2006 Jan 09
1
creating homedir
hello, I'm configuring on a linux suse enterprise server 8 a samba server. I have problem with the pam_mkhomedir.so module. i add this line : session required pam_mkhomedir.so skel=/etc/skel/ umask=0022 in the other & login files, but when user connect, it don"t create the homedir. does i made a mistake? What is the pam module file i have to edit for an automatic creation?