mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Change default referral (commented out)
This commit is contained in:
parent
4b49884677
commit
3aadcd7689
2 changed files with 2 additions and 1 deletions
1
CHANGES
1
CHANGES
|
|
@ -8,6 +8,7 @@ Changes included in OpenLDAP 1.2 Release Engineering
|
|||
Fixed ldbm db_appinit to use u_int32_t instead of int (ITS#295)
|
||||
Fixed lber/io.c Cray T90 specific pointer arithmetic problem (ITS#325)
|
||||
Added TCP_NODELAY support
|
||||
Change slapd.conf default referral
|
||||
Documentation
|
||||
Reference Quick Start Guide in README and INSTALL
|
||||
ldappasswd(1) fix -c vs -H typo (ITS#154)
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
include %SYSCONFDIR%/slapd.at.conf
|
||||
include %SYSCONFDIR%/slapd.oc.conf
|
||||
schemacheck off
|
||||
#referral ldap://ldap.itd.umich.edu
|
||||
#referral ldap://root.openldap.org/
|
||||
|
||||
pidfile %LOCALSTATEDIR%/slapd.pid
|
||||
argsfile %LOCALSTATEDIR%/slapd.args
|
||||
|
|
|
|||
Loading…
Reference in a new issue