Penguin
Diff: ActiveDirectorySamba
EditPageHistoryDiffInfoLikePages

Differences between version 41 and previous revision of ActiveDirectorySamba.

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

Newer page: version 41 Last edited on Sunday, May 29, 2005 2:38:57 pm by JohnMcPherson Revert
Older page: version 40 Last edited on Saturday, May 28, 2005 2:33:42 am by ChetHosey Revert
@@ -127,15 +127,15 @@
 This, and many other tools for managing Kerberos in Windows 2000, are located in the support tools which are directly downloadable from [Microsoft|http://www.microsoft.com/downloads/details.aspx?familyid=f08d28f3-b835-4847-b810-bb6539362473&displaylang=en]. Thanks to Jan Gerle for the tip. 
  
 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: 
  
-<verbatim
+<pre
  % __ktutil__ 
  ktutil: __rkt mail.keytab__ 
  ktutil: __list__ 
  ktutil: __wkt /etc/krb5.keytab__ 
  ktutil: __q__ 
-</verbatim
+</pre
  
 See ActiveDirectoryKerberos on setting up Kerberos to talk to ActiveDirectory. 
  
 ! (Re)starting Samba and Winbindd