LDAP based authorization

Anything that you think should be in Cacti.

Moderators: Developers, Moderators

Post Reply
s24sean
Posts: 14
Joined: Sun Dec 18, 2005 1:34 pm

LDAP Authentication

Post by s24sean »

One thing I would like to have personally, is LDAP authentication with options stored in LDAP. So for example, CustomerA add's a new employee and needs access to only CustomerA's graphs. I would only need to add the information to our LDAP's servers and username, password, and access would work for cacti.

... just my 2 cents

-sean
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

User avatar
rony
Developer/Forum Admin
Posts: 6022
Joined: Mon Nov 17, 2003 6:35 pm
Location: Michigan, USA
Contact:

Post by rony »

If I were to think about adding support for Cacti to store it's permissions in LDAP and even groups, yes new version will have groups. Would importing a Schema for Cacti be an issue?
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
s24sean
Posts: 14
Joined: Sun Dec 18, 2005 1:34 pm

Post by s24sean »

importing a scheme wouldnt be an issue at all.

Would definately make managing users a lot easier.
ehall
Cacti User
Posts: 246
Joined: Fri Dec 09, 2005 3:42 pm

Post by ehall »

Importing a schema wouldn't be a big deal, but...

Overall I think that cacti's auth system would benefit from using the template model rather than the clone model it currently uses. There are a lot of problems with the clone model currently, and replicating that complexity to LDAP wouldn't be doing anybody a favor. For one thing, the current model requires that everytime a new plugin or feature is installed, the related attributes have to be set for every user. This is complicated enough already but if the attributes were moved to LDAP then new plugins would also have to extend the schema, which will prove unmanagable going forward.

Using the template model alleviates a lot of that trouble. Basically I think that the core auth table should start with three accounts (guest, operator, administrator), with the ability to expand/shrink the available "role" accounts. User-specific accounts would then be mapped to one of those template accounts. That would work better for all types of users, regardless of whether they are stored locally or in LDAP, and it allows for one-click changes whenever new attributes are defined.

I'm a big LDAP user btw. But I don't think it's necessary to store all of the attributes there. In a lot of ways it is more complex than needed.
mpking
Posts: 18
Joined: Thu Dec 08, 2005 11:16 am

Post by mpking »

Just a thought....

Not everyone is the manager of the LDAP server they use / want to use.

I know I don't :-)

My LDAP admin would have a coronary if I asked him to extend the schema.
User avatar
rony
Developer/Forum Admin
Posts: 6022
Joined: Mon Nov 17, 2003 6:35 pm
Location: Michigan, USA
Contact:

Post by rony »

It's ok, it would require extensive testing at my work location before we would even consider it. Testing and even the production implementation would cause way to many Change request forms to be generated.

I'm currently reworking the authenication system to support a group system in 0.9.0. But I honestly am not thinking about intergration with LDAP, farther than just authenicating the user, as storing permissions and graph permissions ( 2 sets of permissions ) would require an interesting LDAP schema.
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
hume
Posts: 7
Joined: Fri Jan 20, 2006 11:04 am

Post by hume »

rony wrote:I'm currently reworking the authenication system to support a group system in 0.9.0. But I honestly am not thinking about intergration with LDAP, farther than just authenicating the user, as storing permissions and graph permissions ( 2 sets of permissions ) would require an interesting LDAP schema.
Is there any documentation on the upcoming LDAP changes? The current structure seems very Active Directory-biased, and I'm hoping there'll be a more portable structure in the future. ie: username is NOT part of the DN, using a anonbind->search->rebind pattern...
User avatar
rony
Developer/Forum Admin
Posts: 6022
Joined: Mon Nov 17, 2003 6:35 pm
Location: Michigan, USA
Contact:

Post by rony »

The upcoming version of cacti 0.9.0, has more control, including DN searching capabilities.

I wrote it and tested it against OpenLDAP and ADS. I didn't have a NDS to test against, but I assume with the proper filter you wouldn't have a problem getting NDS or any other LDAP directory to work.

Anon and Specific searching of the LDAP is supported in the 0.9.0 LDAP authenication, as well as the following: Version 2 and version 3 protocols, Secure Socket communications (if php is configured correctly), DN Searching, Etc.

Any more questions, let me know, other than asking me when 0.9.0 is going to be out. :)
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
hume
Posts: 7
Joined: Fri Jan 20, 2006 11:04 am

Post by hume »

That sounds exactly like what I'd need. :)

Will 0.9.0 have LDAP communication with TLS?
User avatar
rony
Developer/Forum Admin
Posts: 6022
Joined: Mon Nov 17, 2003 6:35 pm
Location: Michigan, USA
Contact:

Post by rony »

Yes, it will support TLS... But.... There can be complications with php and getting it to work correctly.
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
Post Reply

Who is online

Users browsing this forum: No registered users and 4 guests