najk

Results 4 comments of najk

Its working well for us with the latest release, we do codesign our production app though, using this: sudo codesign -f --deep -s "identifier" "Yourapp.app" So all seems well with...

Login ` let credential = LDAP.Login(binddn: "user@domain", password: "ss") do { let connection = try LDAP(url: "ldaps://domain") connection.login(info: credential) { err in if (err == nil) { connection.search(base: "DC=base,DC=example,DC=com", filter:...

Seems to only allow searches when specifying an OU, without OU i get no results. `let res = try connection.search(base: "OU=Users,DC=test,DC=example,DC=com", filter: "(&(objectclass=person)(sAMAccountName=test))", scope: .SUBTREE, attributes: ["memberOf"])`

We need to properly encode the change password field. For example, an + in the password equals a space in the actual password (after change).