> Is there a way to figure out what values I should be using for the > "<value>ldaps://yourdc.yourdomain.edu/</value>" and the > "dc=yourdomain,dc=edu" by looking at my active directory?
In most cases the LDAP URL should be ldaps://your.ad.hostname, where the host is either the fully-qualified DNS name or the IP address of your domain controller. The base DN, "dc=yourdomain,dc=edu", should be the lowest branch containing users you want to authenticate. For a domain named "foo", I believe the default base DN would be "OU=Users,O=foo". You can use the ldp.exe tool (used to be part of server resource kits) or its modern equivalent to browse the directory and examine it as a standard-ish LDAP server. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
