Objective C

A single berserk reached us yesterday, after having come all the way over the mountains from the city of Willow, fourteen hundred miles away. He delivered to Alric a single package the size of a man's fist, wrapped in rags, and refuses to talk with anyone about events in the West.
Captain
Posts: 237
Joined: 02 May 2013, 15:17
Contact:

Objective C

Post by Captain »

So does anyone know Objective C at all.

I am writing my first app and looking for some help.

Basically what I am trying to do is create an app that will send user credentials to our LDAP server and verify them, if everything is correct, it will send me back the users information from which I will manipulate to show user certain buttons depending on what the user has for access rights.

so some terrible pseudo code

username = usernameField
password = passwordField
User = new User(username, password)
if(user.equals(LDAP Credentials)
description = user.description
jobTitle = user.jobTitle
etc

That is all I want to do and the Open LDAP someone wrote seems to be unmanaged now, any ideas and help would be appreciated if anyone knows anything
User avatar
falcon
Posts: 249
Joined: 14 Nov 2012, 19:43
Contact:

Re: Objective C

Post by falcon »

meh cap, try stack overflow forums!
Captain
Posts: 237
Joined: 02 May 2013, 15:17
Contact:

Re: Objective C

Post by Captain »

I have, with zero luck.....I am starting to think I would have to write my own LDAP class and frankly, that isn't going to happen.
Captain
Posts: 237
Joined: 02 May 2013, 15:17
Contact:

Re: Objective C

Post by Captain »

Damnit dac....:)

Why didn't I think of that?:)


There is an Old and outdated Open LDAP class that someone created and has left alone for 3 years.


Unfortunately a lot of changes with xCode have happened since then leaving the class they provided useless.

TBH I really don't know objective C that well, I just started learning and while I could go through their thousands of lines of code and try to update it myself to get it working again.

I instead tried to seek the knowledge of the myth community :(

TL;DR Google has no answer
Post Reply