Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Development Resources

Chris Swingler edited this page Apr 25, 2015 · 1 revision

Apache Directory Studio

The Apache Project maintains a custom build of Eclipse that's useful for viewing the contents of an LDAP server. With the fork we run here, you can connect to the FreeIPA server on port 3389:

  • Network Parameter:
    • Hostname: 127.0.0.1
    • Port: 3389
    • Encryption: StartTLS
    • Provider: Apache Directory LDAP Client API
  • Authentication:
    • Method: Simple
    • Bind DN or user: "cn=Directory Manager"
    • Password: "password"

The same goes for the Samba4 server that's used in the upstream setup,

  • Network Parameter:
    • Hostname: 127.0.0.1
    • Port: 1389
    • Encryption: StartTLS
    • Provider: Apache Directory LDAP Client API
  • Authentication:
    • Method: Simple
    • Bind DN or user:
    • Password: "aeng3Oog"
Clone this wiki locally