LDAP and ActiveDirectory

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

LDAP and ActiveDirectory

Post by alex.barylski »

What uses does LDAP serve under Linux? The reason I ask is, while developing an authentication layer I considered the possibility of developing a ActiveDirectory driver. Not having ever used ActiveDirectory I decided to do some research.

Confusing. :P

ActiveDirectory in combination with Windows Server seem to be doing exactly what a native Linux system does by nature. Groups, Users, Permissions. So if Linux already provides this funcitonality natively, why the need for LDAP?

I have tinkered with some deamons (postfix I think it was) and it seemed to allow customizable authentication layer (mySQL, LDAP, etc). I suppose if you had a system with a bunch of daemons which all had auth abstraction layers you could administer each under a single credential, is this the gist of the idea?

ActiveDirectory seems to promote the idea of resources as well, printers, etc...how does this fit in LDAP?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Re: LDAP and ActiveDirectory

Post by feyd »

LDAP is network level connections and rights management. Linux, like other Unix based systems use local level permissions and rights management by default.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: LDAP and ActiveDirectory

Post by Benjamin »

Hockey, Do you play Hockey?
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: LDAP and ActiveDirectory

Post by alex.barylski »

astions wrote:Hockey, Do you play Hockey?
I used to...but honestly I'm actually not a big sports fan - although I watch Hockey if I watch anything.

I have used the handle for 15+ years (or however long I've had to sign into local BBS's, etc). Old habits die hard. :P It's actually served me well. For starters, unlike "Alex" the name "hockey" has never been 'already taken'. Secondly, I've had people contract me, just because they were fans of the sport and it started conversation.

Do you play Hockey? Did you watch the Juniors Canada team swallow the Swedes whole? :P I did. :)
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: LDAP and ActiveDirectory

Post by Benjamin »

I myself don't play hockey. I had a crazy friend that did and went to watch a few games with him. Once he managed to anger the opposing team so much that we ended up running to the car and squealing tires to get out of there with the entire team chasing us with hockey sticks. At the time we thought it was funny but looking back it's probably good they didn't catch up to us.. or him at least.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: LDAP and ActiveDirectory

Post by alex.barylski »

astions wrote:I myself don't play hockey. I had a crazy friend that did and went to watch a few games with him. Once he managed to anger the opposing team so much that we ended up running to the car and squealing tires to get out of there with the entire team chasing us with hockey sticks. At the time we thought it was funny but looking back it's probably good they didn't catch up to us.. or him at least.
Hmmm...thats to bad...

Perhaps it's propaganda...but I swear that only happens in American Hockey leagues. :P Was it an NHL game or rec league? In all my years of watching hockey games...I've only seen a few parents occassionally flip out on referee's while walking on the ice like a clucking chicken. All the fights were executed by the players.

Of course, I'm kidding about American hockey having violent attendee's. Unfortunately this seems to happen in every sport, especially Soccer and/or Rugby. I personally think it's silly. Sports are all about winning, if you can't stand your team loosing, stay home. As a player or a parent or a fan, you should expect rivals to hex and boo your team every chance they get, thats what makes the game exciting.

Regardless of success or failure, it's in everyone's best interest to goto the same bar post-game and celebrate both victory and loss.

I hate when people go bonkers...that is not in the spirit of good sportsmenship. :drunk:
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: LDAP and ActiveDirectory

Post by John Cartwright »

:offtopic: Back on topic please...
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: LDAP and ActiveDirectory

Post by Benjamin »

Hockey and I were bonding :drunk:

I don't even know what LDAP is.
User avatar
guitarlvr
Forum Contributor
Posts: 245
Joined: Wed Mar 21, 2007 10:35 pm

Re: LDAP and ActiveDirectory

Post by guitarlvr »

Active Directory is a lot more than groups, users, and permissions. It allows an administrator to centrally put users into organized folders and then add policies to those folders. I know that sounds a lot like permissions but those poclies can be just about anything. One can control access to certain programs, can install programs to users PC's without them knowing, control access to the command prompt, control panel, etc. I'm not sure what linux can do natively, if it can do that but thats in a nutshell what AD is.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: LDAP and ActiveDirectory

Post by alex.barylski »

If LDAP was actually LAPD...I bet more people would use it... 8)
User avatar
guitarlvr
Forum Contributor
Posts: 245
Joined: Wed Mar 21, 2007 10:35 pm

Re: LDAP and ActiveDirectory

Post by guitarlvr »

Hockey wrote:If LDAP was actually LAPD...I bet more people would use it... 8)
LOL thats the truth.
Post Reply