Full_Name: Quanah Gibson-Mount
Version: 2.4
OS: 
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (75.111.29.239)


The slapo-retcode man page has this as the example:

overlay       retcode
              retcode-parent  "ou=RetCodes,dc=example,dc=com"
              include         ./retcode.conf

              # Wait 10 seconds, then return success (0x00)
              retcode-item    "cn=Success after 10 seconds" 0x00 sleeptime=10
              # Wait 10 seconds, then return timelimitExceeded (0x03)
              retcode-item    "cn=Timelimit after 10 seconds" 0x03 sleeptime=10


I think the "include" bit there is a mistake, and the following lines were the
contents of it?

--Quanah


Reply via email to