Owner's manual
Table Of Contents
- Chapter 1: Introduction
- Chapter 2: Accessing CC-SG
- Chapter 3: Configuring CC-SG with Guided Setup
- Chapter 4: Creating Associations
- Chapter 5: Adding Devices and Device Groups
- Chapter 6: Configuring Nodes and Interfaces
- Chapter 7: Adding and Managing Users and User Groups
- Chapter 8: Policies
- Chapter 9: Configuring Remote Authentication
- Chapter 10: Generating Reports
- Audit Trail Report
- Error Log Report
- Access Report
- Availability Report
- Active Users Report
- Locked Out Users Report
- User Data Report
- Users in Groups Report
- Group Data Report
- AD User Group Report
- Asset Management Report
- Node Asset Report
- Active Nodes Report
- Node Creation Report
- Query Port Report
- Active Ports Report
- Scheduled Reports
- CC-NOC Synchronization Report
- Chapter 11: System Maintenance
- Chapter 12: Advanced Administration
- Appendix A: Specifications (G1, V1, and E1)
- Appendix B: CC-SG and Network Configuration
- Appendix C: User Group Privileges
- Appendix D: SNMP Traps
- Appendix E: Troubleshooting
- Appendix F: Two-Factor Authentication
- Appendix G: FAQs
- Appendix H: Keyboard Shortcuts

CHAPTER 9: CONFIGURING REMOTE AUTHENTICATION 111
LDAP General Settings
1. Click the General tab.
Figure 105 LDAP General Settings
2. Type the IP address or hostname of the LDAP server in the IP Address/Hostname field. For
hostname rules, please refer to
Terminology/Acronyms in Chapter 1: Introduction.
3. Type the port value in the Port field. The default port is 389.
4. Check Secure Connection for LDAP if using a secure LDAP server.
5. Check Anonymous Bind if your LDAP server allows anonymous queries. You do not need
to enter a user name and password with anonymous binding.
Note: By default, Windows 2003 does NOT allow anonymous queries. Windows 2000 servers do
allow certain anonymous operations, whose query results are based on the permissions of each
object.
6. If you are not using anonymous binding, type a username in the User name field. Type a
Distinguished Name (DN) to specify the credentials used to query the LDAP server. For DN,
enter the common name, organizational unit, and domain. For example, type
uid=admin,ou=Administrators,ou=TopologyManagement,o=NetscapeRoot. Separate the
values with commas but do not use spaces before or after the comma. The value themselves
can include spaces, such as Command Center.
7. Type the password in the Password and Confirm Password fields.
8. To specify where the search for users begins, enter a Distinguished Name in Base DN. For
example, ou=Administrators,ou=TopologyManagement,o=NetscapeRoot, searches all
organizational units under the domain.
9. To narrow searching to only particular types of objects, type a value in the Filter field. For
example, (objectclass=person) will narrow searching to only person objects.