User Tools

Site Tools


software:ldap

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:ldap [2016/08/29 19:25] superwizardsoftware:ldap [2016/08/31 21:04] (current) – [JXplorer The World's Finest Ldap Browser] superwizard
Line 24: Line 24:
 for details of configuration parameters for Active Directory for details of configuration parameters for Active Directory
  
 +====== openDJ ======
  
 +From: https://forgerock.org/opendj/
 +
 +<code>
 +Open Source: OpenDJ is the only 100% commercial open source LDAP directory server available on the 
 +market today. Feature overview.
 +Open Access: Our flexible data model lets developers choose REST, SCIM, LDAP, or Web Services for 
 +access
 +Open Architecture: 100% Java architecture supports the most demanding SLA environments with high 
 +throughput and low response times.
 +</code>
 ====== LDAP Utilities ====== ====== LDAP Utilities ======
  
Line 71: Line 82:
   * utilities, tools, and sample clients.    * utilities, tools, and sample clients. 
    
 +====== Microsoft Active Directory Credentials ======
 +
 +From: https://confluence.atlassian.com/display/DEV/Identifying+Active+Directory+connection+details
  
 +    ad.atlassian.com is the DNS name of our AD server so that's how we worked out
 +    CN=Administrator,CN=Users,DC=ad,DC=atlassian,DC=com. 
 +    We prefixed each part of the DNS name with DC (which stands for Domain Component).
 +    
 +    Any folders or subfolders that branch from the server, we prefix with CN, 
 +    hence CN=Administrator,CN=Users,DC=ad,DC=atlassian,DC=com (as the Administrator user 
 +    account sits in the Users folder).
 +    
 +    Please specify the full name of the account for CN. So, if the user 
 +    is John Smith, you would use: CN=John Smith,CN=Users,DC=ad,DC=atlassian,DC=com
 +    
 +    For baseContext, just specify DC=ad,DC=atlassian,DC=com (the DNS name prefixed with DC's)
 +    
 +[[https://confluence.atlassian.com/download/attachments/164873/jxplorer_connect.gif?version=1&modificationDate=1141791701655&api=v2]]
 +    
software/ldap.1472498725.txt.gz · Last modified: 2016/08/29 19:25 by superwizard