User Tools

Site Tools


vps_-_netbsd_with_ldap

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
vps_-_netbsd_with_ldap [2021/04/02 09:44] – [Including extra schemata] hc9vps_-_netbsd_with_ldap [2021/04/02 09:48] – [Including extra schemata] hc9
Line 133: Line 133:
 ===== Including extra schemata ===== ===== Including extra schemata =====
  
-Three schemata will need to be used by "slapdto enable you to store objects representing users and groups.+Three schemata will need to be used by ''slapd'' to enable you to store objects representing users and groups.
  
-"cosine.schema"Includes “generally useful” objects and attributes (sic)"nis.schema"Includes objects and attributes for use in representing fields from BSD-style flat file authentication and authorisation files"inetorgperson.schema"Includes objects and attributes for representing contact information and organisational information+  * ''cosine.schema'' 
 +    *Includes “generally useful” objects and attributes (sic) 
 +  * ''nis.schema'' 
 +    * Includes objects and attributes for use in representing fields from BSD-style flat file authentication and authorization files 
 +  * ''inetorgperson.schema'' 
 +    * Includes objects and attributes for representing contact information and organizational information
  
-These files are included by adding the following three lines underneath the first include we changed earlier in the "/var/chroot/openldap/etc/openldap/slapd.conffile:+These files are included by adding the following three lines underneath the first include we changed earlier in the ''/var/chroot/openldap/etc/openldap/slapd.conf'' file:
  
 +<file config /var/chroot/openldap/etc/openldap/slapd.conf>
   include         /etc/openldap/schema/cosine.schema   include         /etc/openldap/schema/cosine.schema
   include         /etc/openldap/schema/nis.schema   include         /etc/openldap/schema/nis.schema
   include         /etc/openldap/schema/inetorgperson.schema   include         /etc/openldap/schema/inetorgperson.schema
 +</file>
  
 At the end of this file, we’ll also add another index. Searching on non-indexed fields can result in no results being returned, so this is important. At the end of this file, we’ll also add another index. Searching on non-indexed fields can result in no results being returned, so this is important.
vps_-_netbsd_with_ldap.txt · Last modified: 2021/04/02 19:27 by hc9