Select Your Language

Infrastructure and Management

Cloud Computing

Storage

Runtimes

Integration and Automation

  • Comments
  • Samba 'net ads' client problem - can't use -U user%password

    Posted on

    Hello All,
    Perhaps I'm missing something basic here but I can register clients to our Windows Server 2008R2 ADS domain via:

    net ads join -U someuser

    enter password for someuser

    But I cannot join a RHEL 6 client via:

    net ads join -U someuser%password

    ...which is documented in the man page for net.

    I need to be able to automate joins in our build process which means I need to be able to make the net command take the username and password as a single argument which is detailed in the man page as a feature.

    Here is the debug output I see when I try to do this:

    libnet_Join:
    libnet_JoinCtx: struct libnet_JoinCtx
    in: struct libnet_JoinCtx
    dc_name : NULL
    machine_name : 'FOO'
    domain_name : *
    domain_name : 'AD.FOO.EDU'
    account_ou : 'Servers/Linux'
    admin_account : 'ADDOMAINlinuxjoin'
    machine_password : NULL
    join_flags : 0x00000023 (35)
    0: WKSSVC_JOIN_FLAGS_IGNORE_UNSUPPORTED_FLAGS
    0: WKSSVC_JOIN_FLAGS_JOIN_WITH_NEW_NAME
    0: WKSSVC_JOIN_FLAGS_JOIN_DC_ACCOUNT
    0: WKSSVC_JOIN_FLAGS_DEFER_SPN
    0: WKSSVC_JOIN_FLAGS_MACHINE_PWD_PASSED
    0: WKSSVC_JOIN_FLAGS_JOIN_UNSECURE
    1: WKSSVC_JOIN_FLAGS_DOMAIN_JOIN_IF_JOINED
    0: WKSSVC_JOIN_FLAGS_WIN9X_UPGRADE
    0: WKSSVC_JOIN_FLAGS_ACCOUNT_DELETE
    1: WKSSVC_JOIN_FLAGS_ACCOUNT_CREATE
    1: WKSSVC_JOIN_FLAGS_JOIN_TYPE
    os_version : NULL
    os_name : NULL
    create_upn : 0x01 (1)
    upn : 'host/foo.foo.edu@AD.foo.EDU'
    modify_config : 0x00 (0)
    ads : NULL
    debug : 0x01 (1)
    use_kerberos : 0x00 (0)
    secure_channel_type : SEC_CHAN_WKSTA (2)
    failed session setup with NT_STATUS_LOGON_FAILURE
    libnet_Join:
    libnet_JoinCtx: struct libnet_JoinCtx
    out: struct libnet_JoinCtx
    account_name : NULL
    netbios_domain_name : NULL
    dns_domain_name : NULL
    forest_name : NULL
    dn : NULL
    domain_sid : NULL
    domain_sid : (NULL SID)
    modified_config : 0x00 (0)
    error_string : 'failed to lookup DC info for domain 'AD.FOO.EDU' over rpc: Logon failure'
    domain_is_ad : 0x00 (0)
    result : WERR_LOGON_FAILURE
    Failed to join domain: failed to lookup DC info for domain 'AD.FOO.EDU' over rpc: Logon failure

    Any ideas?

    by

    points

    Responses

    Red Hat LinkedIn YouTube Facebook X, formerly Twitter

    Quick Links

    Help

    Site Info

    Related Sites

    © 2026 Red Hat