ApacheDS is an extensible and embeddable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol.
I have installed ApacheDS_2.0.0-M7 to provide a test LDAP repository for SAP solutions. I would like to share this simple tool.
This program can used to achieve Active directory , SSO , LDAP , Vintela authentication simulation. Program can be downloaded at http://directory.apache.org . 2 program needed ApacheDS for server and Apache Directory Studio to edit settings.
Installing server is very straightforward and application controlled by windows service.
In the product website you can follow basis configuration steps but some of the information not correct on the product website.I will provide some information below;
The file which is mentioned server.xml is in this version config.ldif which can be found at C:\Program Files\APACHEDS\instances\default\conf\
Some screentshots from product settings;
With the Apache Directory Studio program you can create a sample configuration like below and import into server.
dn: dc=sapcons,dc=com
objectClass: domain
objectClass: top
dc: sapcons
dn: ou=Users,dc=sapcons,dc=com
objectClass: organizationalUnit
objectClass: top
ou: Users
dn: ou=Groups,dc=sapcons,dc=com
objectClass: organizationalUnit
objectClass: top
ou: Groups
dn: cn=Adan Abrams,ou=Users,dc=sapcons,dc=com
objectClass: inetOrgPerson
objectClass: organizationalPerson
objectClass: person
objectClass: top
cn: Adan Abrams
sn: Abrams
description: 19741108000000Z
employeeNumber: 7
givenName: Adan
telephoneNumber: 254-323-1920
telephoneNumber: 902-451-7619
uid: aabrams
userPassword:: c2VjcmV0
dn: cn=Chuck Brunato,ou=Users,dc=sapcons,dc=com
objectClass: inetOrgPerson
objectClass: organizationalPerson
objectClass: person
objectClass: top
cn: Chuck Brunato
sn: Brunato
description: 19650324000000Z
employeeNumber: 3
givenName: Chuck
telephoneNumber: 169-637-3314
telephoneNumber: 907-547-9114
uid: cbrunato
userPassword:: c2VjcmV0
I hope this tool would be useful for engineers.
Regards.





Comments