Perfect-LDAP icon indicating copy to clipboard operation
Perfect-LDAP copied to clipboard

A simple Swift class wrapper of OpenLDAP.

Results 7 Perfect-LDAP issues
Sort by recently updated
recently updated
newest added

Hi, it possible integrate in IOS project? If it is possibly, then how to do it? Thank you!

When I add the dependency https://github.com/PerfectlySoft/Perfect-LDAP.git in the Swift Packages tab when selecting the project it gives me no problems. But when I compile later it generates the following error.

Trying to get this working, but xcode compains about all kinds of stuff, line two "No exact matches in call to instance method 'login'", and "Invalid redeclaration of 'connection()'" `...

I have added the dependency "https://github.com/PerfectlySoft/Perfect-LDAP.git" to the Package.swift file of my project. Esto provoca lo siguiente: When I compile it causes me the following errors: Apparently some modules are...

I am getting this error while connecting to rootDSE from mac machine with the Active directory. Any idea? Also, i am using ldap.login without credential, but not able to search....

async method was wrong and my app had deadlock, I fixed it with api method

Could you provide also support for Carthage Package Manager?