Displaying 1 result from an estimated 1 matches for "wpcdc00".
2011 Oct 25
1
Unable to Join windows server 2008 R2 domain
...join -S WPC.BLUEDEVIL12.COM
failed to join domain: failed to lookup DC info for domain 'WPC.BLUEDEVIL12.COM' over rpc: Logon Failure
my /etc/krb5/krb5.conf file looks like this
[libdefaults]
   default_realm = WPC.BLUEDEVIL12.COM
[realms]
    WPC.BLUEDEVIL12.COM = {
              kdc = wpcdc00.wpc.bluedevil12.com
}
my /etc/samba/smb.conf is the following:
[global]
    workgroup = WPC
    realm = WPC
    netbios name = pantheriua
    preferred master = no
    security = ADS
    encrypt passwords = yes
    password server = *
    client ldap sasl wrapping = sign
    dns proxy = no
    win...