Diff for /tests/data/slapd-ldapgluepeople.conf between versions 1.5 and 1.5.2.6

version 1.5, 2004/10/04 20:02:31 version 1.5.2.6, 2006/08/01 01:03:43
Line 3 Line 3
  kurt Exp $   kurt Exp $
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.  ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##  ##
 ## Copyright 1998-2003 The OpenLDAP Foundation.  ## Copyright 1998-2006 The OpenLDAP Foundation.
 ## All rights reserved.  ## All rights reserved.
 ##  ##
 ## Redistribution and use in source and binary forms, with or without  ## Redistribution and use in source and binary forms, with or without
Line 15 Line 15
 ## <http://www.OpenLDAP.org/license.html>.  ## <http://www.OpenLDAP.org/license.html>.
   
 #ucdata-path    ./ucdata  #ucdata-path    ./ucdata
 include ./schema/core.schema  include         @SCHEMADIR@/core.schema
 include ./schema/cosine.schema  include         @SCHEMADIR@/cosine.schema
 include ./schema/inetorgperson.schema  include         @SCHEMADIR@/inetorgperson.schema
 include ./schema/openldap.schema  include         @SCHEMADIR@/openldap.schema
 include ./schema/nis.schema  include         @SCHEMADIR@/nis.schema
 pidfile     ./testrun/slapd.2.pid  pidfile         @TESTDIR@/slapd.2.pid
 argsfile    ./testrun/slapd.2.args  argsfile        @TESTDIR@/slapd.2.args
   
 # password-hash {md5}  
   
 #mod#modulepath ../servers/slapd/back-@BACKEND@/  #mod#modulepath ../servers/slapd/back-@BACKEND@/
 #mod#moduleload back_@BACKEND@.la  #mod#moduleload back_@BACKEND@.la
Line 42  authz-regexp "^uid=([^,]+),.*" "uid=$1,o Line 40  authz-regexp "^uid=([^,]+),.*" "uid=$1,o
 # cn=monitor, cn=schema, and cn=config  # cn=monitor, cn=schema, and cn=config
 #  #
   
 access to attr=userpassword  access to attrs=userpassword
         by dn.exact="uid=proxy,ou=People,dc=example,dc=com" read          by dn.exact="uid=proxy,ou=People,dc=example,dc=com" read
         by self =wx          by self =wx
         by anonymous =x          by anonymous =x
Line 54  access to * Line 52  access to *
 # people branch  # people branch
 database        @BACKEND@  database        @BACKEND@
 suffix          "ou=People,dc=example,dc=com"  suffix          "ou=People,dc=example,dc=com"
 directory       ./testrun/db.2.a  directory       @TESTDIR@/db.2.a
 rootdn          "cn=Manager,ou=People,dc=example,dc=com"  rootdn          "cn=Manager,ou=People,dc=example,dc=com"
 rootpw          secret  rootpw          secret
 index           objectClass     eq  #bdb#index              objectClass     eq
 index           cn,sn,uid       pres,eq,sub  #bdb#index              cn,sn,uid       pres,eq,sub
   #hdb#index              objectClass     eq
   #hdb#index              cn,sn,uid       pres,eq,sub
   #ldbm#index             objectClass     eq
   #ldbm#index             cn,sn,uid       pres,eq,sub
   
 #monitor#database monitor  #monitor#database       monitor

Removed from v.1.5  
changed lines
  Added in v.1.5.2.6


______________
© Copyright 1998-2020, OpenLDAP Foundation, info@OpenLDAP.org