-
Siegfried replied to the topic OpenIdM Active Directory Attribute Updates in the forum Identity Management 1 year, 7 months ago
Has a solution been found for this problem? We currently have the same error.
-
Siegfried's profile was updated 6 years, 2 months ago
-
Siegfried replied to the topic OpenDJ output differs in the forum Directory Services 6 years, 2 months ago
Thanks, Ludo, you’re right.
OpenDJ ldapsearch works as expected:
$ ./ldapsearch -h opendj -p 389 -b “ou=Groups,dc=X” “(cn=X-2005-0504)” groupname;lang-en
dn: cn=X-2005-0504,ou=Groups,dc=X
groupname;lang-en: Procurement$ ./ldapsearch -D “cn=Directory Manager” -w password -h opendj -p 389 -b “ou=Groups,dc=X” “(cn=X-2005-0504)”…[Read more]
-
Siegfried started the topic OpenDJ output differs in the forum Directory Services 6 years, 2 months ago
Hi!
With a PHP script I search OpenDJ 2.6.0 for some object and ask for attribute “myName;lang-en”.
The search with an anonymous bind gives me what I expect:
{
=>
array(2) {
=>
int(1)
=>
string(25) “Department X”
}
=>
string(20) “myName;lang-en”
=>
int(1)
}A search with a proper bind produces a different…[Read more]