![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum 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 |
| rsh not finding .profie in the remote server; please help | jaiankur | UNIX for Advanced & Expert Users | 3 | 08-14-2008 04:38 AM |
| ldapsearch (Can't contact ldap server) | vanloonmichel | UNIX for Dummies Questions & Answers | 6 | 02-27-2007 06:41 AM |
| finding the web page on server | Krrishv | Shell Programming and Scripting | 4 | 01-04-2007 07:16 AM |
| finding information about a server | legato | UNIX for Dummies Questions & Answers | 3 | 02-03-2005 08:05 AM |
| Finding an x25 address for a server | peter.herlihy | IP Networking | 1 | 11-30-2001 07:18 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
[solved] Finding LDAP server configurations
Hi,
I'm using debian etch in my server and have a preconfigured LDAP server. I want to know which configuration can I use to configure libnss-ldap. My main questions is: Code:
Does the LDAP database require login? Special LDAP privileges for root? Make the configuration file readable/writeable by its owner only? Make local root Database admin? Last edited by mjdousti; 09-02-2008 at 09:49 AM. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
man nsswitch.conf
glibc runtime has pluggable architecture (NSS) for many queries like host, protocol, user, group,.... This can be configured in "/etc/nsswitch.conf" file. For querying to LDAP it required "/etc/ldap.conf" file. This ldap.conf is also read by pam_ldap. There is another configuration file "/etc/openldap/ldap.conf" in case you using openldap. This file is used by openldap command line programs.
|
|||
| Google The UNIX and Linux Forums |