因为现在有个软件需要通过ypcat passwd或者cat /etc/passwd的方式来获取用户信息。但是我们这边使用ldap作用户验证的,后来我写了一个脚本把ldap里面的用户信息转成/etc/passwd的格式,就是userpassword这个字段有问题,因为ldap数据库中userpassword字段的加密方式有好几种,md5,crypt,sha,但是通过ldapsearch拿出来的是不会显示用什么方法加密,而/etc/passwd里面默认的应该是用crypt加密的,不知道应该怎么办了,大家帮帮忙!
by aries1998 - 服务器应用 - 2007-10-07 17:09:49 阅读(4145) 回复(1)
大家好。 我在AIX系统上面安装完成domino后,需要安装其他的应用。 安装的时候,需要输入domino安装时候的binary Path,但是我忘记了先前设定的Path。 请问有什么方法可以知道AIX上的domino的binary Path。 注:记得安装的时候并非domino for AIX的默认路径: /opt/lotus/notes
fread(&tstc,sizeof(short),1,rfp); printf("tstc=%hd\n",tstc); //12288,字符0,asicc为48,00110000,00000000=12288,h用于将整型的格式字符修正为short型 if( strncmp( tflow,"FT6",3) != 0) { ...
最近我碰到一个很奇怪的问题。。。。 作为domino ldap的管理用户wpsbind,老是create重复的用户信息,在domino的表现就是在一个叫inetorgperson的form里,有 person form的一样uid的document。。。这样就导致用户不能正常登陆,我从ldap里根据UID查询能查出2条以上的纪录。。。。狠棘手的。。不知道是什么问题?困惑 困惑 而且创建的时间是分散在一天24小时中,从服务器开始运行到现在都有create. 哪位大虾帮我指点一二?
我想将domino ldap迁移至Openldap,主要担心的问题在于密码方面,domino密码格式导出比较奇怪,如userpassword: (355E98E7C7B59BD810ED845AD0FD2FC4),这种格式我应该以什么方式导入Openldap? 请教各位大佬了。 实在没有头绪。 请回复,谢谢!
I want a c program to convert a file to its binary format,here is what i wrote:
#include
--qmail-queue-binary Set this to the FULL PATH to the Qmail qmail-queue binary. This is only EVER set when doing a manual install. 怎么理解这句话中binary的含义啊?这个大哥能告诉我吗?
I have noticed a lot of questions lately regarding binary operations. The first step to understanding binary, in my opinion, is how to think in binary. The ability to look at a number in binary representation and know what its' value is. Take 100110 for instance. A quick look at it and you may say it is one hundred thousand, one hundred and ten. Retraining the way you look at it is the first ...