Displaying 20 results from an estimated 2000 matches similar to: "samba-tool gpo listall error"
2020 Nov 10
4
samba-tool gpo listall error
More problems...
So cat /etc/resolv.conf yields nothing.
root at ad2:~# ll /etc/resolv.conf
lrwxrwxrwx 1 root root 39 Jun 17 2018 /etc/resolv.conf ->
../run/systemd/resolve/stub-resolv.conf
Shows a broken link. Since this is Ubuntu 18.04 with systemd and the
stub-resolv.conf missing, I'm lost. I'll test my google fu to try to figure
this out, but if someone can point me in the right
2020 Nov 10
0
samba-tool gpo listall error
On 09/11/2020 22:51, Jonathan Kreider via samba wrote:
> Greeting,
>
> I'm trying to figure out how to use GPOs in my samba AD. There's an awful
> lot that I don't know. But along the way of learning I found this:
> https://wiki.samba.org/index.php/GPO_Backup_and_Restore
>
> And I decided to try the "samba-tool gpo listall" command that I found
> there
2020 Nov 10
0
samba-tool gpo listall error
My google fu quickly turned up this info:
https://unix.stackexchange.com/questions/564673/wheres-my-stub-resolve-conf-missing
which suggests that I need to start systemd-resolved.service.
However, since this is an AD DC, I want samba to provide the DNS. So I've
disabled systemd-resolved.service.
I suppose that the anti-systemd crowd will go into fits about this. Does
anyone have a solution?
2020 Nov 11
0
samba-tool gpo listall error
You have a few.
But since you disabled the systemd-resolved service.
rm /etc/resolv.conf
echo "search $(hostname -d)" |sudo tee -a /etc/resolv.conf
echo "nameserver $(hostname -i)" |sudo tee -a /etc/resolv.conf
echo "nameserver 8.8.8.8" |sudo tee -a /etc/resolv.conf
Would do it, and add extra dc's there ip as nameserver if needed offcourse.
Ps. On this.
2023 Apr 14
4
gpo client linux sssd does not apply
Hello Samba Team, how are you?
I'm joining linux clients in the company's environment and I would like to
apply GPOs to linux clients, I'm in the testing phase.
I'm testing with ubuntu clients version 22.04 and the software I used to
join the samba AD was sssd.
The 22.04 ubuntu client has joined and everything is working fine except
for the GPOs for linux clients.
I compiled
2016 Nov 03
7
Problems with GPO
See inline comments:
On Thu, 3 Nov 2016 19:17:58 -0200
Marcio Demetrio Bacci <marciobacci at gmail.com> wrote:
> Hi Rowland
>
> Following the results to:
>
> *USER:*
> wbinfo --uid-info=10060:
> bacci:*:10060:30049:bacci:/home/EMPRESA/bacci:/bin/false
>
It looks like 'bacci' is a normal user and the owner of the
Policies GUID dir should be 'Domain
2023 Apr 17
1
gpo client linux sssd does not apply
On 4/14/23 2:23 AM, Anderson Sampaio Mello via samba wrote:
> Hello Samba Team, how are you?
>
> I'm joining linux clients in the company's environment and I would like to
> apply GPOs to linux clients, I'm in the testing phase.
>
> I'm testing with ubuntu clients version 22.04 and the software I used to
> join the samba AD was sssd.
>
> The 22.04 ubuntu
2023 Apr 18
2
gpo client linux sssd does not apply
On 4/14/23 2:23 AM, Anderson Sampaio Mello via samba wrote:
> Hello Samba Team, how are you?
>
> I'm joining linux clients in the company's environment and I would like to
> apply GPOs to linux clients, I'm in the testing phase.
>
> I'm testing with ubuntu clients version 22.04 and the software I used to
> join the samba AD was sssd.
>
> The 22.04 ubuntu
2013 Sep 05
1
Fail to login from trusted AD: NT_STATUS_TRUSTED_DOMAIN_FAILURE
Hello
I have two MS AD 2008 let's say AD1 and AD2. They have bi-direction trusted relationship. I have two linux servers joined into AD2, let's say LNX1 and LNX2.
On LNX1, it can authenticate any users both from AD1 or AD2. Howerver, on LNX2, it can only authenticate users in AD2 but failed against AD1. It reports NT_STATUS_TRUSTED_DOMAIN_FAILURE (0xc000018c).
I'm sure the smb.conf
2016 Nov 04
0
Problems with GPO
Hi,
bacci user is Domain Admin, because 30049 group is Domain Admin member. I
use this user to create GPO.
Following are my configurations files:
*FILE-SERVER - SMB.CONF*
[global]
netbios name = file-server
workgroup = EMPRESA
security = ads
realm = EMPRESA.COM.BR
encrypt passwords = yes
dedicated keytab file = /etc/krb5.keytab
kerberos method = secrets and keytab
preferred
2019 Mar 22
4
Problems with Samba 4.5.16 - configuring a second failover AD DC and joining this to an existing domain SAMDOM
Hello I wonder if anyone here could possibly help me? I am using Samba
version 4.5.16-Debian (version information taken from sudo smbstatus) on
Raspbian and attempting to prototype some future network infrastructure
with a couple of Raspberry Pis.
So far I have sucessfully created a Samba 4 AD DC
ad1.samdom.example.com. I have successfully joined my Windows 10 dekstop
client to the SAMDOM
2014 May 06
1
Samba 4 AD replication issues
Hi,
I have an Active Directory with a single domain and 2 domain
controllers: AD1 and AD2, both are on different sites (and subnets).
I've initiallly insatlled AD1 and then joined AD2 to the domain.
I've found that if I join desktop computers to the domain using AD1 as
DNS, it joins successfully and propagates the change to AD2, but if I
try to join a computer using AD2 as DNS, then the
2016 Nov 04
0
Problems with GPO
Just make it yourself a bit more easy.
Setup sysvol like this.
[sysvol]
path = /home/samba/sysvol
read only = No
acl_xattr:ignore system acls = yes
Restart samba, and set the SHARE RIGHTS and File/Folder rights again.
Or atleast check them, the defaults should be ok.
When thats done.
Go here. :
http://trekker.net/archives/group-policy-downloads/
get the ADMX
2019 Mar 26
5
Problem achieving manual synchronisation of idmap.ldb and the associated User and Group ID mappings between two Samba 4 AD DCs
Hi everyone, I have two AD DCs that I am experimenting with, hostnames
ad1 and ad2 respectively. I am using Raspberry Pi hardware, and
accordingly I am using Samba 4.5.16-Debian on Raspbian Linux.
I have already had some success so far setting up a second AD DC, ad2,
and joining this to my existing Active Directory domain SAMDOM. I have
already verified that I can create new user accounts on
2017 May 22
4
Samba4 AD Corrupted Member
Hi Guys.
Today i experienced a problem with my samba 4 AD.
I have a master(AD1) and a member(AD2) in a replicated environment.
I´ve just checked that my AD2 has some issues when i did this test:
----------------------------------------------------------------------------------
ldbsearch --url=/usr/local/samba/private/sam.ldb '(invocationid=*)'
--cross-ncs objectguid
# record 1
dn:
2003 Jun 29
1
vinum drive referenced / disklabel inconsistency
I am trying to setup vinum on a box using 4.8 RELENG_4 (as of about a
week ago snapshot). This box was running 4.6 /w vinum on same hard
drives for the last 4 months wonderfully... but since it is my
current 'scratch/backup' box, I just reinstalled with -STABLE.
# uname -a
FreeBSD polya.axista.com 4.8-STABLE FreeBSD 4.8-STABLE #22: Tue Jun 24
17:01:07 EDT 2003
2019 Apr 08
3
Questions about time synchronisation in a multi-DC Samba environment
Hi All,
I am currently running a setup with a main DC ad1, that has ntpd
installed and is currently configured to retrieve the time from the UK
NTP time pool. I also have a second backup AD DC, ad2, on which I have
not installed ntpd but I have installed ntpdate. My current
understanding is that the setup I have just described is in-line with
the recommended best practices outlined in the
2003 Aug 04
4
bootstrapping vinum root
Well, colleagues, I'm stuck a bit.
I tried many different ways to setup system with vinum root (the only
reference I found yet besides old "bootstrapping vinum" article is Joerg's
commit message: http://freebsd.rambler.ru/bsdmail/cvs-all_2003/msg01225.html
I failed. I have 4-stable system set up at ad0, and tried to set up pair of
drives for new system at ad2 and ad3 (actually,
2008 Jul 24
1
The specified network name is no longer available
Hello Samba people,
I have been successfully using Samba for several years, across many
minor versions of Samba across many minor versions of Linux kernel 2.4.x
and 2.6.x, against a Windows 2000 and then in the past couple of years
2003 AD Domain. This morning, something broke...
Setting the stage:
RedHat Fedora based Linux box, FC8, updated over time using 'yum
update'...,
2019 May 16
5
GPO-Error
Hello,
I have the following error when checking for GPOs for a single user,
listing all GPOs is working:
------------------
root at tn2-debian1:~# samba-tool gpo listall
GPO : {31B2F340-016D-11D2-945F-00C04FB984F9}
display name : Default Domain Policy
path :
\\example2.net\sysvol\example2.net\Policies\{31B2F340-016D-11D2-945F-00C04FB984F9}
dn :