Displaying 3 results from an estimated 3 matches for "dmmsuse".
Did you mean:
disuse
2023 Apr 18
1
gpo client linux sssd does not apply
...map config * : backend = tdb
> ?? ?idmap config * : range = 10000-20000
> ?? ?idmap config dmm : backend = rid
> ?? ?idmap config dmm : range = 20001-99999
> ?? ?kerberos method = secrets and keytab
> ?? ?security = ADS
> ?? ?usershare allow guests = No
> ?? ?workgroup = DMMSUSE
> ?? ?realm = dmm.suse.de
>
> Then I set `ad_update_samba_machine_account_password = true` in
> /etc/sssd/sssd.conf.
>
> And finally:
>
> sudo kinit Administrator
> sudo net ads join -k
>
> This creates the secrets.tdb for samba, which SSSD will now keep updat...
2023 Apr 18
2
gpo client linux sssd does not apply
...etc/samba/smb.conf
[global]
?? ?idmap config * : backend = tdb
?? ?idmap config * : range = 10000-20000
?? ?idmap config dmm : backend = rid
?? ?idmap config dmm : range = 20001-99999
?? ?kerberos method = secrets and keytab
?? ?security = ADS
?? ?usershare allow guests = No
?? ?workgroup = DMMSUSE
?? ?realm = dmm.suse.de
Then I set `ad_update_samba_machine_account_password = true` in
/etc/sssd/sssd.conf.
And finally:
sudo kinit Administrator
sudo net ads join -k
This creates the secrets.tdb for samba, which SSSD will now keep updated
for samba-gpupdate. Afterward samba-gpupdate is wor...
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