Displaying 2 results from an estimated 2 matches for "default_domain_suffix".
2019 May 14
2
Samba4 changing a user's password from linux workstation
Le 13/05/2019 à 18:44, Rowland penny via samba a écrit :
> On 13/05/2019 16:11, Julien TEHERY via samba wrote:
>> Hi
>>
>> I'm trying to find a way to change user passwords from ubuntu client
>> workstation on a samba4 domain.
>> I tried in CLI from the client workstation (ubuntu 14.04) with:
>>
>> - smbpasswd -U $user
>>
>> => In
2019 May 14
2
Samba4 changing a user's password from linux workstation
...>
> Rowland
Yep I allready tried it, it ends with "kpasswd preauthentication failed
getting initial ticket"
I must precise we use pam_sssd against Samba4/AD to authenticate.
Here is my /etc/sssd/sssd.conf:
[sssd]
config_file_version = 2
domains = mydomain.lan
services = nss, pam
default_domain_suffix = mydomain.lan
[domain/mydomain.lan]
id_provider = ad
auth_provider = ad
chpass_provider=ad
access_provider = ad
ldap_id_mapping = True
default_shell = /bin/bash
use_fully_qualified_names = False
override_homedir = /users/home/%u
fallback_homedir = /users/home/%u
krb5_use_enterprise_principa...