嗨,我编写了以下脚本来更新特定用户的密码 $ldaps_url = "192.168.168.1";
$ldap_conn = ldap_connect($ldaps_url, $port) or die("Sorry! Could not connect to LDAP server ($ip)");
我想在linux、aix和sun solaris上构建openldap。我只需要在这些机器上的回归测试中使用openldap。为此,我只需要ldif。我已经通过FTP将tar文件openldap-2.4.40.tgz下载到linux机器上。然后运行tar -zxvf openldap-2.4.40.tgz cd openldap-2.4.40checking for db.h... no
configure: e
如果我想在启用unix属性的活动目录用户和openldap之间保持同步,那么我必须在openldap中创建的用户类型是什么?我可以看到,active目录中的用户有类似于"lastname“的字段,这在openldap中转换为sn,其中sn是openldap中Generic: User Account类型的强制字段,而不是AD那么,在创建openldap用户时,我可以使用的最接近的模板是什么,类似于正常的活动目录或组?
这个Generic: User Account是我在phpldapadmin中