ChinaUnix.net
相关文章推荐:

certificate issued for a different hostname issuer is not trusted

String keystore = "/usr/java/j2sdk1.4.2_10/jre/lib/security/cacerts"; System.setProperty("javax.net.ssl.trustStore",keystore); Hashtable env = new Hashtable(); env.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.ldap.LdapCtxFactory"); env.put(Context.PROVIDER_URL, "ldap://" + ldapIP + ":" + ldapPort); env.put(Context.SECURITY_AUTHENTICATION, "simple"); env.put(Context.SE...

by javacolin - 服务器应用 - 2006-05-31 09:45:29 阅读(2297) 回复(0)

相关讨论

if [ $id < $count ] ,这里要改为 if [ $id -le $count ] , -le 是数值比较,而 < 是字符串比较。 或者 改为 if [[ $id < $count ]] ,虽然这样会执行,但是我发现,它是按照了字符串比较。不是数值比较,运行结果是错的! 我的问题:“为什么 [ $id < $count ] 不能正确执行,而[[ $id < $count ]] 可以正确执行(虽然结果不对)?”[] 和 [[ ]] 的区别??

by super_ebo - Shell - 2008-05-19 20:56:14 阅读(1567) 回复(7)

设置trusted system是HP UNIX安全机制的一部分,首先看下trusted system增加了哪些安全特性: 口令放置在单独的且只有root用户可读的文件中 可以设置更多的口令与登录属性 可以进行审计 怎样由!trusted system转换为trusted system 对于一个在用的并且有运行应用的系统上,一定要对在用的应用进行分析,对更改后的限制是否会影响应用(尤其注意用户umask值更改带来的隐患) 由以上的分析规划适合的安全方案(比如在更改后是否要...

by jessiezhouj - HP文档中心 - 2009-04-21 08:08:46 阅读(2829) 回复(0)

在实行命令时,界面报错: db2 force applications all SQL1032N No start database manager command was issued. SQLSTATE=57019,如何解释? 还有,由于先前对一个表作了INSERT操作,没有及时提交,系统报告: SQL0964C The transaction log for the database is full. SQLSTATE=57011。如何处理日志满的情况? 最后,请问,DB2中有类似ORACLE 中的 autocommit 参数设置么?

by dekang - DB2 - 2003-05-06 13:22:26 阅读(10935) 回复(7)

i want to access Servelt by hyperlink in a jsp web site connection.jsp Accessing servlet i put the bean in the dir(/myjsp/WEB-INF/classes/hello(package)/Hello) and modify the file web.xml like this: > Hello hello.Hello Hello /Hello it works! but if i use it causes an Exception The requested resource (/myjsp/myjsp/SimpleServlet) is not available. but i...

by yexin218 - Java文档中心 - 2006-07-13 17:14:27 阅读(542) 回复(0)

hi all, as i found the FreeBSD 4.7 installed with standard, the directory in /usr/src with a lot of things.. But after i compile the kernel with a mykernel, most of the things disappear... Why??

by kinux - BSD - 2003-02-03 02:36:58 阅读(1026) 回复(0)

最近在写关于The Design of the trusted Operating System的文章,需要以下资料 1.AIX 特殊安全子集 2.SUN Solaris 3.trustedBSD 4.HP-UX V V 5.NSA 以上系统的设计,内核守护程序,ROOT设置程序等相关资料,从网络上搜索了N久,有价值的资料基本没有,如果某牛人有相关的资料能否提供一份给小弟?在这里先谢谢各位大牛了

by kijs - AIX - 2007-03-14 20:59:28 阅读(1105) 回复(0)

trusted Data Integrity Auditing 2003-8-11 8:15:53 阅读26次 Julien Palardy, julien.palardy@videotron.ca Introduction Recently, a document related to file system integrity audit tools was published by Jeremy Rauch on Securityfocus.com [1]. After a brief reading, I could not avoid observing the critical - although very accurate - conclusion it drew on such tools and their position in ...

by rud - Linux论坛 - 2003-08-26 23:08:30 阅读(552) 回复(0)