1153万例文収録!

「auth.」に関連した英語例文の一覧と使い方(2ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

auth.を含む例文一覧と使い方

該当件数 : 74



例文

Typical usage example for PEAR::Auth 例文帳に追加

例 34-1PEAR::Authの典型的な使用例 - PEAR

Remove a user from the Auth Container. 例文帳に追加

Auth コンテナからユーザを削除します。 - PEAR

$params["auth"] - Whether or not to use SMTP authentication. 例文帳に追加

$params["auth"] - SMTP 認証を使用するかどうか。 - PEAR

Example 34-1. Typical usage example for accessing the logs from PEAR::Auth 例文帳に追加

例 34-1PEAR::Auth からログにアクセスする基本例 - PEAR

例文

This function is passed three parameters when called $username, $status, $auth. 例文帳に追加

この関数には三つのパラメータ$username、$status、$auth を渡します。 - PEAR


例文

A macro that destroys the authentication information associated with auth . 例文帳に追加

このマクロはauthに関連付けられた認証情報を破壊する。 - JM

It contains all the necessary code to run PEAR::Auth. 例文帳に追加

そのファイルには、PEAR::Authの実行に必要なコードが全て含まれています。 - PEAR

$n, where n is a number,is replaced by the n'th argument to the "AUTH authscheme arg1 arg2 ..." line. 例文帳に追加

$n (n は数値)は、"AUTH authscheme arg1 arg2 ." 行の n 番目の引き数に置き換えられる。 - XFree86

This feature is necessary if you want to use PEAR::Auth with a database layout that is different from the one PEAR::Auth uses by default. 例文帳に追加

この機能は、デフォルトと異なるデータベースレイアウトで、PEAR::Auth を使用したい場合に必要となります。 - PEAR

例文

The default values for this fields are auth, username and password. 例文帳に追加

デフォルトでは、テーブル名およびフィールド名はそれぞれ、auth および username、password となります。 - PEAR

例文

List all the users currently available within the current Auth Container. 例文帳に追加

現在の Auth コンテナで、現在有効となっているユーザの一覧を返します。 - PEAR

INTERNAL-AUTH-INPUT authscheme Specifies the data to be given to the authorization program as its standard input.例文帳に追加

INTERNAL-AUTH-INPUT authscheme認証プログラムに標準入力として渡すデータを指定する。 - XFree86

Since version 1.5.0 PEAR::Auth provides a facility for retrieving logs of its internal behaviour. 例文帳に追加

バージョン 1.5.0 以降、PEAR::Authの内部動作のログを取得する機能が追加されました。 - PEAR

Controls if auth will process the post variables and attempt to login the user from those pages. 例文帳に追加

Auth が POST 変数を処理し、ユーザのログイン処理を行うかどうかを制御します。 - PEAR

This is done as Auth requires a session to be active to operate correctly. 例文帳に追加

Auth が正しく動作するためには、セッションが有効になっている必要があるからです。 - PEAR

When set to this format, the only way to retrieve data from the Auth object is by calling getAuthData('attributes'). 例文帳に追加

この書式を指定すると、Auth オブジェクトからデータを取得する手段はgetAuthData('attributes') だけとなります。 - PEAR

For local servers,xdm passes ``-auth filename'' on the server's command line to point it at itsauthorization data. 例文帳に追加

ローカルサーバに対しては、xdm はサーバのコマンド行で``\\-auth filename''を渡し、認証データの場所を示す。 - XFree86

These are in order the previously attempted username, the status code that caused the previous auth attempt to fail and a reference to the Auth object itself. 例文帳に追加

これらは、直近に試みられたユーザ名、直近の試みが失敗した際の状態コードそして Auth オブジェクト自身への参照となります。 - PEAR

To do this Auth checks for an existing session and checks its validity. 例文帳に追加

これを行うため、Authはまず既存のセッションがあるかどうかとそのセッションが有効かどうかを調べます。 - PEAR

Will only work if the server"CAPABILITY" response includes the phrase "AUTH=CRAM-MD5".New in version 2.3. 例文帳に追加

これは、"CAPABILITY"レスポンスに "AUTH=CRAM-MD5" が含まれる場合のみ有効です。 バージョン 2.3 で 新たに追加 された仕様です。 - Python

This function can not be calledstatically.See "Auth Constants". 例文帳に追加

この関数は、スタティックにコールすることはできません。 - PEAR

Takes three arguments: last attempted username, the authorization// status, and the Auth object. 例文帳に追加

三つの引数を受け取ります。 それぞれ// 直近にログインを試みたユーザ名、認証状態、そして Auth オブジェクトです。 - PEAR

In addition to the options available for each container a series of options can be included that control the behaviour of Auth itself. 例文帳に追加

各コントローラのオプションに加えて、Auth そのものの挙動を変更するためのオプションが用意されています。 - PEAR

The callback function will be passed two parameters, the username that successfully logged in and a reference to the Auth object. 例文帳に追加

コールバック関数には二つのパラメータが渡されます。 ログインしているユーザの名前と、Auth オブジェクトへの参照です。 - PEAR

The callback function will be passed two parameters, the username that failed to login and a reference to the Auth object. 例文帳に追加

コールバック関数にはふたつのパラメータが渡されます。 ログインに失敗したユーザ名と、Auth オブジェクトへの参照です。 - PEAR

The callback function will be passed two parameters, the username that successfully logged out and a reference to the Auth object. 例文帳に追加

コールバック関数にはふたつのパラメータが渡されます。 ログアウトに成功したユーザ名と、Auth オブジェクトへの参照です。 - PEAR

INTERNAL-AUTH-PROGRAM authscheme program argv[0] argv[1]... Specifies the program to run to set up authentication for the specifiedauthentication scheme. 例文帳に追加

INTERNAL-AUTH-PROGRAM authscheme program argv[0] argv[1] .指定された認証方法に対して認証を行うために実行するプログラムを指定する。 - XFree86

Enables challenge response for the default login screen of auth.例文帳に追加

デフォルトのログイン画面で、チャレンジレスポンス方式を有効にします。 - PEAR

Storage driversStorage drivers--IntroductionOverview PEAR::Auth uses a number of so called storage containers to store the login data. 例文帳に追加

ストレージドライバストレージドライバ--導入概要 PEAR::Authでは、種々のいわゆる「ストレージコンテナ」を使用してログインデータを保存することができます。 - PEAR

See Auth Options for global options and each storage driver's documentation for specific options. 例文帳に追加

グローバルなオプションについては Auth のオプション、各ドライバ固有のオプションについては個々のストレージドライバのドキュメントを参照ください。 - PEAR

This function can not be called statically. Not all Auth Containers implement this functionality.例文帳に追加

この関数は、スタティックにコールすることはできません。 すべての Auth コンテナがこの機能を実装しているというわけではありません。 - PEAR

Currently no consistency, see each Auth Container for details on how and what they return. 例文帳に追加

現在は統一された決まりはありません。 何がどのように返されるのかについては、各 Auth コンテナのドキュメントを参照ください。 - PEAR

This function can not be called statically. Auth uses PHP's session mechanism to recognize users between http calls.例文帳に追加

この関数は、スタティックにコールすることはできません。 Auth は、PHP のセッション機能を使用して、ユーザの http コールの間隔を判断します。 - PEAR

Authorizationdata required by the above protocols is passed to the server in a privatefile named with the -auth command line option. 例文帳に追加

上記のプロトコルが要求する認証データは、\\-auth コマンド行オプションで指定する個人のファイル名でサーバに渡される。 - XFree86

If the storage containers supplied with Auth are not capable of fulfilling your requirements, you can easliy create your own storage container. 例文帳に追加

Auth パッケージが提供するストレージコンテナが、自らの要求に合致しない場合は、独自のストレージコンテナを作成することができます。 - PEAR

Setting Auth's expiry time larger than the session timeout will still expire the session to the time the php session expires. 例文帳に追加

Auth の有効期限をセッションのタイムアウトより大きくしたとしても、PHP のセッションが期限切れになった時点で Auth も期限切れとなります。 - PEAR

If no maximum idle time is set, which is the default configuration of PEAR::Auth, this method will return 0. 例文帳に追加

最大アイドル時間が設定されていない場合は、0 が返されます(PEAR::Auth のデフォルト設定では、最大アイドル時間は設定されていません)。 - PEAR

mechanism specifies which authentication mechanism is to beused - it should appear in the instance variable capabilities in the form AUTH=mechanism.例文帳に追加

mechanismは利用する認証メカニズムを与えます。 認証メカニズムはインスタンス変数capabilities の中にAUTH=mechanismという形式で現れる必要があります。 - Python

Here is a skeleton for a custom Auth storage container Example 34-1. 例文帳に追加

独自のストレージコンテナを作成するための雛形を以下に示します。 - PEAR

if TRUE, an auth request is issued before the command 例文帳に追加

TRUEの場合、コマンドを送信する前に認証処理が実行されます。 - PEAR

When hashing the passwords with the MD5 algorithm, which is the default encryption method in PEAR::Auth, the password column must be at least 32 characters long. 例文帳に追加

PEAR::Auth のデフォルトの暗号化方式である MD5アルゴリズムでパスワードのハッシュ値を計算する場合、password カラムは、32文字以上とする必要があります。 - PEAR

Use virtual users (never system accounts) by enabling the AUTH option.Set this to -lpuredb:/etc/pureftpd.pdb and create your users by using/usr/bin/pure-pw. 例文帳に追加

AUTHオプションを有効にし、(システムアカウントではなく)バーチャルユーザを使用して下さい。 また、設定するには-lpuredb:/etc/pureftpd.pdbを実行し、/usr/bin/pure-pwでユーザを作成して下さい。 - Gentoo Linux

When testing XDM-AUTHENTICATION-1,a private key is shared between the server and the manager. 例文帳に追加

\\-cookie xdm-auth-bitsXDM-AUTHENTICATION-1 をテストするときに、サーバとマネージャでプライベートキーが共有される。 - XFree86

The -auth argument is optional.If specified, xfindproxy will read 2 lines from standard input. 例文帳に追加

この引き数を指定した場合は、xfindproxy は標準入力から2行読み込む。 - XFree86

This option sets that value, by default it is "MIT-Unspecified"(not a very useful value). -cookie xdm-auth-bits 例文帳に追加

このオプションはその値を設定し、そのデフォルト値は"MIT-Unspecified" である(あまり役に立つ値ではない)。 - XFree86

With PAM a standalone plus sign is only considered a wildcard character which means "any host" when the word promiscuous is added to the auth component line in your PAM file for the particular service "(e., " rlogin ). 例文帳に追加

PAM では、単独のプラス記号が「すべてのホスト」を表すワイルドカードとして扱われるのは、特定のサービス (例えばrlogin ) 用の PAM ファイルで auth 行にキーワードpromiscuousが追加されている場合のみである。 - JM

If you add 'dn' as a value to this array, the user's DN that was used for binding will be added to auth data as well. 例文帳に追加

この配列の値として'dn' を追加すると、バインドに使用するユーザの DN が認証データに追加されます。 - PEAR

With this function you can set the maximum expire time that is used by auth to a new value. 例文帳に追加

この関数は、(ログインしてから)認証が期限切れとなるまでの時間を新しい値に設定します。 - PEAR

For example, for a proxy service of "LBX", the address wouldbe an X display address (e.g, "blah.x.org:0"). 例文帳に追加

例えば、プロキシサービス "LBX" については、アドレスは X のディスプレイアドレス(つまり "blah.x.org:0")となる。 引き数\\-authは省略可能である。 - XFree86

例文

It also understands that SUN-DES-1 and MIT-KERBEROS-5use string values for the authorization data, and displays them appropriately.The X server (when running on a workstation) reads authorization informationfrom a file name passed on the command line with the -auth option (see theXserver manual page). 例文帳に追加

\\fIxauth\\fP はまた、SUN-DES-1 と MIT-KERBEROS-5 が認証データに対して用いる文字列値を理解し、これらを適切に表示する。 X サーバ(ワークステーションで実行しているとき)は、認証情報をコマンド行の\\fI\\-auth\\fP オプション(\\fIXserver\\fP オンラインマニュアルを参照)を使って渡されたファイルから読み込む。 - XFree86




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
Copyright 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS