Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Hi, I don't have a answer, it's more kind of a question/suggestion..

I've got a quite similar problem:
Integration of user permissions into samba, email server, database, and a mod_perl webinterface.

So I'd like to describe what I'm most possibly going to do/already have done:
The webinterface/authentication mechanism was the first task, is already finished and uses postgresql as backend.
Because users are managed from within the webinterface and the permissions structure is quite complex, I'll stay with this.
Writing an apache handler for authentication was quite simple and didn't take long.
If someone is interested I can post the code here.

After this there was the need to integrate the users´ fax numbers and emails into a device which is able to scan, fax and send emails.
The device has a ldap interface, so I wrote a ldapserver with Net::LDAP::Server which accesses the postgresql database.

Getting the server to work has also been a matter of one day.

Now I still have to integrate the users into samba and the emailserver.
There are already ldap backends for emailservers, so I'm most possibly going to adapt my own ldap server.

Samba has also a ldap backend, but I'm thinking about writing a fuse fs for the quite sophisticated permissions of file access/preventing the users from editing files at the same time.

I believe ldap has some advantages: It's mature, spreaded widely, and very many programs can access ldap servers already.

That's however just a suggestion, you might wan't to google for ldap yourself.

And I'm really interested in how you solve this task/What others think about the ldap approach.

In reply to Re: web authentication 2008 by misc
in thread web authentication 2008 by cutlass2006

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-24 20:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found