<?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 AH. Archivo de configuración /var/lib/ldap-account-manager/config/GSR.conf</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="ldap-account-manager_config_cfg.html" title="Apéndice AG. Archivo de configuración /etc/ldap-account-manager/config.cfg" /><link rel="next" href="phpldapadmin-config.php.html" title="Apéndice AI. Archivo de configuración /var/www/phpldapadmin/config.php" /><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 AH. Archivo de configuración /var/lib/ldap-account-manager/config/GSR.conf</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ldap-account-manager_config_cfg.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="phpldapadmin-config.php.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="ldap-account-manager_gsr_cfg"></a>Apéndice AH. Archivo de configuración <tt class="filename">/var/lib/ldap-account-manager/config/GSR.conf</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"># LDAP Account Manager configuration

# server address (e.g. ldap://localhost:389 or ldaps://localhost:636)
ServerURL: ldap://gsr.pt:389

# list of users who are allowed to use LDAP Account Manager
# names have to be seperated by semicolons
# e.g. admins: cn=admin,dc=yourdomain,dc=org;cn=root,dc=yourdomain,dc=org
Admins: cn=admin,dc=gsr,dc=pt

# password to change these preferences via webfrontend
Passwd: ********

# suffix of users
# e.g. ou=People,dc=yourdomain,dc=org
usersuffix: ou=people,dc=gsr,dc=pt

# suffix of groups
# e.g. ou=Groups,dc=yourdomain,dc=org
groupsuffix: ou=groups,dc=gsr,dc=pt

# suffix of Samba hosts
# e.g. ou=machines,dc=yourdomain,dc=org
hostsuffix: ou=machines,dc=gsr,dc=pt

# suffix of Samba 3 domains
# e.g. ou=domains,dc=yourdomain,dc=org
domainsuffix: ou=domains,dc=gsr,dc=pt

# minimum and maximum UID numbers
MinUID: 10000
MaxUID: 20000

# minimum and maximum GID numbers
MinGID: 10000
MaxGID: 20000

# minimum and maximum UID numbers for Samba Hosts
MinMachine: 25000
MaxMachine: 35000

# list of attributes to show in user list
# entries can either be predefined values (e.g. '#cn' or '#uid')
# or individual ones (e.g. 'uid:User ID' or 'host:Host Name')
# values have to be seperated by semicolons
userlistAttributes: #uid;#givenName;#sn;#uidNumber;#gidNumber

# list of attributes to show in group list
# entries can either be predefined values (e.g. '#cn' or '#gidNumber')
# or individual ones (e.g. 'cn:Group Name')
# values have to be seperated by semicolons
grouplistAttributes: #cn;#gidNumber;#memberUID;#description

# list of attributes to show in host list
# entries can either be predefined values (e.g. '#cn' or '#uid')
# or individual ones (e.g. 'cn:Host Name')
# values have to be seperated by semicolons
hostlistAttributes: #cn;#description;#uidNumber;#gidNumber

# maximum number of rows to show in user/group/host lists
maxlistentries: 30

# default language (a line from config/language)
defaultLanguage: en_GB:ISO-8859-1:English (Britain)

# Path to external Script
scriptPath: 

# Server of external Script
scriptServer: 

# Set to "yes" only if you use the new Samba 3.x schema.
samba3: yes

# Number of minutes LAM caches LDAP searches.
cachetimeout: 5

# Password hash algorithm (CRYPT/MD5/SMD5/SHA/SSHA/PLAIN).
pwdhash: MD5</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="ldap-account-manager_config_cfg.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="phpldapadmin-config.php.html">Siguiente</a></td></tr><tr><td width="40%" align="left" valign="top">Apéndice AG. Archivo de configuración /etc/ldap-account-manager/config.cfg </td><td width="20%" align="center"><a accesskey="h" href="index.html">Inicio</a></td><td width="40%" align="right" valign="top"> Apéndice AI. Archivo de configuración /var/www/phpldapadmin/config.php</td></tr></table></div></body></html>
