1

これをldifファイルで使用してパスワードを設定しています。

dn:cn=krisv,ou=People,dc=jbpm,dc=org
changetype:modify
replace:unicodePwd
unicodePwd:Krisv
-

これがログです

Connecting to "localhost:389"
Logging in as current user using SSPI
Importing directory from file "MS-Sample.LDF"

Loading entries
1: cn=krisv,ou=People,dc=jbpm,dc=org
Entry DN: cn=krisv,ou=People,dc=jbpm,dc=org
changetype: modify
Attribute 0) unicodePwd:IgA3ACQANQBNAHMAIwA0AEQAaQBHACIA

Add error on entry starting on line 2: Constraint Violation
The server side error is: 0x52c Unable to update the password. The value provided for    the new password contains values that are not allowed in passwords.

The extended server error is:
0000052C: AtrErr: DSID-033805E9, #1:
0: 0000052C: DSID-033805E9, problem 1005 (CONSTRAINT_ATT_TYPE), data 0, Att 9005a    (unicodePwd)
0 entries modified successfully.
An error has occurred in the program
4

2 に答える 2

0

LDAP ディレクトリを管理するには、Apache Directory Studio を使用することをお勧めします。そのような問題を回避するのに役立つはずです。

于 2013-10-22T14:51:42.587 に答える