Which ObjectClass is One-X-Communicator using?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • sewers
    Aspiring Member
    • Jan 2013
    • 1

    Which ObjectClass is One-X-Communicator using?

    Hello,

    we are currently using 1XC within a multi-tenancy environment. There are several requests to store other information in our Active Directory.

    Here is my question:
    Which ObjectClass is 1XC using? If it only searches for "user" as ObjectClass it would be fine. But if there are other information stored (e.g. hunt groups for billig etc.) and displayed we need to find another solution.

    Kind Regards,
    Stefan
  • patkara
    Member
    .
    • Feb 2014
    • 7

    #2
    Hi Stephan

    I was working on one of the issue where we used advanced search criteria of 1xC, here filter used was :
    "(&(objectClass=*)(telephonenumber=6622*))". 6622 being extension. Now, the number was xxxx6622 and hence the search was not successful because of the placement of *.

    Previous query in 1xC SP8 was:
    (&(telephonenumber=input*))

    New query in SP9:
    (&(objectClass=*)(telephonenumber=input*))

    May i know the 1xC version in question?

    Comment

    Loading