Announcement

Collapse
No announcement yet.

Add kubuntu to windows domain

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Add kubuntu to windows domain

    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?

    #2
    Re: Add kubuntu to windows domain

    someone can help me?

    Comment

    Working...
    X