質問編集履歴
1
重複記事削除
title
CHANGED
File without changes
|
body
CHANGED
@@ -30,11 +30,7 @@
|
|
30
30
|
ldap_add($ldapConn, "cn=testo taro,OU=Users,OU=test-trial,DC=tests-upper,DC=com", $info);
|
31
31
|
|
32
32
|
|
33
|
-
// このUserAccountControlがなければ登録できる
|
34
|
-
$info['UserAccountControl'] = "512";
|
35
33
|
|
36
|
-
ldap_add($ldapConn, "cn=testo taro,OU=Users,OU=test-trial,DC=tests-upper,DC=com", $info);
|
37
|
-
|
38
34
|
```
|
39
35
|
|
40
36
|
環境は以下です。
|