![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Security Discuss UNIX and Linux computer and network security, cybersecurity, cyberattacks, IT security, CISSP, OWASP and more. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| LDAP authentication question | bptronics | Linux | 1 | 04-11-2008 05:10 PM |
| LDAP authentication question | bptronics | UNIX and Linux Applications | 1 | 04-11-2008 08:52 AM |
| Module for LDAP Authentication | garric | Shell Programming and Scripting | 0 | 10-18-2007 01:30 AM |
| LDAP Authentication for access to a folder | sunmatts | UNIX for Advanced & Expert Users | 1 | 05-01-2006 02:26 AM |
| pam ldap limit authentication | hassan1 | UNIX for Advanced & Expert Users | 0 | 08-01-2005 06:59 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
LDAP authentication question
Hello,
I have a Linux box with RHEL4 running on it. The box is meant to be on the DMZ. There is a directory on the box that will be remotely from time to time and I want a form of authentication on it. Presently, I have configured Basic authentication with apache but the security is not tight. I read about openldap and I need to know how I can use openldap with my box to authenticate remote users when about to view my box. Can anyone please help me with this? |
|
||||
|
re: LDAP
If you have multiple servers and require a central sign-on method across all server, then LDAP makes your life a lot easier. You only have one repository of user accounts (and passwords) that all configured servers authenticate against. You can store other details within the LDAP (Microsoft's Active Directory is an example of LDAP and what it can store).
As such, LDAP itself doesn't really provide any more security than a system which is configured for local user accounts - it's main benefit is in reducing the amount of time required to administer multiple servers. You configure your server to authenticate with LDAP first, but your system still needs to authenticate locally in case network issues cause connection problems with your LDAP server. Without knowing what O/S your server is running, it a little hard to provide more detail. And LDAP installation and configuration, whilst not too difficult, is still not a quick and simple task. There are plently of tuturials on the web - there's sure to be one for your specific system. Hope this helps a little.. Last edited by melias; 04-12-2008 at 07:54 AM.. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|