similar to: No Chrome RSOP

Displaying 20 results from an estimated 800 matches similar to: "No Chrome RSOP"

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
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
2023 Jan 06
2
Group Policy Settings Missing/Not Applying
On 1/6/23 8:11 AM, Dawson Greeley via samba wrote: > Hi, Im attempting to apply a few group policy settings but they dont seem to be applying on the machine in question, or some settings I cannot see in the GPME. > > > 1. Settings applied to openssh dont seem to create the required config files in /etc/ssh/sshd_config.d/ for ssh to actually pick up on these changes. Is there a
2023 Jan 06
1
Group Policy Settings Missing/Not Applying
Hi, Im attempting to apply a few group policy settings but they dont seem to be applying on the machine in question, or some settings I cannot see in the GPME. 1. Settings applied to openssh dont seem to create the required config files in /etc/ssh/sshd_config.d/ for ssh to actually pick up on these changes. Is there a different location its applying these to that I can verify with? Below is
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
1
gpo client linux sssd does not apply
On 17/04/2023 15:47, David Mulder via samba wrote: > 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
2019 Jun 03
3
User has no RSOP data ?
samba-4.8.12 on 2 DCs, replication works ... An external admin joined a new PC and the GPOs aren't pulled ... we get something like "user has no rsop data" Additionally if I run the RSAT(?) tool on a windows member server it also has issues connecting to the AD. I can connect by entering a IP of a DC, though. I suspect a missing/wrong DNS entry?
2019 Jun 03
2
User has no RSOP data ?
Am 03.06.19 um 12:08 schrieb Rowland penny via samba: > On 03/06/2019 10:58, Stefan G. Weichinger via samba wrote: >> Am 03.06.19 um 11:40 schrieb Rowland penny via samba: >>> On 03/06/2019 10:22, Stefan G. Weichinger via samba wrote: >>>> samba-4.8.12 on 2 DCs, replication works ... >>>> >>>> An external admin joined a new PC and the GPOs
2019 Jun 03
2
User has no RSOP data ?
Am 03.06.19 um 11:40 schrieb Rowland penny via samba: > On 03/06/2019 10:22, Stefan G. Weichinger via samba wrote: >> samba-4.8.12 on 2 DCs, replication works ... >> >> An external admin joined a new PC and the GPOs aren't pulled ... >> >> we get something like "user has no rsop data" > > Never seen that, but a quick google seems to suggest
2019 Jun 03
1
User has no RSOP data ?
Am 03.06.19 um 12:48 schrieb Rowland penny via samba: > I read a few more of the results that the google search 'user has no > rsop data' returned. It seems it is something that happens fairly often, > for various reasons, from dns, through 'user not logged in', to > 'netlogon server' not running or set to manual, so I repeat, I do not > think this is a
2023 Mar 10
2
Missing features in RSAT Group Policy Manager (Debian as Samba PDC)
I have been testing a Debian 11 (i386) server with samba 2:4.13.13+dfsg-1~deb11u5 running as an Active Directory Controller. This is a stand-alone DC, meant for user authentication for a small business network. I use RSAT Features on Windows 11 Pro to manage Users, Groups, Machines etc., which works fine. I would like create a new GPO using the RSAT Group Policy Manager to change Security
2023 Aug 08
1
SAMBA gpo startup scripts from user
Hello. Is there a way to start Gpo startup scripts using logged user? i can see that startup scripts working from root, yes there is option run_as (which somehow dont work) but this is not what i need, i dont want to create GPO for every user. i need gpo that will start script from user that just logged it, not root.
2024 Jan 26
1
Azure AD (Entra ID) join specification
I've made some minor changes to the join document for Azure AD. Specifically, there was a major mistake in the TransportKey definition. If you're working on a join implementation, make sure you pay close attention to the changes. Azure accepts just about any blob in the TransportKey field, and doesn't perform any validation on it. This only becomes obvious when future responses
2023 Apr 14
1
gpo client linux sssd does not apply
On 14/04/2023 15:51, Anderson Sampaio Mello via samba wrote: > Thanks everyone for the reply. > > But actually the samba documentation: > > https://wiki.samba.org/index.php/Group_Policy#SSSD > > and from David Mulder(dmulder): > > https://dmulder.github.io/group-policy-book/policy-refresh.html#sssd-refresh > > It makes it clear that sssd does support samba AD
2023 Apr 18
1
gpo client linux sssd does not apply
On 18/04/2023 18:15, David Mulder via samba wrote: > I was able to get it to work by setting up a simple smb.conf, and doing > a `net ads join`. SSSD is still the auth provider. > > My simple smb.conf looks like this: > > dmulder at dmm-tw:~> cat /etc/samba/smb.conf > [global] > ?? ?idmap config * : backend = tdb > ?? ?idmap config * : range = 10000-20000 >
2024 Jun 29
1
Looking for Python docs/examples to modify DNS via keytab
On 6/28/24 10:07 PM, christian baltini via samba wrote: > Hello all, > > I am looking to rewrite the shell script here (https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records) in Python. > > Is anyone aware of any resources (docs, existing code, etc.) that may be useful in doing so? I?m not finding any introductory docs or simple code examples that show things like
2023 Mar 13
1
Fwd: samba-gpupdate nsswitch error
On 13/03/2023 17:05, David Mulder via samba wrote: > > On 3/13/23 10:54 AM, Rowland Penny via samba wrote: >> Glad it isn't just myself having problems understanding that code, it >> is horrible :-D >> >> If it is a machine, why is it trying to look up a uid ? I traced where >> the error message is coming from, but couldn't understand what was
2023 Mar 13
1
Fwd: samba-gpupdate nsswitch error
On 13/03/2023 17:19, David Mulder via samba wrote: > > On 3/13/23 11:14 AM, Rowland Penny via samba wrote: >> I was referring to: >> add_local_groups: SID S-1-5-21-2112549936-2540803609-4198596461-1600 >> -> getpwuid(3000148) failed, is nsswitch configured? >> >> Which is coming from source3/auth/token_util.c >> > That's not part of the
2023 Jun 05
1
GPO Linux file policy Problem
Greetings samba team. There is a problem for file policy type GPOs for Linux clients. to copy files to linux clients with winbind. The problem is that when a file already exists in the linux client with winbind and joined to the domain, the GPO does not copy the file from the samba server to the destination linux client, that is, it does not replace the file in the destination if it already
2024 Jun 28
2
Looking for Python docs/examples to modify DNS via keytab
Hello all, I am looking to rewrite the shell script here (https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records) in Python. Is anyone aware of any resources (docs, existing code, etc.) that may be useful in doing so? I?m not finding any introductory docs or simple code examples that show things like instantiating a DNS server connection with a keytab. Thanks, CB