Can password protection be enforced for non members accessing a Cisco Meeting Server space?


When spaces are auto-generated via an LDAP sync, they are all created without a passcode. By default, the parameter nonMemberAccess on the /ldapSources API node is set to  true, no passcode is required to access the space and non-members are able to access the created spaces. Setting nonMemberAccess to false allows a company to enforce passcode protection for non-member access to all user spaces.

To ensure that the member must configure non-member access and set a passcode as part of the LDAP sync:

Either POST to /ldapSources or PUT to /ldapSources/<ldap source id> the request parameter nonMemberAccess set to false

To retrieve the nonMemberAccess setting, use GET on /ldapSources/<ldap source id>

Note: non-member access to spaces created before version 2.4 (when this parameter was introduced) are unaffected by any LDAP syncs.

Last update:
14-Oct-2019
FAQ ID:
1457