Displaying 3 results from an estimated 3 matches for "sync_kvno".
2025 Jan 24
1
Authenticating a user on domain member
...uce output and if so, what ?
After your last post, I attempted to get this working in my domain and
succeeded.
Try this smb.conf:
[global]
workgroup = CN
security = ADS
realm = CN.LAN
dedicated keytab file = /etc/krb5.keytab
sync machine password to keytab = /etc/krb5.keytab:sync_spns:sync_kvno:machine_password
server string = Samba Client %h
winbind use default domain = yes
winbind expand groups = 2
winbind refresh tickets = Yes
winbind offline logon = yes
winbind request timeout = 10
disable netbios = yes
ntlm auth = mschapv2-and-ntlmv2-only
idmap config * : backend...
2025 Jan 24
1
Authenticating a user on domain member
Hi
I have a Samba AD-DC (on ubuntu) and I've created a user on it the DC
called nileadmin.
On the DC, 'pdbedit -w nileadmin' finds the entry and returns
nileadmin:4294967295:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:6590718693B2E602D30F67B848E08AE9:[U
]:LCT-678A9897:
I've joined a member (also a ubuntu host running samba) to the domain. The
join is successful. But when I run the
2025 Jan 25
1
Authenticating a user on domain member
...empted to get this working in my domain and
> succeeded.
>
> Try this smb.conf:
>
> [global]
> workgroup = CN
> security = ADS
> realm = CN.LAN
>
> dedicated keytab file = /etc/krb5.keytab
> sync machine password to keytab =
> /etc/krb5.keytab:sync_spns:sync_kvno:machine_password
> server string = Samba Client %h
>
> winbind use default domain = yes
> winbind expand groups = 2
> winbind refresh tickets = Yes
> winbind offline logon = yes
> winbind request timeout = 10
> disable netbios = yes
> ntlm auth = mschapv2-...