Penguin
Diff: HowtoSamba3AndActiveDirectory
EditPageHistoryDiffInfoLikePages

Differences between version 14 and previous revision of HowtoSamba3AndActiveDirectory.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 14 Last edited on Thursday, August 26, 2004 8:57:58 pm by RobinStephenson Revert
Older page: version 13 Last edited on Tuesday, June 1, 2004 10:04:05 pm by AlastairPorter Revert
@@ -89,9 +89,9 @@
  
 We need to generate a key for our samba machine on the Windows server, and securely import this into our samba machine. 
 To create the keyfile we run the following on the Windows server: 
  
- ktpass - princ host/mail.thinclient.test.org@THINCLIENT.TEST.ORG \ 
+ ktpass -princ host/mail.thinclient.test.org@THINCLIENT.TEST.ORG \ 
  -mapuser MAIL -pass MAIL1234PASSWORD -out mail.keytab 
  
 We then transfer the mail.keytab securely to our samba machine by using something similar to SSH or another secure means. And then on the samba machine we will import the keyfile we just generated by using the ktutil program, which is part of the kerberos distribution. The unix commands for ktutil are as follows: