代码搜索:Authentication
找到约 6,490 项符合「Authentication」的源代码
代码结果 6,490
www.eeworm.com/read/155953/5617516
h tcpa_defines.h
/*++
TMP defines basically extracted from TCPA Main Specification V1.1
--*/
#ifndef __TCPA_DEFINES_H__
#define __TCPA_DEFINES_H__
/////////////////////////////////////////////////////////////
www.eeworm.com/read/415931/11047852
c iscsi-auth.c
/*
* iSCSI driver for Linux
* Copyright (C) 2001 Cisco Systems, Inc.
* maintained by linux-iscsi-devel@lists.sourceforge.net
*
* This program is free software; you can redistribute it and/or modi
www.eeworm.com/read/411332/11248524
txt 办法.txt
1.检查控制面板的服务是否设置为自动 ;
2.检查注册表HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME0 下面一个自启动的参数(ORA_ORCL_AUTOSTART)是否为 true
3.检查注册表中HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME0下有没有ORACLE_SID
4.检查服务COM+ Event Sys
www.eeworm.com/read/411332/11248536
txt oraclelistener无法启动解决办法.txt
1.检查控制面板的服务是否设置为自动 ;
2.检查注册表HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME0 下面一个自启动的参数(ORA_ORCL_AUTOSTART)是否为 true
3.检查注册表中HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME0下有没有ORACLE_SID
4.检查服务COM+ Event Sys
www.eeworm.com/read/147349/12561162
h mm32.h
#ifndef _MM32_H
#define _MM32_H
/* MM State definition begin----------------------------------------------------------*/
#define MM_STS_CNT 4 /* 俵俵 state count */
typedef enum
{
www.eeworm.com/read/105212/15675132
c auth-rhosts.c
/*
* Author: Tatu Ylonen
* Copyright (c) 1995 Tatu Ylonen , Espoo, Finland
* All rights reserved
* Rhosts authentication. This file contains code
www.eeworm.com/read/247207/4485890
readme
LDAP authentication helper for Squid.
This Squid helper allows authentication against LDAP directories
using the "simple authentication" (plain-text).
This code is maintained by Henrik Nordstrom
www.eeworm.com/read/183719/5252551
readme
LDAP authentication helper for Squid.
This Squid helper allows authentication against LDAP directories
using the "simple authentication" (plain-text).
This code is maintained by Henrik Nordstrom
www.eeworm.com/read/351777/3098996
readme
LDAP authentication helper for Squid.
This Squid helper allows authentication against LDAP directories
using the "simple authentication" (plain-text).
This code is maintained by Henrik Nordstrom
www.eeworm.com/read/275831/10794402
rb 06 - checking whether an object has necessary attributes.rb
class Object
def must_have_instance_variables(*args)
vars = instance_variables.inject({}) { |h,var| h[var] = true; h }
args.each do |var|
unless vars[var]
raise ArgumentError,