代码搜索:Authentication
找到约 6,490 项符合「Authentication」的源代码
代码结果 6,490
www.eeworm.com/read/225994/14505400
ssh-agent.0
SSH-AGENT(1) OpenBSD Reference Manual SSH-AGENT(1)
NAME
ssh-agent - authentication agent
SYNOPSIS
ssh-agent [-a bind_address] [-c | -s] [-t life] [-d] [command
www.eeworm.com/read/225994/14505624
sshd_config
# $OpenBSD: sshd_config,v 1.70 2004/12/23 23:11:00 djm Exp $
# This is the sshd server system-wide configuration file. See
# sshd_config(5) for more information.
# This sshd was compiled with PATH=
www.eeworm.com/read/225994/14505637
c sshconnect1.c
/*
* Author: Tatu Ylonen
* Copyright (c) 1995 Tatu Ylonen , Espoo, Finland
* All rights reserved
* Code to connect to a remote host, and to perfor
www.eeworm.com/read/225994/14505663
1 ssh-add.1
.\" $OpenBSD: ssh-add.1,v 1.42 2005/03/01 17:32:19 jmc Exp $
.\"
.\" -*- nroff -*-
.\"
.\" Author: Tatu Ylonen
.\" Copyright (c) 1995 Tatu Ylonen , Espoo, Finland
.\"
www.eeworm.com/read/224537/14585929
aspx 11-1.aspx
Sub Page_Load(Src As Object, E As EventArgs)
AuthUser.Text = User.Identity.Name
AuthType.Text = User.Identity.AuthenticationType
www.eeworm.com/read/123850/14609735
txt 内有一篇文章或许有用.txt
作者:yuhj
日期:2001-5-6 11:59:57
如何用 servlet 打开非 HTML 格式的文档
一种向 Web 客户端发送非 HTML 格式文档的简单方法
摘要
Java Servlet 编程可以很方便地将 HTML 文件发送到客户端 Web 浏览器。然而许多站点还允许访问非 HTML 格式的文档,包括 Adobe PDF、Microsoft Word 和 Mic
www.eeworm.com/read/118524/14864964
config jaas.config
// jaas.config
// Configures JAAS to use NTLoginModule
// for authentication.
AuthenticateNT {
com.sun.security.auth.module.NTLoginModule required debug=false;
};
www.eeworm.com/read/118194/14882441
py web.py
#! python
#
# $Workfile: Web.py $ $Revision: 18 $
# $Date: 10/07/01 1:50p $ $Author: Sholden $
#
import os, base64
import cgi
import mx.DateTime as mxdt
import mx.DateTime.ARPA as arpa
import