06-12-2012 08:25 PM - edited 03-17-2019 11:18 PM
I have set up a lab and tested the Authentication to be working fine as per logic of Deployment guide. I am giving a brief of what I have done and the queries I have on this.
# MeetingRoom1 endpoint
dn: commUniqueId=test,ou=h350,dc=X
objectClass: commObject
objectClass: h323Identity
objectClass: h235Identity
objectClass: SIPIdentity
commUniqueId: test
h323Identityh323-ID: ddlab
h323IdentitydialedDigits: 123456
h235IdentityEndpointID: ddlab
h235IdentityPassword: password
SIPIdentityUserName: ddlab
SIPIdentityPassword: password
SIPIdentitySIPURI: sip:ddlab@example.com
Now a system with the below settings can register to the VCS successfully.
H323 id = ddlab
E164 = 123456
H323 authentication username = ddlab
H323 authentication password = password
SIP URI = ddlab@example.com
SIP authentication username = ddlab
SIP authentication password = password
So, I understand that we have to create a h.350 object for each and every endpoint. I also see that authentication credentials used here is defined manually and user cannot use his AD credentials.
How can i make H350 directory use the User AD credentials.
If not, then this LDAP integration will only yield the below.
Is this the way LDAP auth for VCS works. Kindly suggest.
06-12-2012 08:26 PM
I am running VCS X7.1
06-13-2012 01:27 AM
Hi Rameez,
you could authenticate your Movi/Jabber Users against AD with Kerberos and NTLM. Therefore the VCS must join the AD Domain as a Computer. You can do this under VCS Configuration -> Authentication -> Devices -> Active Directory Service. After joining the Jabber Users can be authenticated with AD.
Have you got TMS? With TMS you can sync your AD Users to the TMS and from the TMS to the VCS. You could also filter for a special AD group.
NTLM Auth works only for Jabber Clients, so you have to maintain a separeate database for all your other endpoints. You can maintain this database directly on the VCS.
A H.350 LDAP database could also be used to maintain the credentials, but you have to build a seperate directory. I like the TMS because it's easy to manage. On the other hand, if you have multiple VCS or the VCS clustered, a single database would be better.
I'm not quite sure, but I think with TMSPE you could also use the Provisioning database to maintain the credentials for all your endpoints. TMSPE syncs the accounts to the VCS database, so authentication should work fine with them too.
Regards, Paul
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide