I have run into a snag and not sure if this is even possible or where this is set. Here is our setup:
1 2008 R2 Forest with multiple domain controllers and child domains
1 2008 R2 AD LDS server with 15 app partitions to accommodate each child domain
LDAP server has SSL cert and a different external name for outside connections. Our external client can bind successfully and search without an issue. However in order to authenticate users in the other partitions they are running a search to provide a list of referrals. This works except the returned values all include the internal name of the server itself.
Example:
Bind successful: ldaps://external.name:port/dc=name,dc=name
Returned referrals:
ldap://internal.name:port/dc=name,dc=name,dc=name
instead of
ldaps://external.name:port/dc=name,dc=name,dc=name
They are asking me to change something so that their referral search returns the external name including ldaps. This is the first ldap server I have configured so this may be an easy question but one I cannot seem to find an answer for.