ASA8.42的Windows AD域LDAP认证

简介:

1.拓扑图:

参考:http://bbs.51cto.com/thread-728599-1-1.html

2.ASA配置步骤:

A.添加LDAP认证类型的aaa-server

aaa-server yuntian.com protocol ldap
 max-failed-attempts 2
aaa-server yuntian.com (inside) host 100.1.1.100
 ldap-base-dn cn=users,dc=yuntian,dc=com
 ldap-group-base-dn dc=yuntian,dc=com
 ldap-scope subtree
 ldap-login-password *****
 ldap-login-dn cn=xllldap,cn=users,dc=yuntian,dc=com
 server-type microsoft

B.设定允许telnet的主机IP:

 telnet 100.1.1.0 255.255.255.0 inside

C.进行AAA测试:

ciscoasa# test aaa-server authentication yuntian.com username xllldap password 1234qwer, 

Server IP Address or name: 100.1.1.100
INFO: Attempting Authentication test to IP address <100.1.1.100> (timeout: 12 seconds)
INFO: Authentication Successful

D.在域控的AD中添加帐号并测试登录:

User Access Verification

Username: xll
Password: ********
Username: administrator
Password: *********
Type help or '?' for a list of available c
ciscoasa> en
Password:
ciscoasa#





本文转自 碧云天 51CTO博客,原文链接:http://blog.51cto.com/333234/931998,如需转载请自行联系原作者

相关文章
|
API Windows
PetitPotam——另一种方式触发Windows主机认证
PetitPotam——另一种方式触发Windows主机认证
|
关系型数据库 MySQL 数据安全/隐私保护
windows mysql8 安装后 提示密码不对,修改下密码认证方式就可以了
windows mysql8 安装后 提示密码不对,修改下密码认证方式就可以了
3299 3
|
存储 Java 数据库
windows server2016搭建AD域服务器
windows server2016搭建AD域服务器
1652 72
|
安全 BI 数据安全/隐私保护
AD域、Windows AD域管理功能大全
Windows AD域管理功能大全,再也不用东拼西凑了!
1396 1
|
人工智能 JavaScript 网络安全
ToB项目身份认证AD集成(三完):利用ldap.js实现与windows AD对接实现用户搜索、认证、密码修改等功能 - 以及针对中文转义问题的补丁方法
本文详细介绍了如何使用 `ldapjs` 库在 Node.js 中实现与 Windows AD 的交互,包括用户搜索、身份验证、密码修改和重置等功能。通过创建 `LdapService` 类,提供了与 AD 服务器通信的完整解决方案,同时解决了中文字段在 LDAP 操作中被转义的问题。
851 1
|
存储 监控 安全
深入调查研究挖掘Windows AD
【11月更文挑战第18天】
461 0
|
存储 安全 网络协议
Windows安全加固-AD建立与加入
Windows安全加固-AD建立与加入
463 0
|
存储 安全 算法
Windows认证基础篇(一)
Windows认证基础篇(一)
513 0
Windows认证基础篇(一)
|
11月前
|
安全 数据安全/隐私保护 虚拟化
Windows Server 2022 中文版、英文版下载 (2025 年 10 月更新)
Windows Server 2022 中文版、英文版下载 (2025 年 10 月更新)
2552 2
Windows Server 2022 中文版、英文版下载 (2025 年 10 月更新)
|
11月前
|
安全 Unix 物联网
Windows 7 & Windows Server 2008 R2 简体中文版下载 (2025 年 10 月更新)
Windows 7 & Windows Server 2008 R2 简体中文版下载 (2025 年 10 月更新)
1116 0
Windows 7 & Windows Server 2008 R2 简体中文版下载 (2025 年 10 月更新)

热门文章

最新文章