These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

LDAP..

Author
Princess Morenta
Republic Military School
Minmatar Republic
#1 - 2013-02-26 21:11:20 UTC
Anyone have any experience with a schema implementation...

If so fire me some quotes :)
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#2 - 2013-02-27 10:11:44 UTC
I've kicked at LDAP a few times. What's your goal?

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Tonto Auri
Vhero' Multipurpose Corp
#3 - 2013-02-27 11:08:44 UTC
Princess Morenta wrote:
Anyone have any experience with a schema implementation...

If so fire me some quotes :)

You can receive better and faster reply, if you state your goals a bit more clearly.
Also, the first principle you'd read in any seruious LDAP administration guide is "don't invent new schemas". Build up on existing schema, it'a easier and much faster.

Two most common elements in the universe are hydrogen and stupidity. -- Harlan Ellison

Princess Morenta
Republic Military School
Minmatar Republic
#4 - 2013-02-28 15:20:31 UTC  |  Edited by: Princess Morenta
Was in a hurry as I posted this and as it's a bit niche - figured that those with the knowledge would come forward.

Anyway the goal is to store user information in a central location such as the following:

User
Username
Email
Password
EVE-vCode
EVE-KeyID

|
|

Eve Characters
CharName
Corporation

So I want to be able to store a User with their EVE Characters information, Corporations and Alliances should be groups they are members of so they can be organised via Group.

Looking at having forums / voice comms, other apps authenticate with it
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#5 - 2013-02-28 16:45:12 UTC
http://linuxgazette.net/130/peterson.html

Should pretty much cover what you need.


Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Tonto Auri
Vhero' Multipurpose Corp
#6 - 2013-03-01 00:39:20 UTC  |  Edited by: Tonto Auri
Princess Morenta wrote:
Was in a hurry as I posted this and as it's a bit niche - figured that those with the knowledge would come forward.

Anyway the goal is to store user information in a central location such as the following:

User
Username
Email
Password
EVE-vCode
EVE-KeyID

|
|

Eve Characters
CharName
Corporation

So I want to be able to store a User with their EVE Characters information, Corporations and Alliances should be groups they are members of so they can be organised via Group.

Looking at having forums / voice comms, other apps authenticate with it

Do note that basically ANY schema contains these fields. Only API credentials are specific to EVE, and you SHOULD NOT store volatile information (such as person's affiliations) in the person's profile. Just pick inetOrgPerson, nice and straight, and extend it.

NB: Capitalisation is in accordance with BCP-14.

Two most common elements in the universe are hydrogen and stupidity. -- Harlan Ellison