[sudo-users] Sudoers Web Interface

Edward ed_perry at mac.com
Wed May 30 13:55:35 EDT 2007


---condensed 2 e-mails from Brian and Eric--------------

Thanks,

    I guess SqlLite would work well, I just had a ready available 
postgress DB available. I am using such simple sql it should be 
compatable with almost all databases. I am not a fan of Flat files, If 
that were the case I should just parse an existing sudoers formated file 
and be done with it.

    I'll add a more generic select of databases in the next release 
sometime next week


Eric S. Johansson wrote:
> Edward wrote:
>> Folks,
>>     I just want to let everyone know that I am working on a Source 
>> Project to Create a Sudoers file though a web interface. I have 
>> written the project in Java Web Application, and uses a Postgres 
>> database.
>> I would really like to see some people input and see where I can 
>> improve the application.  It is already making my life easy at work 
>> because I can maintain Mutipule suders off of one interface.
>>
>>
>> The link to the site is: http://sourceforge.net/projects/sudoersmgt
>
> This is really nice except that postgress is really too fat and heavy  
> for this purpose.  If you insist on torturing everyone with SQL, 
> SQLLite is a much better solution.  Personally, this application I 
> would've used a flat file.  Much simpler, easy to manage, can be fixed 
> with a regular text editor.  What's not to like :-)
>
>
>
LDAP should not be that hard to implement, though I have never used it. 
I'll have to add this as the research to do list. Though that probably 
would be a great solution cause I would not have to build a screen to 
populate the data just export it from an existing DB and let the admin 
add it though his normal Ldap screen.

Brian Gupta wrote:
> Would you consider using LDAP instead of postgres?



More information about the sudo-users mailing list