- Trying LinID Directory Manager
- Get the sample application
- Launch the demonstration from the downloaded archive
- Launch the demonstration from the SVN source code
- Access through a web browser
Trying LinID Directory Manager¶
The sample application is provided with an embedded OpenDS server. Trough this application, you can use some of LinID DM features:- Authenticate and non-authenticate mode
- Quick search and advanced search
- Full CRUD on an LDAP Entry
- Password modification
Get the sample application¶
Download the sample application or get it from the SVN repository:
user@localhost:~$ svn co http://svn.linid.org/svn/linid-dm/sample/trunk/ linid-dm-sample
Launch the demonstration from the downloaded archive¶
Unzip the archive and go in the extracted directory, then:
user@localhost:~$ ./linid-dm.sh start
Launch the demonstration from the SVN source code¶
Launch the following command:
user@localhost:~$ cd linid-dm-sample user@localhost:~/linid-dm-sample$ mvn -Popends jetty:run
Access through a web browser¶
Open your favorite browser to http://localhost:8080/. There you are!
Sample accounts:
| Login | Password | Role |
|---|---|---|
| jdoe | secret | Administrator |
| jsmith | secret | User |