![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| LDAP authentication question | bptronics | Security | 1 | 04-12-2008 04:47 AM |
| LDAP authentication question | bptronics | Linux | 1 | 04-11-2008 02:10 PM |
| LDAP authentication question | bptronics | UNIX and Linux Applications | 1 | 04-11-2008 05:52 AM |
| Module for LDAP Authentication | garric | Shell Programming and Scripting | 0 | 10-17-2007 10:30 PM |
| pam ldap limit authentication | hassan1 | UNIX for Advanced & Expert Users | 0 | 08-01-2005 03:59 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
LDAP Authentication for access to a folder
I am struggling with finding a way of securing a unix folder by controlling access to it by a LDAP Group.
In simpler terms,I am looking forward to see a username password prompt,when a specific unix folder is accessed. That UserID and password ,should be authenticated by a secure directory (via LDAP).There should be no other way of accessing the folder. Any help on this will be appreciated. Thanks, Sunil |
| Forum Sponsor | ||
|
|
|
|||
|
Its not always Easy
Hey,
You will require to write a program which will just provide an environment to accomplish this task. What kind of folder access you want? You will need to run your shell inside that program. You can simply pass all user commands to your shell except some which you want authentication. When your restrictive command will occur, then you can take help from pam_ldap and supply required information and get user authorised. Once user authenticated you can allow him for all further task. |
|||
| Google UNIX.COM |