Skip to content

Requested: more examples #9

Open
@nblom

Description

@nblom

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()'"

`
let connection = try? LDAP(url: "ldaps://perfect.com")
let credential = LDAP.login(binddn: "CN=judy,CN=Users,DC=perfect,DC=com", password: "0penLDAP")

     connection.login(info: credential) { err in

    do {
        try connection.search(base: "CN=Users,DC=perfect,DC=com", filter:"(objectclass=*)") {
            
            print(res)
        }
    }catch (let err) {
        // failed for some reason
    }
    }`

Could anyone get a complete working example of a login and asynchronous search?
Preferably for swift 5.5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions