Penguin
Diff: LDAPAuthentication
EditPageHistoryDiffInfoLikePages

Differences between version 12 and previous revision of LDAPAuthentication.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 12 Last edited on Monday, May 19, 2003 9:58:05 am by NeilHoughton Revert
Older page: version 11 Last edited on Sunday, May 18, 2003 4:14:10 pm by TomHibbert Revert
@@ -71,9 +71,9 @@
  
 /etc/libnss-ldap.conf is the configuration file for the LDAP NSS library. You probably want it to contain something like this: 
  
  host 127.0.0.1 
- base o =niche ,c =nz 
+ base dc =wlug ,dc=org,dc =nz 
  ldap_version 3 
  scope sub 
  
 Note the lack of rootbinddn, nss doesn't need to bind as admin. Note, however, that if this file is readable only by root, users won't be able to resolve anything! As a solution, you can either install nscd(8), a caching daemon which runs as root (this is a good idea anyway, see later) or set this file world readable.