Description of problem: 'net ads keytab create' doesn't lookup SPNs in AD. Steps to Reproduce: 1. Join a linux machine to AD with 'net ads join' 2. On the Windows machine create a new SPN using: setspn -A hadoop/client01 client01 setspn -A hadoop/client01.domain.site 3. Delete the keytab: 'rm /etc/krb5.keytab' 4. Recreate the keytab with 'net ads keytab create -P' Actual results: Only the default keytabs are created. Expected results: All SPNs specified in AD should be there.
Created attachment 10312 [details] v4-1-test patch
Created attachment 10313 [details] v4-0-test patch
Created attachment 10315 [details] v4-0-test patch
NOTE: You need to first apply the patches from bug #9984 !!!
Comment on attachment 10312 [details] v4-1-test patch LGTM.
Karolin, please add it to the relevant branches. Thanks!
Re-assigning to Karolin for inclusion in 4.0.next, 4.1.next.
Pushed to autobuild-v4-[0|1]-test.
Pushed to both branches. Closing out bug report. Thanks!