Sametime Job Titles

where does Sametime get the Job Titles from? I had initially thought it was from the users person doc. My title that is in the person doc is what is showing when I send someone an IM, but my managers is showing “corporate system administrator” which is not listed in his person doc…

Subject: Are you using LDAP or Domino Directory

Is one question you need to ask yourself, you also need to klnow if the sametime “Blackbox” has been customised to use a different data source.

If you aren’t using a custom blackbox, then the value is coming from LDAP if using LDAP directory and Domino if using Domino. The exact field being used is controlled/set in the Sametime Web Administration.

Subject: business card setup

same isssue here in our case we use DD we do not use LDAP, on ST Administration Page under Business Card Setup we have:Address - Location

Company - CompanyName

E-mail Address - InternetAddress

Name - FirstName, MidleInitial, LastName

Photo -

Telephone - OfficePhoneNumber

Title - JobTitle

but in Notes client Business Card only displays Name and Status… what’s missing?

optionally in addition to all other items we would like to disply photo as well but since I cannot see other info I do not even bother with photo

I found some tech note talking about UserInfoConfig.xml file which I think has all info needed but still cannot get it to work, here is my xml file… anything obvious I’m missing here?

  <Detail Id="MailAddress" FieldName="mail" Type="text/plain"/>

  <Detail Id="Name"  FieldName="cn" Type="text/plain"/>

  <Detail Id="Title"  FieldName="title" Type="text/plain"/>

  <Detail Id="Location"  FieldName="postalAddress" Type="text/plain"/> 

  <Detail Id="Telephone"  FieldName="telephoneNumber" Type="text/plain"/>

  <Detail Id="Company" FieldName="ou" Type="text/plain"  />

  <Detail Id="Photo" FieldName="jpegPhoto" Type="image/jpeg"  />
 <Detail Id="Location" FieldName="Location" Type="text/plain"/>

 <Detail Id="Title" FieldName="JobTitle" Type="text/plain"/>

 <Detail Id="MailAddress"  FieldName="InternetAddress" Type="text/plain"/>

 <Detail Id="Telephone"  FieldName="OfficePhoneNumber" Type="text/plain"/>

 <Detail Id="Company" FieldName="CompanyName" Type="text/plain"  />

 <Detail Id="Name"  FieldName="FirstName,MiddleInitial,LastName" Type="text/plain"/>

 <Detail Id="Photo" FieldName="jpegPhoto" Type="image/jpeg"/>

T.