代码搜索:Authentication
找到约 6,490 项符合「Authentication」的源代码
代码结果 6,490
www.eeworm.com/read/129999/14213004
c auth.c
/*
* auth.c - PPP authentication and phase control.
*
* Copyright (c) 1993 The Australian National University.
* All rights reserved.
*
* Redistribution and use in source and binary forms are pe
www.eeworm.com/read/225994/14505517
conf pam.conf
#
# PAM configuration file /etc/pam.conf
# Example for OpenSSH on AIX 5.2
#
# Authentication Management
sshd auth required /usr/lib/security/pam_aix
OTHER auth requi
www.eeworm.com/read/225994/14505518
ssh-copy-id
#!/bin/sh
# Shell script to install your identity.pub on a remote machine
# Takes the remote machine name as an argument.
# Obviously, the remote machine must accept password authentication,
# or one
www.eeworm.com/read/221805/14720061
c testrad.c
/* testrad.c */
/* Test file to test RADIUS authentication and accounting requests */
/* Copyright 1984 - 2000 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
______
www.eeworm.com/read/476745/1367174
java usersecurityadvicetest.java
package com.cib.service;
import org.springframework.security.AccessDeniedException;
import org.springframework.security.Authentication;
import org.springframework.security.context.SecurityContext;
im
www.eeworm.com/read/251236/4423765
svn-base passwordconfig.java.svn-base
package examples;
import java.util.Hashtable;
import javax.security.auth.login.*;
/**
* Sample configuration class for JAAS user authentication.
* This class is useful because it can be rew
www.eeworm.com/read/247207/4485848
no_check_ntlm_auth readme.no_check_ntlm_auth
This is a dummy NTLM authentication module for Squid.
It performs the NTLM challenge, but then it doesn't verify the
user's credentials, it just takes the client's domain and username
at face value.
I
www.eeworm.com/read/239418/4601296
conf pam.conf
#
# PAM configuration file /etc/pam.conf
# Example for OpenSSH on AIX 5.2
#
# Authentication Management
sshd auth required /usr/lib/security/pam_aix
OTHER auth requi
www.eeworm.com/read/230901/4718975
c upap.c
/*
* upap.c - User/Password Authentication Protocol.
*
* Copyright (c) 1989 Carnegie Mellon University.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
www.eeworm.com/read/230901/4718979
h upap.h
/*
* upap.h - User/Password Authentication Protocol definitions.
*
* Copyright (c) 1989 Carnegie Mellon University.
* All rights reserved.
*
* Redistribution and use in source and binary forms a