]> granicus.if.org Git - apache/blob - docs/manual/programs/htdigest.xml.tr
xforms
[apache] / docs / manual / programs / htdigest.xml.tr
1 <?xml version='1.0' encoding='UTF-8' ?>
2 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
4 <!-- English Revision: 487904:1363279 (outdated) -->
5 <!-- =====================================================
6  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
7    Reviewed by: Orhan Berent <berent belgeler.org>
8 ========================================================== -->
9
10 <!--
11  Licensed to the Apache Software Foundation (ASF) under one or more
12  contributor license agreements.  See the NOTICE file distributed with
13  this work for additional information regarding copyright ownership.
14  The ASF licenses this file to You under the Apache License, Version 2.0
15  (the "License"); you may not use this file except in compliance with
16  the License.  You may obtain a copy of the License at
17
18      http://www.apache.org/licenses/LICENSE-2.0
19
20  Unless required by applicable law or agreed to in writing, software
21  distributed under the License is distributed on an "AS IS" BASIS,
22  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23  See the License for the specific language governing permissions and
24  limitations under the License.
25 -->
26
27 <manualpage metafile="htdigest.xml.meta">
28 <parentdocument href="./">Programlar</parentdocument>
29
30 <title>htdigest - Özet kimlik doğrulama dosyalarını yönetir</title>
31
32 <summary>
33     <p><code><strong>htdigest</strong></code>, HTTP kullanıcılarının digest
34     türü kimlik doğrulaması için kullanıcı isimlerinin ve parolalarının
35     saklanmasında kullanılacak düz metin dosyalarını oluşturmak ve güncellemek
36     için kullanılır. Apache HTTP sunucusunun mevcut özkaynaklarının kullanımı
37     sadece <code><strong>htdigest</strong></code> tarafından oluşturulan
38     dosyalarda listelenmiş kullanıcılara tahsis edilebilir.</p>
39
40     <p>Bu kılavuz sayfası sadece komut satırı değiştirgelerini listeler.
41     Kullanıcı kimlik doğrulamasını
42     <strong><program>httpd</program></strong>'de yapılandırmak için gerekli
43     yönergelerle ilgili ayrıntılar için Apache dağıtımının bir parçası olan
44     ve <a href="http://httpd.apache.org/"> http://httpd.apache.org/</a>
45     adresinde de bulunan Apache HTTP Sunucusu Belgelerine bakınız.</p>
46 </summary>
47 <seealso><program>httpd</program></seealso>
48 <seealso><module>mod_auth_digest</module></seealso>
49
50 <section id="synopsis"><title>Kullanım</title>
51     <p><code><strong>htdigest</strong> [ -<strong>c</strong> ]
52     <var>parola-dosyası</var> <var>bölge</var> <var>kullanıcı</var></code></p>
53 </section>
54
55 <section id="options"><title>Seçenekler</title>
56     <dl>
57     <dt><code><strong>-c</strong></code></dt>
58     <dd><code><var>parola-dosyası</var></code> oluşturur. Dosya mevcutsa,
59     dosya silinip yeniden yazılır.</dd>
60
61     <dt><code><var>parola-dosyası</var></code></dt>
62     <dd>Kullanıcı ismi, parola ve bölge bilgilerini içeren dosyanın ismi.
63     <code><strong>-c</strong></code> seçeneği verilmişse ve dosya mevcut
64     değilse oluşturulur, dosya mevcutsa silinip yeniden oluşturulur.</dd>
65
66     <dt><code><var>bölge</var></code></dt>
67     <dd>Kullanıcının mensup olduğu bölge ismi.</dd>
68
69     <dt><code><var>kullanıcı</var></code></dt>
70     <dd><code><var>parola-dosyası</var></code>'nda oluşturulacak veya
71     güncellenecek kullanıcı ismi. <code><var>kullanıcı</var></code> bu
72     dosyada mevcut değilse yeni bir girdi eklenir. Girdi mevcutsa parolası
73     değiştirilir.</dd>
74     </dl>
75 </section>
76
77 <section id="security"><title>Güvenlik Değerlendirmeleri</title>
78     <p>Bu program bir setuid çalıştırılabiliri olarak güvenilir olmadığından
79     <em>setuid yapılmamalıdır</em>.</p>
80 </section>
81
82 </manualpage>