diff options
Diffstat (limited to 'swat')
35 files changed, 350 insertions, 0 deletions
diff --git a/swat/README b/swat/README new file mode 100644 index 0000000000..588ecef769 --- /dev/null +++ b/swat/README @@ -0,0 +1,77 @@ +This is a brief description of how to install and use the Samba Web +Administration Tool on your machine. + +Installation +------------ + +After you compile SWAT you need to run "make install" to install the +swat binary and the various help files and images. A default install +would put these in: + +/usr/local/samba/bin/swat +/usr/local/samba/swat/images/* +/usr/local/samba/swat/help/* + +Running via inetd +----------------- + +You then need to edit your /etc/inetd.conf and /etc/services to enable +SWAT to be launched via inetd. + +In /etc/services you need to add a line like this: + +swat 901/tcp + +the choice of port number isn't really important except that it should +be less than 1024 and not currently used (using a number above 1024 +presents an obscure security hole depending on the implementation +details of your inetd daemon). + +In /etc/inetd.conf you should add a line like this: + +swat stream tcp nowait.400 root /usr/local/samba/bin/swat swat + +One you have edited /etc/services and /etc/inetd.conf you need to send +a HUP signal to inetd. On many systems "killall -1 inetd" will do this +on others you will need to use "kill -1 PID" where PID is the process +ID of the inetd daemon. + + + +Launching +--------- + +To launch SWAT just run your favourite web browser and point it at +http://localhost:901/ + +Note that you can attach to SWAT from any IP connected machine but +connecting from a remote machine leaves your connection open to +password sniffing as passwords will be sent in the clear over the +wire. + +You should be prompted for a username/password when you connect. You +will need to provide the username "root" and the correct root +password. + +Running +------- + +Just follow your nose! If you can't work out how to use it then maybe +you should use "vi smb.conf" instead. + + +WARNINGS +-------- + +SWAT will rewrite your smb.conf file. It will rearrange the entries +and delete all comments, include= and copy= options. If you have a +carefully crafted smb.conf then back it up or don't use SWAT! + + +Development +----------- + +Please join the samba-technical mailing list if you want to discuss +the development of SWAT. Note that this list is for technical developer +discussions and is not a general help list. + diff --git a/swat/help/welcome.html b/swat/help/welcome.html new file mode 100644 index 0000000000..1c23d35a27 --- /dev/null +++ b/swat/help/welcome.html @@ -0,0 +1,68 @@ +<h3>Welcome to SWAT!</h3> + +Please choose a configuration action using one of the above buttons + +<h3><a href="/swat/help/samba.7.html" target="docs">Samba</a> Documentation</h3> + +<ul> + <li><b>Daemons</b> + <ul> + <li><a href="/swat/help/smbd.8.html" target="docs">smbd</a> - the SMB daemon + <li><a href="/swat/help/nmbd.8.html" target="docs">nmbd</a> - the NetBIOS nameserver + <li><a href="/swat/help/winbindd.8.html" target="docs">winbindd</a> - the winbind daemon + </ul> + <li><b>Configuration Files</b> + <ul> + <li><a href="/swat/help/smb.conf.5.html" target="docs">smb.conf</a> - the main Samba configuration file + <li><a href="/swat/help/lmhosts.5.html" target="docs">lmhosts</a> - NetBIOS hosts file + <li><a href="/swat/help/smbpasswd.5.html" target="docs">smbpasswd</a> - SMB password file + </ul> + <li><b>Administrative Utilities</b> + <ul> + <li><a href="/swat/help/smbcontrol.1.html" target="docs">smbcontrol</a> - send control messages to Samba daemons + <li><a href="/swat/help/smbpasswd.8.html" target="docs">smbpasswd</a> - managing SMB passwords + <li><a href="/swat/help/swat.8.html" target="docs">SWAT</a> - web configuration tool + <li><a href="/swat/help/make_smbcodepage.1.html" target="docs">make_smbcodepage</a> - codepage creation + <li><a href="/swat/help/make_unicodemap.1.html" target="docs">make_unicodemap</a> - unicode map file creation + <li><a href="/swat/help/smbrun.1.html" target="docs">smbrun</a> - internal smbd utility + </ul> + <li><b>Client Tools</b> + <ul> + <li><a href="/swat/help/rpcclient.1.html" target="docs">rpcclient</a> - command line MS-RPC client + <li><a href="/swat/help/smbtar.1.html" target="docs">smbtar</a> - SMB backup tool + <li><a href="/swat/help/smbclient.1.html" target="docs">smbclient</a> - command line SMB client + <li><a href="/swat/help/smbmnt.8.html" target="docs">smbmnt</a> - helper utility for mounting SMB filesystems on Linux hosts + <li><a href="/swat/help/smbmount.8.html" target="docs">smbmount</a> - user space tool for mounting SMB filesystems under Linux + <li><a href="/swat/help/smbspool.8.html" target="docs">smbspool</a> - command line SMB print client + <li><a href="/swat/help/smbumount.8.html" target="docs">smbumount</a> - user space tool for umounting SMB filesystems under Linux + </ul> + <li><b>Diagnostic Utilities</b> + <ul> + <li><a href="/swat/help/smbstatus.1.html" target="docs">smbstatus</a> - monitoring Samba + <li><a href="/swat/help/testparm.1.html" target="docs">testparm</a> - validating your config file + <li><a href="/swat/help/testprns.1.html" target="docs">testprns</a> - testing printer configuration + <li><a href="/swat/help/nmblookup.1.html" target="docs">nmblookup</a> - NetBIOS name query tool + </ul> + <li><b>Books</b> + <ul> + <li><a href="/swat/using_samba/index.html" target="docs">Using Samba</a> - by Robert Eckstein, David Collier-Brown and Peter Kelly + </ul> + <li><b>Samba HOWTO Collection</b></li> + <ul> + <li><a href="/swat/help/Samba-HOWTO-Collection.html">Entire Collection (one file)</a> + <li><a href="/swat/help/DOMAIN_MEMBER.html">security = domain in Samba 2.x</a> + <li><a href="/swat/help/winbind.html">Unified Logons between Windows NT and UNIX Using Winbind</a> + <li><a href="/swat/help/msdfs_setup.html">Setting Samba as an MS-DFS server</a> + <li><a href="/swat/help/NT_Security.html">UNIX Permission Bits and Samba 2.x</a> + <li><a href="/swat/help/OS2-Client-HOWTO.html">OS/2 Clients and Samba</a> + <li><a href="/swat/help/printer_driver2.html">Printing under Samba 2.2.x</a> + <li><a href="/swat/help/UNIX_INSTALL.html">HOWTO Install and Test Samba</a> + <li><a href="/swat/help/Integrating-with-Windows.html">Integrating Name Resolution and Authentication Services</a> + <li><a href="/swat/help/CVS-Access.html">CVS Access to Samba code</a> + </ul> +</ul> + + <h3>Feedback</h3> + + Please join the <A HREF="http://lists.samba.org/">samba</A> mailing + list if you want to discuss issues with this release of SWAT. diff --git a/swat/images/globals.gif b/swat/images/globals.gif Binary files differnew file mode 100644 index 0000000000..75e874f380 --- /dev/null +++ b/swat/images/globals.gif diff --git a/swat/images/home.gif b/swat/images/home.gif Binary files differnew file mode 100644 index 0000000000..364a2955c8 --- /dev/null +++ b/swat/images/home.gif diff --git a/swat/images/passwd.gif b/swat/images/passwd.gif Binary files differnew file mode 100644 index 0000000000..2fc88fb182 --- /dev/null +++ b/swat/images/passwd.gif diff --git a/swat/images/printers.gif b/swat/images/printers.gif Binary files differnew file mode 100644 index 0000000000..212a70c664 --- /dev/null +++ b/swat/images/printers.gif diff --git a/swat/images/samba.gif b/swat/images/samba.gif Binary files differnew file mode 100644 index 0000000000..3ec3d2195f --- /dev/null +++ b/swat/images/samba.gif diff --git a/swat/images/shares.gif b/swat/images/shares.gif Binary files differnew file mode 100644 index 0000000000..2c04ca8b9c --- /dev/null +++ b/swat/images/shares.gif diff --git a/swat/images/status.gif b/swat/images/status.gif Binary files differnew file mode 100644 index 0000000000..48e2f07fcd --- /dev/null +++ b/swat/images/status.gif diff --git a/swat/images/viewconfig.gif b/swat/images/viewconfig.gif Binary files differnew file mode 100644 index 0000000000..5dee515669 --- /dev/null +++ b/swat/images/viewconfig.gif diff --git a/swat/include/footer.html b/swat/include/footer.html new file mode 100644 index 0000000000..7c3b483684 --- /dev/null +++ b/swat/include/footer.html @@ -0,0 +1,3 @@ +</TD></TR></TABLE></CENTER> +</BODY> +</HTML> diff --git a/swat/include/header.html b/swat/include/header.html new file mode 100644 index 0000000000..f964133316 --- /dev/null +++ b/swat/include/header.html @@ -0,0 +1,10 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> +<HEAD> +<TITLE>Samba Web Administration Tool</TITLE> +</HEAD> +<BODY bgcolor="white"> +<CENTER> +<IMG SRC="/swat/images/samba.gif" ALT="[ Samba ]" border=0><BR> +<TABLE WIDTH="98%" CELLSPACING=1 CELLPADDING=4 BORDER=1> +<TR><TD BGCOLOR="#ddddd0"> diff --git a/swat/lang/ja/help/welcome.html b/swat/lang/ja/help/welcome.html new file mode 100644 index 0000000000..f8266cf825 --- /dev/null +++ b/swat/lang/ja/help/welcome.html @@ -0,0 +1,86 @@ +<h2>SWAT : Samba Web Administaration Tool !</h2> + +<p>Sambaの設定は上のボタンをクリックして行います。 </p> + +<h3>ドキュメント</h3> + +<ul> + <li><b>導入編</b><ul> + <li><a href="/swat/ja/help/samba-j.html" target="docs">Samba日本語版について</a> + <li><a href="/swat/ja/help/samba-func.html" target="docs">Samba 機能詳細</a> - Windows NTとの機能比較 + <li><a href="/swat/ja/help/samba2.html" target="docs">Samba 2.0 新機能紹介</a> + <li><a href="/swat/ja/help/sambafaq.html" target="docs">Samba FAQ よくある質問</a> + + <li><a href="/swat/ja/help/encrypt-passwd.html" target="docs">Windows 98/Me, Windows NT 4.0, Windows 2000での注意事項</a> + <li><a href="/swat/ja/help/HowToUseSamba/index.html" target="docs">Sambaによるファイルサーバ構築法(Samba入門)</a> + <li><a href="/swat/using_samba/ja/index.html" target="docs">Using Samba(翻訳版)</a> + </ul> + + <li><b>デーモン</b> <ul> + <li><a href="/swat/ja/help/smbd.8.html" target="docs">smbd</a> - ファイル共有サービスデーモン + <li><a href="/swat/ja/help/nmbd.8.html" target="docs">nmbd</a> - ネーム サービスデーモン + </ul> + + <li><b>管理ユーティリティ</b> <ul> + <li><a href="/swat/ja/help/smbstatus.1.html" target="docs">smbstatus</a> - 現在の Samba への接続状況を報告 + <li><a href="/swat/ja/help/swat.8.html" target="docs">SWAT</a> - Samba Web 管理ツール + <li><a href="/swat/ja/help/smbpasswd.8.html" target="docs">smbpasswd</a> - ユーザの SMB パスワードの変更 + <li><a href="/swat/ja/help/make_smbcodepage.1.html" target="docs">make_smbcodepage</a> - コードページ定義ファイルの作成 + <li><a href="/swat/ja/help/testparm.1.html" target="docs">testparm</a> - smb.conf 設定ファイル内部の正当性を検査 + <li><a href="/swat/ja/help/testprns.1.html" target="docs">testprns</a> - smbd で有効なプリンタ名かどうかの検査 + <li><a href="/swat/ja/help/smbmnt.8.html" target="docs">smbmnt(8)</a> - SMB ファイルシステムのマウント + <li><a href="/swat/ja/help/smbmount.8.html" target="docs">smbmount(8)</a> - SMB ファイルシステムのマウント +<!-- <li><a href="/swat/ja/help/smbumount.8.html" target="docs">smbumount(8)</a> - + 一般ユーザによるアンマウント --> + </ul> + + <li><b>ユーティリティ</b> <ul> + <li><a href="/swat/ja/help/smbsh.1.html" target="docs">smbsh(1)</a> - UNIX シェルから SMB 共有へのアクセスを実現 + <li><a href="/swat/ja/help/nmblookup.1.html" target="docs">nmblookup</a> - NetBIOS 名の検索 + <li><a href="/swat/ja/help/smbtar.1.html" target="docs">smbtar</a> - SMB/CIFS 共有を UNIX のテープなどへバックアップ + <li><a href="/swat/ja/help/smbclient.1.html" target="docs">smbclient</a> - ftp コマンド風の SMB/CIFS クライアント + </ul> + + <li><b>設定ファイル</b> <ul> + <li><a href="/swat/ja/help/smb.conf.5.html" target="docs">smb.conf</a> - Samba の設定ファイル +<!-- <li><a href="/swat/ja/help/smb.conf.default.txt.html" target="docs">smb.conf.default</a> - Samba設定ファイルの例</code> + --> + <li><a href="/swat/ja/help/lmhosts.5.html" target="docs">lmhosts</a> - Samba の NetBIOS hosts ファイル + <li><a href="/swat/ja/help/smbpasswd.5.html" target="docs">smbpasswd</a> - Samba の暗号化パスワード・ファイル + </ul> + + <li><b>その他</b> <ul> + <li><a href="/swat/ja/help/DIAGNOSIS.txt.html" target="docs">Sambaサーバの診断・障害解析方法</a> - <code>DIAGNOSIS.txt</code> + <li><a href="/swat/ja/help/tuning.japanese.html" target="docs">SambaでWindows NT Server と同じ転送速度を確保する方法</a> + <li><a href="/swat/help/samba.7.html" target="docs">Samba introduction</a> - UNIX 用の Windows SMB/CIFS ファイルサーバ + <li><a href="/swat/ja/help/DOMAIN_MEMBER.txt.html" target="docs">Samba サーバを NT ドメインに参加させるには</a> - <code>DOMAIN_MEMBER.txt</code> + <li><a href="/swat/ja/help/NT_Security.html" target="docs">NT のセキュリティダイアログを利用し UNIX のパーミッションを閲覧/変更する</a> + <li><a href="/swat/ja/help/smbrun.1.html" target="docs">smbrun</a> - smbd と外部プログラム間のインタフェース + <li><a href="/swat/ja/help/Application_Serving.txt.html" target="docs">Samba 共有を MS Office などの管理共有として使用</a> - <code>Application_Serving.txt</code> + <li><a href="/swat/ja/help/BROWSING.txt.html" target="docs">ブラウジングを改善するための設定方法</a> - <code>BROWSING.txt</code> + <li><a href="/swat/ja/help/CRLF-LF-Conversions.txt.html" target="docs">プラットフォーム間のテキストファイルの問題</a> - <code>CRLF-LF-Conversions.txt</code> + <li><a href="/swat/ja/help/DOMAIN.txt.html" target="docs">ネットワークログオンと移動プロファイル</a> - <code>DOMAIN.txt</code> + <li><a href="/swat/ja/help/ENCRYPTION.txt.html" target="docs">LanManager / Samba パスワードの暗号化</a> - <code>ENCRYPTION.txt</code> + <li><a href="/swat/ja/help/File-Cacheing.txt.html" target="docs">便宜的ロック(oplocks)によるキャッシュの問題</a> - <code>File-Cacheing.txt</code> + <li><a href="/swat/ja/help/NT-Guest-Access.txt.html" target="docs">NT のゲスト・アカウントのバグ</a> - <code>NT-Guest-Access.txt</code> + <li><a href="/swat/ja/help/NTDOMAIN.txt.html" target="docs">NT ドメインログオン機能</a> - <code>NTDOMAIN.txt</code> + <li><a href="/swat/ja/help/NetBIOS.txt.html" target="docs">NetBIOS + プロトコルと名前解決方式の説明</a> - <code>NetBIOS.txt</code> + <li><a href="/swat/ja/help/PRINTER_DRIVER.txt.html" target="docs">共有 <code>PRINTER$</code> のサポート</a> - <code>PRINTER_DRIVER.txt</code> + <li><a href="/swat/ja/help/PROFILES.txt.html" target="docs">ユーザ・プロファイルについての議論</a> - <code>PROFILES.txt</code> + <li><a href="/swat/ja/help/Passwords.txt.html" target="docs">パスワードについての注意</a> - <code>Passwords.txt</code> + <li><a href="/swat/ja/help/README.smbmount.txt.html" target="docs">SMBFS 用マウントツールに関して</a> - <code>README.smbmount</code> + <li><a href="/swat/ja/help/Speed.txt.html" target="docs">Samba の性能について</a> - <code>Speed.txt</code> + <li><a href="/swat/ja/help/Speed2.txt.html" target="docs">Samba <code>Speed.txt</code> に対するコメント</a> - <code>Speed2.txt</code> + <li><a href="/swat/ja/help/UNIX-SMB.txt.html" target="docs">UNIX 界における NetBIOS についての論文</a> - <code>UNIX-SMB.txt</code> + <li><a href="/swat/ja/help/UNIX_INSTALL.txt.html" target="docs">Samba のインストールとテスト方法</a> - <code>UNIX_INSTALL.txt</code> + <li><a href="/swat/ja/help/security_level.txt.html" target="docs">SMB セキュリティ・レベルの種類</a> - <code>security_level.txt</code> + <li><a href="/swat/ja/help/WinNT.txt.html" target="docs">Samba と Windows NT のパスワードの扱い</a> - <code>WinNT.txt</code> + <li><a href="/swat/ja/help/Win95.txt.html" target="docs">Windows 95 / 98 と Samba の相互運用</a> - <code>Win95.txt</code> + <li><a href="/swat/ja/help/Macintosh_Clients.txt.html" target="docs">マックで動く Samba クライアントはありますか?</a> - <code>Macintosh_Clients.txt</code> + </ul> +</ul> + +<h3>フィードバック</h3> + +<p>日本語化に関することは、 <a href="http://www.samba.gr.jp/ml/#sugj-tech" target="docs">Sambaテクニカルメーリングリスト</a>までお願いします。</p> diff --git a/swat/lang/ja/images/globals.gif b/swat/lang/ja/images/globals.gif Binary files differnew file mode 100644 index 0000000000..5f8eb15b34 --- /dev/null +++ b/swat/lang/ja/images/globals.gif diff --git a/swat/lang/ja/images/home.gif b/swat/lang/ja/images/home.gif Binary files differnew file mode 100644 index 0000000000..a4e6122958 --- /dev/null +++ b/swat/lang/ja/images/home.gif diff --git a/swat/lang/ja/images/passwd.gif b/swat/lang/ja/images/passwd.gif Binary files differnew file mode 100644 index 0000000000..c8242bf722 --- /dev/null +++ b/swat/lang/ja/images/passwd.gif diff --git a/swat/lang/ja/images/printers.gif b/swat/lang/ja/images/printers.gif Binary files differnew file mode 100644 index 0000000000..f0db94cb57 --- /dev/null +++ b/swat/lang/ja/images/printers.gif diff --git a/swat/lang/ja/images/samba.gif b/swat/lang/ja/images/samba.gif Binary files differnew file mode 100644 index 0000000000..0c13dc9ef3 --- /dev/null +++ b/swat/lang/ja/images/samba.gif diff --git a/swat/lang/ja/images/shares.gif b/swat/lang/ja/images/shares.gif Binary files differnew file mode 100644 index 0000000000..afc1b55cf5 --- /dev/null +++ b/swat/lang/ja/images/shares.gif diff --git a/swat/lang/ja/images/status.gif b/swat/lang/ja/images/status.gif Binary files differnew file mode 100644 index 0000000000..f506cda77f --- /dev/null +++ b/swat/lang/ja/images/status.gif diff --git a/swat/lang/ja/images/viewconfig.gif b/swat/lang/ja/images/viewconfig.gif Binary files differnew file mode 100644 index 0000000000..ebc05f6c69 --- /dev/null +++ b/swat/lang/ja/images/viewconfig.gif diff --git a/swat/lang/ja/include/footer.html b/swat/lang/ja/include/footer.html new file mode 100644 index 0000000000..7c3b483684 --- /dev/null +++ b/swat/lang/ja/include/footer.html @@ -0,0 +1,3 @@ +</TD></TR></TABLE></CENTER> +</BODY> +</HTML> diff --git a/swat/lang/ja/include/header.html b/swat/lang/ja/include/header.html new file mode 100644 index 0000000000..2fbe9bb754 --- /dev/null +++ b/swat/lang/ja/include/header.html @@ -0,0 +1,12 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> +<HEAD> +<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS"> +<TITLE>Samba Web Administration Tool</TITLE> +<link rel="STYLESHEET" type="text/css" href="/swat/include/header_css.html"> +</HEAD> +<BODY bgcolor="white"> +<CENTER> +<IMG SRC="/swat/images/samba.gif" ALT="[ Samba ]" border=0><BR> +<TABLE WIDTH="98%" CELLSPACING=1 CELLPADDING=4 BORDER=1> +<TR><TD BGCOLOR="#ddddd0"> diff --git a/swat/lang/ja/include/header.nocss.html b/swat/lang/ja/include/header.nocss.html new file mode 100644 index 0000000000..56d13dbc6d --- /dev/null +++ b/swat/lang/ja/include/header.nocss.html @@ -0,0 +1,11 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> +<HEAD> +<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS"> +<TITLE>Samba Web Administration Tool</TITLE> +</HEAD> +<BODY bgcolor="white"> +<CENTER> +<IMG SRC="/swat/images/samba.gif" ALT="[ Samba ]" border=0><BR> +<TABLE WIDTH="98%" CELLSPACING=1 CELLPADDING=4 BORDER=1> +<TR><TD BGCOLOR="#ddddd0"> diff --git a/swat/lang/ja/include/header_css.html b/swat/lang/ja/include/header_css.html new file mode 100644 index 0000000000..b70876b6f8 --- /dev/null +++ b/swat/lang/ja/include/header_css.html @@ -0,0 +1 @@ +.i18n_translated_parm {color: #555555} diff --git a/swat/lang/tr/help/welcome.html b/swat/lang/tr/help/welcome.html new file mode 100644 index 0000000000..617f3678d3 --- /dev/null +++ b/swat/lang/tr/help/welcome.html @@ -0,0 +1,69 @@ +<h3>Swat'a Hogeldiniz!</h3> + +Yukardaki dmelerden birini kullanarak bir ayar eylemi se輅n. + +<h3><a href="/swat/help/samba.7.html" target="docs">Samba</a> Dkmantasyon</h3> + +<ul> + <li><b>Sunucular</b> + <ul> + <li><a href="/swat/help/smbd.8.html" target="docs">smbd</a> - SMB sunucusu + <li><a href="/swat/help/nmbd.8.html" target="docs">nmbd</a> - NetBIOS isim sunucusu + <li><a href="/swat/help/winbindd.8.html" target="docs">winbindd</a> - winbind sunucusu + </ul> + <li><b>Ayar dosyalar</b> + <ul> + <li><a href="/swat/help/smb.conf.5.html" target="docs">smb.conf</a> - ana Samba ayar dosyas + <li><a href="/swat/help/lmhosts.5.html" target="docs">lmhosts</a> - NetBIOS hosts dosyas + <li><a href="/swat/help/smbpasswd.5.html" target="docs">smbpasswd</a> - SMB ifre dosyas + </ul> + <li><b>Ynetim Ara輙ar</b> + <ul> + <li><a href="/swat/help/smbcontrol.1.html" target="docs">smbcontrol</a> - Samba sunucularna kontrol iletileri gnderir + <li><a href="/swat/help/smbpasswd.8.html" target="docs">smbpasswd</a> - SMB ifrelerini dzenler + <li><a href="/swat/help/swat.8.html" target="docs">SWAT</a> - web arayzl ayar arac + <li><a href="/swat/help/make_smbcodepage.1.html" target="docs">make_smbcodepage</a> - kod sayfas oluturur + <li><a href="/swat/help/make_unicodemap.1.html" target="docs">make_unicodemap</a> - unicode eleme dosyas oluturur + <li><a href="/swat/help/smbrun.1.html" target="docs">smbrun</a> - i輳el smbd arac + </ul> + <li><b>ンstemci Ara輙ar</b> + <ul> + <li><a href="/swat/help/rpcclient.1.html" target="docs">rpcclient</a> - komut satr MS-RPC istemcisi + <li><a href="/swat/help/smbtar.1.html" target="docs">smbtar</a> - SMB yedekleme arac + <li><a href="/swat/help/smbclient.1.html" target="docs">smbclient</a> - komut satr SMB istemcisi + <li><a href="/swat/help/smbmnt.8.html" target="docs">smbmnt</a> - Linux makinalarna SMB dosya sistemlerini balamak i輅n yardmc ara + <li><a href="/swat/help/smbmount.8.html" target="docs">smbmount</a> - Linux altnda SMB dosya sistemlerini balamak i輅n kullanc arac + <li><a href="/swat/help/smbspool.8.html" target="docs">smbspool</a> - komut satr SMB yazc istemcisi + <li><a href="/swat/help/smbumount.8.html" target="docs">smbumount</a> - Linux altnda SMB dosya sistemlerini 銹zmek i輅n kullanc arac + </ul> + <li><b>Tehis Ara輙ar</b> + <ul> + <li><a href="/swat/help/smbstatus.1.html" target="docs">smbstatus</a> - Samba gzlemcisi + <li><a href="/swat/help/testparm.1.html" target="docs">testparm</a> - ayar dosyasn kontrol eder + <li><a href="/swat/help/testprns.1.html" target="docs">testprns</a> - yazc ayarlarn kontrol eder + <li><a href="/swat/help/nmblookup.1.html" target="docs">nmblookup</a> - NetBIOS isim sorgulama arac + </ul> + <li><b>Kitaplar</b> + <ul> + <li><a href="/swat/using_samba/index.html" target="docs">Samba'y Kullanmak</a> - Yazan: Robert Eckstein, David Collier-Brown ve Peter Kelly + </ul> + <li><b>Samba HOWTO (Nasl Yaplr?) Koleksiyonu</b></li> + <ul> + <li><a href="/swat/help/Samba-HOWTO-Collection.html">Btn koleksiyon (tek dosya)</a> + <li><a href="/swat/help/DOMAIN_MEMBER.html">Samba 2.x'de security = domain </a> + <li><a href="/swat/help/winbind.html">Winbind Kullanarak Windows NT ve UNIX Arasnda Birleik Sistem Girii</a> + <li><a href="/swat/help/msdfs_setup.html">Samba'y bir MS-DFS Sunucusu Olarak Ayarlamak</a> + <li><a href="/swat/help/NT_Security.html">UNIX ンzin Bitleri ve Samba 2.x</a> + <li><a href="/swat/help/OS2-Client-HOWTO.html">OS/2 ンstemcileri ve Samba</a> + <li><a href="/swat/help/printer_driver2.html">Samba 2.2.x Altnda Yazc Kullanm</a> + <li><a href="/swat/help/UNIX_INSTALL.html">Samba Nasl Kurulur ve Kontrol Edilir?</a> + <li><a href="/swat/help/Integrating-with-Windows.html">ンsim ヌznme ve Yetkilendirme ンlemlerini Birletirmek</a> + <li><a href="/swat/help/CVS-Access.html">Samba yazlmlarna CVS Eriimi</a> + </ul> +</ul> + + <h3>ンletiim</h3> + + Eer SWAT'n bu srm ile ilgili konular tartmak istiyorsanz, ltfen +<A HREF="http://lists.samba.org/">samba</A> eposta listesine ye olun. +
\ No newline at end of file diff --git a/swat/lang/tr/images/globals.gif b/swat/lang/tr/images/globals.gif Binary files differnew file mode 100644 index 0000000000..c0722d2df5 --- /dev/null +++ b/swat/lang/tr/images/globals.gif diff --git a/swat/lang/tr/images/home.gif b/swat/lang/tr/images/home.gif Binary files differnew file mode 100644 index 0000000000..119b6da6ed --- /dev/null +++ b/swat/lang/tr/images/home.gif diff --git a/swat/lang/tr/images/passwd.gif b/swat/lang/tr/images/passwd.gif Binary files differnew file mode 100644 index 0000000000..25652f211b --- /dev/null +++ b/swat/lang/tr/images/passwd.gif diff --git a/swat/lang/tr/images/printers.gif b/swat/lang/tr/images/printers.gif Binary files differnew file mode 100644 index 0000000000..a3caf2543b --- /dev/null +++ b/swat/lang/tr/images/printers.gif diff --git a/swat/lang/tr/images/samba.gif b/swat/lang/tr/images/samba.gif Binary files differnew file mode 100644 index 0000000000..3ec3d2195f --- /dev/null +++ b/swat/lang/tr/images/samba.gif diff --git a/swat/lang/tr/images/shares.gif b/swat/lang/tr/images/shares.gif Binary files differnew file mode 100644 index 0000000000..bbac9d5411 --- /dev/null +++ b/swat/lang/tr/images/shares.gif diff --git a/swat/lang/tr/images/status.gif b/swat/lang/tr/images/status.gif Binary files differnew file mode 100644 index 0000000000..c606d6fcb0 --- /dev/null +++ b/swat/lang/tr/images/status.gif diff --git a/swat/lang/tr/images/viewconfig.gif b/swat/lang/tr/images/viewconfig.gif Binary files differnew file mode 100644 index 0000000000..3261ab4d8b --- /dev/null +++ b/swat/lang/tr/images/viewconfig.gif diff --git a/swat/lang/tr/include/header.html b/swat/lang/tr/include/header.html new file mode 100644 index 0000000000..7c11fd0ef9 --- /dev/null +++ b/swat/lang/tr/include/header.html @@ -0,0 +1,10 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> +<HEAD> +<TITLE>Samba Web Ynetim Arac</TITLE> +</HEAD> +<BODY bgcolor="white"> +<CENTER> +<IMG SRC="/swat/images/samba.gif" ALT="[ Samba ]" border=0><BR> +<TABLE WIDTH="98%" CELLSPACING=1 CELLPADDING=4 BORDER=1> +<TR><TD BGCOLOR="#ddddd0"> |