ENTRY COUNT EXCEEDS CAPACITY OF FIELD
search cancel

ENTRY COUNT EXCEEDS CAPACITY OF FIELD

book

Article ID: 210868

calendar_today

Updated On:

Products

ACF2

Issue/Introduction

Attempting to modify a parameter with the LDS settings for LDAP server. The ADMINDN field had a value of ADMINDN(cn=lds_account,ou=lds,ou=applications,dc=test,dc=com). When I attempted to modify the LDS service account to ld1_svc_acct I got an error

cha ldap.test2  admindn(cn=ld1_account, ou=lds, ou=applications, dc=test, dc=com) 
ENTRY COUNT EXCEEDS CAPACITY OF FIELD ADMINDN    

Environment

Release : 16.0

Component : CA PAM Client for Linux for zSeries

Resolution

If there are embedded spaces or commas in the ADMINDN, enclose the entire string in single quotes.
 
cha ldap.test2  admindn('cn=ld1_account, ou=lds, ou=applications, dc=test, dc=com')