Samba, winbindd and multiple home directories
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
My current situation is a system with an Windows AD and DC, which manage logging in to Samba. After an Upgrade of the underlieing OS from Windows Server 2008R2 to 2016, my coinfig doesn't work anymore.
I try to setup samba with the home directories of the respective user.
Now I have got 3 home dirs, /home1, /home2 and /home3, where merging is impossible.
How can I get winbindd to use the home-directory of a user that is given in /etc/passwd?
I can't change big things in the system as it's production.
Thanks in advance
EDIT:
The home-directories are not used, because winbindd does something like "", so it doesn't find all my users and their respective home directories.
samba passwd winbind
add a comment |Â
up vote
1
down vote
favorite
My current situation is a system with an Windows AD and DC, which manage logging in to Samba. After an Upgrade of the underlieing OS from Windows Server 2008R2 to 2016, my coinfig doesn't work anymore.
I try to setup samba with the home directories of the respective user.
Now I have got 3 home dirs, /home1, /home2 and /home3, where merging is impossible.
How can I get winbindd to use the home-directory of a user that is given in /etc/passwd?
I can't change big things in the system as it's production.
Thanks in advance
EDIT:
The home-directories are not used, because winbindd does something like "", so it doesn't find all my users and their respective home directories.
samba passwd winbind
winbindd
does use a user's home directory given in/etc/passwd
where one exists. If your configuration doesn't then you're going to need to provide more information (for example, the non-comment lines from your[global]
section insmb.conf
).
â roaima
Jun 21 at 15:24
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
My current situation is a system with an Windows AD and DC, which manage logging in to Samba. After an Upgrade of the underlieing OS from Windows Server 2008R2 to 2016, my coinfig doesn't work anymore.
I try to setup samba with the home directories of the respective user.
Now I have got 3 home dirs, /home1, /home2 and /home3, where merging is impossible.
How can I get winbindd to use the home-directory of a user that is given in /etc/passwd?
I can't change big things in the system as it's production.
Thanks in advance
EDIT:
The home-directories are not used, because winbindd does something like "", so it doesn't find all my users and their respective home directories.
samba passwd winbind
My current situation is a system with an Windows AD and DC, which manage logging in to Samba. After an Upgrade of the underlieing OS from Windows Server 2008R2 to 2016, my coinfig doesn't work anymore.
I try to setup samba with the home directories of the respective user.
Now I have got 3 home dirs, /home1, /home2 and /home3, where merging is impossible.
How can I get winbindd to use the home-directory of a user that is given in /etc/passwd?
I can't change big things in the system as it's production.
Thanks in advance
EDIT:
The home-directories are not used, because winbindd does something like "", so it doesn't find all my users and their respective home directories.
samba passwd winbind
edited Jun 22 at 6:38
asked Jun 21 at 14:03
Werdck
62
62
winbindd
does use a user's home directory given in/etc/passwd
where one exists. If your configuration doesn't then you're going to need to provide more information (for example, the non-comment lines from your[global]
section insmb.conf
).
â roaima
Jun 21 at 15:24
add a comment |Â
winbindd
does use a user's home directory given in/etc/passwd
where one exists. If your configuration doesn't then you're going to need to provide more information (for example, the non-comment lines from your[global]
section insmb.conf
).
â roaima
Jun 21 at 15:24
winbindd
does use a user's home directory given in /etc/passwd
where one exists. If your configuration doesn't then you're going to need to provide more information (for example, the non-comment lines from your [global]
section in smb.conf
).â roaima
Jun 21 at 15:24
winbindd
does use a user's home directory given in /etc/passwd
where one exists. If your configuration doesn't then you're going to need to provide more information (for example, the non-comment lines from your [global]
section in smb.conf
).â roaima
Jun 21 at 15:24
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f451120%2fsamba-winbindd-and-multiple-home-directories%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
winbindd
does use a user's home directory given in/etc/passwd
where one exists. If your configuration doesn't then you're going to need to provide more information (for example, the non-comment lines from your[global]
section insmb.conf
).â roaima
Jun 21 at 15:24