ND65 and Sametime

I’m trying to work out what the best sign in method is to get this working correctly.

Right now, i have N65 setup on my workstation with the integrated client. When i sign into sametime (3.1IF1) i have to use my web address joe@company.com. When i check my inbox i don’t get the status indicator for any of my collegues in the company since their names show as bob/location/company. If any of them send me a mail from iNotes though it does since they show up as bob@company.com

In all the documentation it shows the indicators working /loc/co.

If i try and sign in to sametime using joe/location/co it fails.

We are using ldap for sametime authentication since we are also using Quickplace 3.1.

Can anyone help me figure this out?

Thanks

Subject: From the R6.5 Beta forum

Try this

Subject: RE: From the R6.5 Beta forum

Unfortunately had already set that up.Noticed that it lets me sign in as Joe Bloggs, or joe.bloggs@company.com but not as the FQ name /loc/co

Subject: You need to do a couple of other things as well.

In the $PersonExtensibleSchema subform, Place a hidden computed field (we used AbbreviatedName) with the formula @Name([Abbreviate]; FullName). Now edit your person form. Now go to your Configuration Form for your LDAP server and add the lDAP attribute.

LDAP Configuration

Anonymous users can query:

LDAP Attribute Types:

AltFullname
dominoCertificate
FullName
givenName
HTTP-HostName
ListName
Location
mail
MailAddress
MailDomain
MailFile
MailServer
member

notesmail
sn
uid

Domino Fields:

AltFullname
Certificate
FullName
FirstName
HTTP_HostName
ListName
Location
InternetAddress
MailAddress
MailDomain
MailFile
MailServer
Members

AbbreviatedName
LastName
ShortName

Restart your LDap server and try to log in again.