<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Apéndice R. Archivo de configuración /etc/default/slapd</title><link rel="stylesheet" href="./estilo.css" type="text/css" /><meta name="generator" content="DocBook XSL Stylesheets V1.64.1" /><link rel="home" href="index.html" title="Integración de redes con OpenLDAP, Samba, CUPS y PyKota" /><link rel="up" href="apendice-archivos-configuracion.html" title="Parte VI. Archivos de configuración" /><link rel="previous" href="openldap-ldap.conf.html" title="Apéndice Q. Archivo de configuración /etc/ldap/ldap.conf" /><link rel="next" href="openldap-nsswitch.conf.html" title="Apéndice S. Archivo de configuración /etc/nsswitch.conf" /><meta xmlns="http://www.w3.org/TR/xhtml1/transitional" name="generator" content="Experimental LDP.XSL $Revision: 1.3 $"></meta>
  <!-- Generated by LDP XSLT customization layer
      based on Norman Walsh's DocBook XSL stylesheets.
      More information at http://www.linuxdoc.org/ -->
  </head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Apéndice R. Archivo de configuración /etc/default/slapd</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="openldap-ldap.conf.html">Anterior</a> </td><th width="60%" align="center">Parte VI. Archivos de configuración</th><td width="20%" align="right"> <a accesskey="n" href="openldap-nsswitch.conf.html">Siguiente</a></td></tr></table><hr /></div><div class="appendix" lang="es" xml:lang="es"><div class="titlepage"><div><div><h2 class="title"><a id="openldap-etc-default-slapd"></a>Apéndice R. Archivo de configuración <tt class="filename">/etc/default/slapd</tt></h2></div></div><div></div></div><table xmlns="http://www.w3.org/TR/xhtml1/transitional" border="0" bgcolor="#E0E0E0" width="90%"><tr><td><pre class="programlisting">
# Default location of the slapd.conf file
SLAPD_CONF=

# System account to run the slapd server under. If empty the server
# will run as root.
SLAPD_USER="slapd"

# System group to run the slapd server under. If empty the server will
# run in the primary group of its user.
SLAPD_GROUP="slapd"

# Path to the pid file of the slapd server. If not set the init.d script
# will try to figure it out from $SLAPD_CONF (/etc/ldap/slapd.conf)
SLAPD_PIDFILE=

# Configure if the slurpd daemon should be started. Possible values: 
# - yes:   Always start slurpd
# - no:    Never start slurpd
# - auto:  Start slurpd if a replica option is found in slapd.conf (default)
SLURPD_START=auto

# slapd normally serves ldap only on all TCP-ports 389. slapd can also
# service requests on TCP-port 636 (ldaps) and requests via unix
# sockets.
SLAPD_SERVICES="ldap://gsr.pt:389/ ldaps://gsr.pt:636/"

# Additional options to pass to slapd and slurpd
SLAPD_OPTIONS=""
SLURPD_OPTIONS=""</pre></td></tr></table></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="openldap-ldap.conf.html">Anterior</a> </td><td width="20%" align="center"><a accesskey="u" href="apendice-archivos-configuracion.html">Subir</a></td><td width="40%" align="right"> <a accesskey="n" href="openldap-nsswitch.conf.html">Siguiente</a></td></tr><tr><td width="40%" align="left" valign="top">Apéndice Q. Archivo de configuración /etc/ldap/ldap.conf </td><td width="20%" align="center"><a accesskey="h" href="index.html">Inicio</a></td><td width="40%" align="right" valign="top"> Apéndice S. Archivo de configuración /etc/nsswitch.conf</td></tr></table></div></body></html>
