ChinaUnix.net
相关文章推荐:

domino ldap userpassword binary

因为现在有个软件需要通过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上的dominobinary Path。 注:记得安装的时候并非domino for AIX的默认路径: /opt/lotus/notes

by jason_zhangwz - AIX - 2007-01-19 16:56:34 阅读(1577) 回复(2)

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) { ...

by xp20683 - C/C++ - 2009-07-27 14:24:31 阅读(1290) 回复(2)

ldap协议访问domino的目录服务器,怎样才能取的ou中用户的所属组, 求高人指教,用的是微软提供的ldap接口

by ppshw - 服务器应用 - 2005-01-24 18:43:48 阅读(1273) 回复(0)
by tclwp - 服务器应用 - 2005-07-19 20:08:35 阅读(2151) 回复(2)

最近我碰到一个很奇怪的问题。。。。 作为domino ldap的管理用户wpsbind,老是create重复的用户信息,在domino的表现就是在一个叫inetorgperson的form里,有 person form的一样uid的document。。。这样就导致用户不能正常登陆,我从ldap里根据UID查询能查出2条以上的纪录。。。。狠棘手的。。不知道是什么问题?困惑 困惑 而且创建的时间是分散在一天24小时中,从服务器开始运行到现在都有create. 哪位大虾帮我指点一二?

by hualee - 服务器应用 - 2007-08-06 22:45:15 阅读(2770) 回复(0)

我想将domino ldap迁移至Openldap,主要担心的问题在于密码方面,domino密码格式导出比较奇怪,如userpassword: (355E98E7C7B59BD810ED845AD0FD2FC4),这种格式我应该以什么方式导入Openldap? 请教各位大佬了。 实在没有头绪。 请回复,谢谢!

by wanyf - 服务器应用 - 2007-10-10 16:23:13 阅读(4256) 回复(2)

如果Win上配置AD 默认也占用389端口,请教如何更改domino ldap的默认端口或者如何更改AD默认占用的389端口号,谢谢

by jason2003 - 服务器应用 - 2005-09-20 18:04:55 阅读(8275) 回复(2)

I want a c program to convert a file to its binary format,here is what i wrote: #include #include void binaryformat( int n ); int main( int argc, char **argv ) { if ( argc < 2 ) printf( "Too few arguments!\nUsage:binaryfile filename.\n" ); else if ( argc > 2 ) printf( "Too many arguments!\nUsage:binaryfile filename.\n" ); else { FILE *fp = fopen( argv[1], "r" ); ...

by fedoracore4 - C/C++ - 2006-01-11 12:28:39 阅读(894) 回复(4)

--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的含义啊?这个大哥能告诉我吗?

by paulwang - Linux论坛 - 2004-03-19 15:31:25 阅读(435) 回复(0)

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 ...

by 蓝色键盘 - C/C++ - 2003-12-27 17:51:41 阅读(1040) 回复(3)