
ACS支持Windows
Active
Directory,
Novell
NDS等目录服务器,下面以Cisco
ACS与Windows
2000
的Active
Directory集成为例,介绍一下配置步骤:
1.
配置Cisco
5350,和其他Router成为
ACS的AAA
Client
Network
Configuration----?输入5350
ip
address
Key:
Cisco
Authenticate
Using
:
Tacacs+(Cisco
IOS)
2.
Exterternal
User
Databases-----〉Unknown
User
Policy--->Check
the
following
external
user
database--->Select
Windows
NT/2000---->Sumit.
External
User
Database----〉database
configuration
----->
windows
NT/2000
----->
Dial
permission
,check
grant
dialin
permission--->
sumit
3.配置ACS
group
mapping,
以配置授权
由于使用Windows
Active
directory的用户名作为认证,因此配置此用户的授权由ACS的组完成,然后将此group与Windows
Active
directory的组映射。
External
User
Database----〉database
configuration-----?
windows
2000-----〉configure-----〉add
config
domain-list
,local----->sumit
External
User
Database----〉database
group
mapping-----〉windows
nt/2000---?domain
,local-?
Add
mapping----?Windows
users
group,
Cisco
acs
group
group1-----?
sumit
4.Cisco
5350和Router的配置
对于Router,配置ACS认证,授权。
配置一个本地的用户名/口令,防止在ACS认证失败后,使用此用户名/口令。
Router#username
localusr
pass
usrpass
Router#config
terminal
配置ACS认证
Router(config)#aaa
new-model
Router(config)#aaa
authentication
login
vty-login
group
tacacs
local
配置ACS授权
Router(config)#aaa
authorization
exec
exec-vty
group
tacacs
指定ACS
Server地址
Router(config)#tacacs
host
acsipaddress
key
Cisco
应用到VTY上
Router(config)#
line
vty
0
4
Router(config-line)#login
authentication
vty-login
Router(config-line)#authorization
exec
exec-vty
对于Cisco
5350
访问服务器,除了上述步骤外,还需增加如下步骤 Router#aaa
authentication
ppp
default
group
tacacs
local
你自己知道出现什么问题了吗?看说明大概也就知道了.系统给你的提示是说问题发生在建立Adaptive Server Anywhere的时候,数据库的页面文件过大.
那首先,如果你的那页面文件超过4G,那先查下你的硬盘是否NTFS的,因为在windows的文件系统中,只有ntfs才支持超过4G的单文件,而fat32不支持.
另外你所安装的分区中,空间是否足够等等等等,反正就是你现在要创建一个大的文件时出错了,可能是不够空间,可能是文件系统格式不支持,也可能是磁盘开销问题.反正自己在这里留意下就知道问题所在了.
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)