magicknot / ldap

A Scala API to interact with Lightweight Directory Access Protocol (LDAP) servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LDAP

Maven Central Dependency Status Reference Status Build Status Codacy Badge Codacy Badge Scaladoc license

ldap provides an API to interact with Lightweight Directory Access Protocol (LDAP) servers for Scala developers. This project is built around ldaptive and UnboundID.

Latest scaladoc documentation.

Install

Add the following dependency to your build.sbt:

libraryDependencies += "pt.tecnico.dsi" %% "ldap" % "0.4.1"

ldap is available for Scala 2.12.

We use semantic versioning.

Usage

Configurations

Testing

License

ldap is open source and available under the MIT license.

About

A Scala API to interact with Lightweight Directory Access Protocol (LDAP) servers

License:Other


Languages

Language:Scala 98.8%Language:HTML 1.2%