Hi,
I got some problems with my One-X Portal server.
It is linked to a Simple LDAP server (not AD) OpenDS.
When I type some name in the search, the systeme returns me the 100 first entries.
When I type a phone Number, all is ok.
Here is my First entry in my LDAP.
I think something is wrong with the name, but what?
For example :
If I search for "Arthur", I get the 100 first results.
If I search for 05121212 : I get just Arthur TEST result.
Every info is welcome.
I got some problems with my One-X Portal server.
It is linked to a Simple LDAP server (not AD) OpenDS.
When I type some name in the search, the systeme returns me the 100 first entries.
When I type a phone Number, all is ok.
Here is my First entry in my LDAP.
I think something is wrong with the name, but what?
Code:
dn: dc=Avaya-OF,dc=local
objectclass: domain
objectclass: Top
dc: example
dn: ou=People,dc=Avaya-OF,dc=local
objectclass: organizationalunit
objectclass: Top
ou: People
dn: cn=user.1,ou=People,dc=Avaya-OF,dc=local
objectclass: top
objectclass: person
objectclass: inetorgperson
objectclass: organizationalperson
uid: user.1
givenname: Arthur TEST
cn: RJ A. Test
sn: Test
telephonenumber: 05121212957
For example :
If I search for "Arthur", I get the 100 first results.
If I search for 05121212 : I get just Arthur TEST result.
Every info is welcome.