Displaying 20 results from an estimated 9000 matches similar to: "Proper manner to join second DC"
2015 Mar 05
6
setting up W7 profiles
I am setting up W7 profiles following the "Samba & Windows Profiles" on
the Sambawiki.
If it matters, I have two functional DC's and one member server.
When I run '# chmod 1770 /srv/samba/profiles' (on the member server) the
permissions changed to:
root at mbr01:~# ls -alh /srv/samba/profiles
total 12K
drwxrwx--T+ 2 root root 4.0K Mar 1 10:21 .
drwxr-xr-t 5 root
2015 Mar 05
2
setting up W7 profiles
Rowland,
'getent group DomainUsers' indeed returns nothing.
Now, I know, you know this like the "back of your hand" but, am I wrong,
are the permissions for **profiles** somewhat (not alot) different from
permissions for file shares? Because I see that instructions (on the
wiki) for file sharing reads differently.
Thanks, again.
---
-------------------------
Bob Wooden
2015 Jan 08
4
getting permissions denied on home folders
I have a fresh Debian based Samba server and Member server setup.
I have configured profiles and they appear to be saving properly to the
member server.
When I attempt to adjust file permissions (as instructed by the
Sambawiki page "Samba & Windows Profiles") I am getting "Access Denied"
complaints. These I believe (I could be wrong) relate to the file
permissions
2015 Jan 08
2
getting permissions denied on home folders
On 08/01/15 18:37, Bob of Donelson Trophy wrote:
>
>
> First, I keep forgetting that I need to change the email address to
> reply to the mailing list. Sorry about that, everyone. (Hard to follow a
> thread that is fragmented like this one now is.) I am focusing to
> intently on my problem.
>
> Rowland, changed to 0755 for the three directories you suggested and
>
2015 Jan 08
1
getting permissions denied on home folders
On 08/01/15 19:10, Bob of Donelson Trophy wrote:
>
>
> Part of the smb.conf
>
> [home]
> path = /home/samba/DTDC01/users
> comment = user folder 4 redirection
> read only = no
>
> Hum-m-m?
>
> ---
>
> -------------------------
>
> Bob Wooden of Donelson Trophy
>
> 615.885.2846 (main)
> www.donelsontrophy.com [1]
>
>
2020 Oct 12
2
Duplicate Sambawiki??
Maybe the Samba team is aware of this?
I discovered this this morning.
https://www.linuxsecrets.com/samba-wiki/index.html
It shows the current version 4.8.0????
The:
https://www.linuxsecrets.com/samba-wiki/index.php/Joining_a_Samba_DC_to_an_Existing_Active_Directory.html
page has, at the bottom of the page: "This page was last modified on 11
January 2018, at 19:52."
This information
2015 Mar 09
2
setting up W7 profiles
Gentlemen,
First, let me point out that sometimes (and sometimes not) the mailing
list will strip out some backslash marks in cut and paste. So, if there
is a backslash missing . . . well, ignore that missing mark.
Louis,
When your script runs it creates the following default permissions:
root at mbr01:~# ls -alh /home/samba/TEST/profiles
total 8.0K
drwxr-xr-t 2 root root 4.0K Feb 21 18:39
2020 Jun 08
1
How to create an NS record
My dns (bind9) server for my Samba AD has messed up. W10 workstations
are having connection issues to say the least.
When I dig into the Sambawiki documentation regarding
/BIND9_DLZ_DNS_Back_End/ the first thing I notice is the change that
occurred at Samba v4.8.0. That is the change of
"|/usr/local/samba/_private_/named.conf|" to
2015 Mar 09
4
setting up W7 profiles
Bob, to the following..
set the in smb.conf not more not less.
On the member server.
[profiles$]
path = /home/samba/TEST/profiles
read only = no
acl_xattr:ignore system acl = yes
restart samba
now type
chown root:root /home/samba/TEST/profiles
chmod 1777 /home/samba/TEST/profiles
Now go to the wiki and set the correct rights for a profile share.
and ONLY for AD! ( not the POSIX )
2020 Aug 14
2
getent passwd blank response
I have an issue that "getent passwd SAMDOM\usrname" returns a blank
response.
Running "getent passwd" returns all the local users.
I cannot determine if the libnss-winbind symbolic links exist.
This is a member server running Debian 10 with Samba v4.12.5 via Louis'
repos.
The Sambawiki /Libnss winbind Links/ page shows Debian x86_64 source
location as
2020 Jun 19
4
Add gidNumber for group
I am testing my new member server and have found the following.
Found on the Sambawiki "Samba Member Server Troubleshooting" page:
root at dtdc01:~# ldbsearch -H /var/lib/samba/private/sam.ldb cn=Domain\
Users | grep 'gidNumber'
root at dtdc01:~#
My question is what is the best manner to add this uidNumber?
Is there general instructions somewhere (that I have missed) for use
2015 Mar 05
0
setting up W7 profiles
On 05/03/15 17:22, Bob of Donelson Trophy wrote:
>
>
> Rowland,
>
> 'getent group DomainUsers' indeed returns nothing.
>
> Now, I know, you know this like the "back of your hand" but, am I wrong,
> are the permissions for **profiles** somewhat (not alot) different from
> permissions for file shares? Because I see that instructions (on the
> wiki)
2015 Mar 08
0
setting up W7 profiles
Hi,
What is the output of the "id <domain user>" ? please share that.
On 5 Mar 2015 18:56, "Bob of Donelson Trophy" <bob at donelsontrophy.net>
wrote:
>
>
> I am setting up W7 profiles following the "Samba & Windows Profiles" on
> the Sambawiki.
>
> If it matters, I have two functional DC's and one member server.
>
> When
2015 Jan 08
0
getting permissions denied on home folders
First, I keep forgetting that I need to change the email address to
reply to the mailing list. Sorry about that, everyone. (Hard to follow a
thread that is fragmented like this one now is.) I am focusing to
intently on my problem.
Rowland, changed to 0755 for the three directories you suggested and
still getting "Access is denied" from my W7 client. I even restarted the
server and
2015 Feb 16
6
gpo update problem
I have setup 'profiles' and 'home share' per the instructions on Samba
wiki. That seemed to go fine.
When I moved on to 'folder re-direction' I tried to open GPO management
on my W7 client and received a "User policy could not be updated
successfully . . ." on the windows CP console. Started googling the
error and ran into "samba-tool ntacl
2015 Jan 08
0
getting permissions denied on home folders
Part of the smb.conf
[home]
path = /home/samba/DTDC01/users
comment = user folder 4 redirection
read only = no
Hum-m-m?
---
-------------------------
Bob Wooden of Donelson Trophy
615.885.2846 (main)
www.donelsontrophy.com [1]
"Everyone deserves an award!!"
On 2015-01-08 12:56, Rowland Penny wrote:
> On 08/01/15 18:37, Bob of Donelson Trophy wrote:
> First, I keep
2020 Oct 12
1
Duplicate Sambawiki??
I hope you "pushed the info upstairs".
Can you say plagiarism?
On Mon, Oct 12, 2020 at 6:56 AM Rowland penny via samba <
samba at lists.samba.org> wrote:
> On 12/10/2020 12:41, Robert Wooden via samba wrote:
> > Maybe the Samba team is aware of this?
> >
> > I discovered this this morning.
> > https://www.linuxsecrets.com/samba-wiki/index.html
>
2015 May 26
2
Problems with joining a second DC to AD
> Gesendet: Dienstag, 26. Mai 2015 um 13:31 Uhr
> Von: "Rowland Penny" <rowlandpenny at googlemail.com>
> An: "Stephan Mattecka" <ste-fun_s at gmx.de>
> Cc: samba at lists.samba.org
> Betreff: Re: Aw: Re: [Samba] [SAMBA] Problems with joining a second DC to AD
>
> On 26/05/15 10:42, Stephan Mattecka wrote:
> > Gesendet: Donnerstag, 21. Mai
2015 Mar 06
3
setting up W7 profiles
Okay, so I did this to myself. I overlooked an important sentence on the
"https://wiki.samba.org/index.php/Samba_%26_Windows_Profiles". The
sentence that instructs to do "Profile share using Windows ACLs"
***OR*** "Profile share with using POSIX ACLs".
So, I have reset the permissions to how they were before I messed them
up doing the "POSIX ACLs" part.
2015 Jun 19
1
windows acl not saving, no error, nothing in log file
Regarding the insertion of "user_xattr,acl,barrier=1" in to /etc/fstab
file.
The Sambawiki page 'https://wiki.samba.org/index.php/OS_Requirements'
has instructions there for ext4 to include this.
I seen it commented here, in the mailing list, many time that this is
now default for ext4.
Maybe the wiki page should be changed?
(Just a suggestion, you guys always give great