[Crowd]
Documentation for Crowd 1.1. Documentation for other versions of Crowd is available too.
This page provides configuration notes for Microsoft Active Directory, in relation to 2.2.2 Configuring an LDAP Directory Connector.
Screenshot: 'Connector — Microsoft Active Directory'
属性 説明 Connector The directory connector to use when communicating with the directory server. URL The connection URL to use when connecting to the directory server, e.g.: Secure SSL Specifies if the connection to the directory server is a SSL connection. Use Node Referrals Use the JNDI lookup java.naming.referral option. Generally needed for Active Directory servers configured without proper DNS, to prevent a 'javax.naming.PartialResultException: Unprocessed Continuation Reference(s)' error. ページングされた結果を使用 Use the LDAP control extension for simple paging of search results. Retrieves chunks of data rather than all of the search results at once. This feature may be necessary when using Microsoft Active Directory if more than 999 results are returned for any given search. Paged Results Size Enter the desired page size i.e. the maximum number of search results to be returned per page, when paged results are enabled. Defaults to 999 results. ベース DN Enter the root distinguished name to use when running queries versus the directory server, e.g.: ユーザー DN The username that Crowd will use when connecting to the directory server. パスワード The password that Crowd will use when connecting to the directory server.
ldap://localhost:389
, or port 636
for SSL.
This option is available from Crowd 1.1.1.
o=acmecorp,c=com
.
Active Directory Attribute Example |
値 |
---|---|
ベース DN |
|
ユーザー DN |
|
For Microsoft Active Directory, specify the Base DN in the following format: dc=domain1,dc=local
. You will need to replace the domain1
and local
for your specific configuration. Microsoft Server provides a tool called ldp.exe
which is useful for finding out and configuring the the LDAP structure of your server.
The URL for Microsoft Active Directory should be in the following format: ldap://domainname
.
Configuring an SSL Certificate for Microsoft Active Directory
If you wish to use Crowd to add principals or change passwords in Microsoft Active Directory, you will need to install an SSL certificated generated by your Active Directory server and then install the certificate into your JVM keystore. Please read the instructions: Configuring an SSL Certificate for Microsoft Active Directory.
Go back to 2.2.2 Configuring an LDAP Directory Connector