AFS für Apple Macintosh: Unterschied zwischen den Versionen

Aus Physik
Zur Navigation springen Zur Suche springen
K
K
Zeile 1: Zeile 1:
Die Installation funktioniert nur für Mac OS X ab Version 10.1 - eine Musterinstallation wurde von DI Kolbitsch vom ZID bei uns am Institut eingespielt. Die Anleitung ist etwas rudimentär und leider nicht "deppensicher", die Installation sollte sich aber trotzdem mit mittleren Kenntnissen von Mac OS und AFS und den Links am Ende der Seite in vernünftiger Zeit durchführen lassen.
+
Die [[AFS]]-Installation funktioniert nur für Mac OS X ab Version 10.1 - eine Musterinstallation wurde von DI Kolbitsch vom ZID bei uns am Institut eingespielt. Die Anleitung ist etwas rudimentär und leider nicht "deppensicher", die Installation sollte sich aber trotzdem mit mittleren Kenntnissen von Mac OS und [[AFS]] und den Links am Ende der Seite in vernünftiger Zeit durchführen lassen.
   
   
Zeile 6: Zeile 6:
 
===Installation===
 
===Installation===
   
OpenAFS kann von der Seite http://www.openafs.org/release/latest.html geladen und installiert werden.
+
Open[[AFS]] kann von der Seite http://www.openafs.org/release/latest.html geladen und installiert werden.
   
 
===Konfiguration===
 
===Konfiguration===
   
* Zum Zugriff auf die AFS-Datenbank-Server müssen folgende Zeilen in der Datei /var/db/openafs/etc/CellServDB stehen (sind in den aktuellen OpenAFS-Paketen bereits enthalten):
+
* Zum Zugriff auf die [[AFS]]-Datenbank-Server müssen folgende Zeilen in der Datei /var/db/openafs/etc/CellServDB stehen (sind in den aktuellen OpenAFS-Paketen bereits enthalten):
   
 
>itp.tugraz.at
 
>itp.tugraz.at
Zeile 17: Zeile 17:
 
129.27.157.6 # fubphsv2.tu-graz.ac.at
 
129.27.157.6 # fubphsv2.tu-graz.ac.at
   
* Die Zugehörigkeit zur AFS-Zelle steht in /var/db/openafs/etc/ThisCell :
+
* Die Zugehörigkeit zur [[AFS]]-Zelle steht in /var/db/openafs/etc/ThisCell :
   
 
itp.tugraz.at
 
itp.tugraz.at
Zeile 23: Zeile 23:
 
* Wenn nötig, anpassen der Datei /var/db/openafs/etc/config/afsd.options
 
* Wenn nötig, anpassen der Datei /var/db/openafs/etc/config/afsd.options
   
==Konfiguration von Kerberos==
+
==Konfiguration von [[Kerberos]]==
   
 
* Disable auto-login in Mac OS X.
 
* Disable auto-login in Mac OS X.
Zeile 32: Zeile 32:
 
<string>switch_to_user,krb5auth:login</string>
 
<string>switch_to_user,krb5auth:login</string>
   
This means that the user's username and password from the Mac OS X login will be used to authenticate to the Kerberos service. Thus, the username and password on the local machine have to be the same as for the Kerberos service. Also, the UID for the local user and the Kerberos user have to be the same. (Note that the ownership of the user's files and folders on the local machine has to be changed!)
+
This means that the user's username and password from the Mac OS X login will be used to authenticate to the [[Kerberos]] service. Thus, the username and password on the local machine have to be the same as for the Kerberos service. Also, the UID for the local user and the [[Kerberos]] user have to be the same. (Note that the ownership of the user's files and folders on the local machine has to be changed!)
   
 
==Install the kfm_aklog plug-in in /Library/Kerberos Plug-Ins/==
 
==Install the kfm_aklog plug-in in /Library/Kerberos Plug-Ins/==
Zeile 43: Zeile 43:
   
   
  +
==weiterführende Informationen==
==References==
 
   
  +
===[[AFS]]===
===AFS Konfiguration und Authentizierung===
 
   
 
* http://hydra.dartmouth.edu/macosx/AFS_install.html
 
* http://hydra.dartmouth.edu/macosx/AFS_install.html
Zeile 51: Zeile 51:
 
* http://noether.vassar.edu/~myers/help/apple/OpenAFS.html
 
* http://noether.vassar.edu/~myers/help/apple/OpenAFS.html
   
===Kerberos Configuration:===
+
===[[Kerberos]]===
   
 
* http://web.mit.edu/macdev/KfM/Common/Documentation/preferences-osx.html
 
* http://web.mit.edu/macdev/KfM/Common/Documentation/preferences-osx.html

Version vom 21. Dezember 2004, 13:12 Uhr

Die AFS-Installation funktioniert nur für Mac OS X ab Version 10.1 - eine Musterinstallation wurde von DI Kolbitsch vom ZID bei uns am Institut eingespielt. Die Anleitung ist etwas rudimentär und leider nicht "deppensicher", die Installation sollte sich aber trotzdem mit mittleren Kenntnissen von Mac OS und AFS und den Links am Ende der Seite in vernünftiger Zeit durchführen lassen.


OpenAFS

Installation

OpenAFS kann von der Seite http://www.openafs.org/release/latest.html geladen und installiert werden.

Konfiguration

  • Zum Zugriff auf die AFS-Datenbank-Server müssen folgende Zeilen in der Datei /var/db/openafs/etc/CellServDB stehen (sind in den aktuellen OpenAFS-Paketen bereits enthalten):
>itp.tugraz.at
129.27.161.7            # faepsv01.tu-graz.ac.at
129.27.161.15           # faepsv02.tu-graz.ac.at
129.27.157.6            # fubphsv2.tu-graz.ac.at
  • Die Zugehörigkeit zur AFS-Zelle steht in /var/db/openafs/etc/ThisCell :
itp.tugraz.at
  • Wenn nötig, anpassen der Datei /var/db/openafs/etc/config/afsd.options

Konfiguration von Kerberos

  • Disable auto-login in Mac OS X.
  • Edit /etc/authorization - Change
 <string>switch_to_user</string>

to

 <string>switch_to_user,krb5auth:login</string>

This means that the user's username and password from the Mac OS X login will be used to authenticate to the Kerberos service. Thus, the username and password on the local machine have to be the same as for the Kerberos service. Also, the UID for the local user and the Kerberos user have to be the same. (Note that the ownership of the user's files and folders on the local machine has to be changed!)

Install the kfm_aklog plug-in in /Library/Kerberos Plug-Ins/

  • Configure Kerberos auto-login by editing /Library/Preferences/edu.mit.Kerberos
  • Check if network time is enabled on the local machine.



weiterführende Informationen

AFS

Kerberos