Objective C
Posted: 06 Jun 2013, 17:44
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
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