Hello everyone,
i should want to add my kubuntu desktop to a windows domain, but i get some troubles:
i have installed windind e samba, configured /etc/samba/smb.conf in the following mode:
[global]
security = ads
realm = example.lan
password server = 10.0.0.1
workgroup = example
idmap uid = 10000-20000
idmap gid = 10000-20000
winbind enum users = yes
winbind enum groups = yes
template homedir = /home/%D/%U
template shell = /bin/bash
client use spnego = yes
client ntlmv2 auth = yes
encrypt passwords = yes
winbind use default domain = yes
restrict anonymous = 2
and configured /etc/reslved.conf:
domain example.com
search example.com
nameserver 10.0.0.1
but when i try to join my workstation to the doman with the command:
net ads join -U administrator
i had the following error message:
Using short domain name -- example
Joined 'myworkstation' to realm 'example.lan'
No DNS domain configured for my workstation. Unable to perform DNS update.
DNS update failed!
where may i be a mistake?
i should want to add my kubuntu desktop to a windows domain, but i get some troubles:
i have installed windind e samba, configured /etc/samba/smb.conf in the following mode:
[global]
security = ads
realm = example.lan
password server = 10.0.0.1
workgroup = example
idmap uid = 10000-20000
idmap gid = 10000-20000
winbind enum users = yes
winbind enum groups = yes
template homedir = /home/%D/%U
template shell = /bin/bash
client use spnego = yes
client ntlmv2 auth = yes
encrypt passwords = yes
winbind use default domain = yes
restrict anonymous = 2
and configured /etc/reslved.conf:
domain example.com
search example.com
nameserver 10.0.0.1
but when i try to join my workstation to the doman with the command:
net ads join -U administrator
i had the following error message:
Using short domain name -- example
Joined 'myworkstation' to realm 'example.lan'
No DNS domain configured for my workstation. Unable to perform DNS update.
DNS update failed!
where may i be a mistake?
Comment