Opa, Molinero!!!
O usuário confere sim.

Está desta forma o *slapd.conf*...

# Global Directives:

# Features to permit
#allow bind_v2

# Schema and objectClass definitions
include /etc/ldap/schema/core.schema
include /etc/ldap/schema/cosine.schema
include /etc/ldap/schema/nis.schema
include /etc/ldap/schema/inetorgperson.schema

# Where the pid file is put. The init.d script
# will not stop the server if you change this.
pidfile /var/run/slapd/slapd.pid

# List of arguments that were passed to the server
argsfile /var/run/slapd/slapd.args

# Read slapd.conf(5) for possible values
loglevel 1024

# Where the dynamically loaded modules are stored
modulepath /usr/lib/ldap
moduleload back_hdb

# The maximum number of entries that is returned for a search operation
sizelimit -1

# The tool-threads parameter sets the actual amount of cpu's that is used
# for indexing.
tool-threads 30

#######################################################################
# Specific Backend Directives for hdb:
# Backend specific directives apply to this backend until another
# 'backend' directive occurs
backend hdb

#######################################################################
# Specific Backend Directives for 'other':
# Backend specific directives apply to this backend until another
# 'backend' directive occurs
#backend <other>

#######################################################################
# Specific Directives for database #1, of type hdb:
# Database specific directives apply to this databasse until another
# 'database' directive occurs
database hdb

# The base of your directory in database #1
suffix "dc=aticenter,dc=com,dc=br"

# rootdn directive for specifying a superuser on the database. This is
needed
# for syncrepl.
# Gere a senha do administrador (rootpw)com o comando slappasswd e cole o
resultado no lugar de #{SSHA}JuYK7EEuqIWSyhRTM7k5Jf$

rootdn "cn=ldaproot,dc=aticenter,dc=com,dc=br"
rootpw {SSHA}NcHpqxIQPST9UZmcs9ukhJnfdfjiGId0

# Where the database file are physically stored for database #1
directory "/var/lib/ldap"

# The dbconfig settings are used to generate a DB_CONFIG file the first
# time slapd starts. They do NOT override existing an existing DB_CONFIG
# file. You should therefore change these settings in DB_CONFIG directly
# or remove DB_CONFIG and restart slapd for changes to take effect.

# For the Debian package we use 2MB as default but be sure to update this
# value if you have plenty of RAM

dbconfig set_cachesize 0 100097152 0

# Sven Hartge reported that he had to set this value incredibly high
# to get slapd running at all. See http://bugs.debian.org/303057 for more
# information.

# Number of objects that can be locked at the same time.
dbconfig set_lk_max_objects 1500

# Number of locks (both requested and granted)
dbconfig set_lk_max_locks 1500
# Number of lockers
dbconfig set_lk_max_lockers 1500

# Indexing options for database #1
index objectClass eq

# Save the time that the entry gets modified, for database #1
lastmod on

# Checkpoint the BerkeleyDB database periodically in case of system
# failure and to speed slapd shutdown.
checkpoint 512 30

# Where to store the replica logs for database #1
# replogfile /var/lib/ldap/replog

# The userPassword by default can be changed
# by the entry owning it if they are authenticated.

# Others should not be able to see it, except the
# admin entry below
# These access lines apply to database #1 only
access to attrs=userPassword,shadowLastChange
by dn="cn=admin,dc=dominio,dc=com" write
by anonymous auth
by self write
by * none

# Ensure read access to the base for things like
# supportedSASLMechanisms. Without this you may
# have problems with SASL not knowing what
# mechanisms are available and the like.
# Note that this is covered by the 'access to *'
# ACL below too but if you change that as people
# are wont to do you'll still need this if you
# want SASL (and possible other things) to work
# happily.
access to dn.base="" by * read

# The admin dn has full write access, everyone else
# can read everything.
access to *
by dn="cn=ldapuser,dc=aticenter,dc=com,dc=br" write
by * read

# For Netscape Roaming support, each user gets a roaming
# profile for which they have write access to
#access to dn=".*,ou=Roaming,o=morsnet"
# by dn="cn=admin,dc=campuspi" write
# by dnattr=owner write

#######################################################################
# Specific Directives for database #2, of type 'other' (can be hdb too):
# Database specific directives apply to this databasse until another
# 'database' directive occurs
#database <other>

# The base of your directory for database #2
#suffix "dc=debian,dc=org"



2011/1/14 Molinero <[email protected]>

>  o cn=ldapuser,dc=aticenter,dc=com,dc=br é o admin ? ele está declarado no
> slapd.conf ?
>
>
>
> On 14-01-2011 16:15, Jessé Spinho wrote:
>
> Carácas!!!
>
>
> Alguém poderia dar um help...
>
> ldapadd -x -D 'cn=ldapuser,dc=aticenter,dc=com,dc=br' -W -f
> /etc/openldap/top.ldif
> Enter LDAP Password:
> ldap_bind: Invalid credentials (49)
>
> A senha está correta, mas não está "batendo"... Estou pecando em que
> momento?
>
>
>
> 2011/1/13 Flávio Barros <[email protected]>
>
>> Alguém tem um tutorial completo ?
>>
>> Em 13 de janeiro de 2011 11:43, Jessé Spinho 
>> <[email protected]>escreveu:
>>
>> Valeu, Matheus!!!
>>>
>>>
>>> Consegui "rodar" o *slapd* sem o *nss_ldap.tgz*.
>>> Muito obrigado!!!
>>>
>>>
>>> Abs,
>>>
>>> 2011/1/12 Matheus Brandão <[email protected]>
>>>
>>>  Olá,
>>>>
>>>>     O 265 tem bug na compilação, esta no bugtracker, use o 264.
>>>>
>>>> abraços
>>>>
>>>>
>>>> On 01/12/2011 03:46 PM, Jessé Spinho wrote:
>>>>
>>>> Carácas!!! O pré-compilado "nss_ldap.tgz" tem alguma restrição quanto ao
>>>> Slackware 64 bits, sabe dizer?!?
>>>>
>>>>
>>>> On Wed, Jan 12, 2011 at 2:41 PM, Paulo Daniel Dorensbach <
>>>> [email protected]> wrote:
>>>>
>>>>> 32 bits.
>>>>>
>>>>> Sobre o erro, infelizmente não faço ideia.
>>>>>
>>>>> Em 12-01-2011 15:19, sabias palavras foram ditas por Jessé Spinho, que
>>>>> transcrevo total ou parcialmente abaixo:
>>>>>
>>>>>>  Paulo,
>>>>>>
>>>>>>
>>>>>> Estou com a distro Slackware 64 bits. Você utilizou a distro 32 bits?
>>>>>>
>>>>>> Sabe me dizer o porquê do erro ao tentar instalar a biblioteca
>>>>>> nss_ldap...?!?
>>>>>>
>>>>>> make  all-am
>>>>>> make[1]: Entering directory `/opt/nss_ldap-265'
>>>>>> if gcc -DHAVE_CONFIG_H -I. -I. -I.   -DLDAP_REFERRALS
>>>>>> -DLDAP_DEPRECATED -D_REENTRANT  -g -O2 -Wall -fPIC -MT ldap-nss.o -MD -MP
>>>>>> -MF ".deps/ldap-nss.Tpo" -c -o ldap-nss.o ldap-nss.c; \
>>>>>>        then mv -f ".deps/ldap-nss.Tpo" ".deps/ldap-nss.Po"; else rm -f
>>>>>> ".deps/ldap-nss.Tpo"; exit 1; fi
>>>>>> ldap-nss.c:21: warning: 'rcsId' defined but not used
>>>>>> if gcc -DHAVE_CONFIG_H -I. -I. -I.   -DLDAP_REFERRALS
>>>>>> -DLDAP_DEPRECATED -D_REENTRANT  -g -O2 -Wall -fPIC -MT ldap-pwd.o -MD -MP
>>>>>> -MF ".deps/ldap-pwd.Tpo" -c -o ldap-pwd.o ldap-pwd.c; \
>>>>>>        then mv -f ".deps/ldap-pwd.Tpo" ".deps/ldap-pwd.Po"; else rm -f
>>>>>> ".deps/ldap-pwd.Tpo"; exit 1; fi
>>>>>> ldap-pwd.c:21: warning: 'rcsId' defined but not used
>>>>>> if gcc -DHAVE_CONFIG_H -I. -I. -I.   -DLDAP_REFERRALS
>>>>>> -DLDAP_DEPRECATED -D_REENTRANT  -g -O2 -Wall -fPIC -MT ldap-grp.o -MD -MP
>>>>>> -MF ".deps/ldap-grp.Tpo" -c -o ldap-grp.o ldap-grp.c; \
>>>>>>        then mv -f ".deps/ldap-grp.Tpo" ".deps/ldap-grp.Po"; else rm -f
>>>>>> ".deps/ldap-grp.Tpo"; exit 1; fi
>>>>>> ldap-grp.c:21: warning: 'rcsId' defined but not used
>>>>>> if gcc -DHAVE_CONFIG_H -I. -I. -I.   -DLDAP_REFERRALS
>>>>>> -DLDAP_DEPRECATED -D_REENTRANT  -g -O2 -Wall -fPIC -MT ldap-netgrp.o -MD 
>>>>>> -MP
>>>>>> -MF ".deps/ldap-netgrp.Tpo" -c -o ldap-netgrp.o ldap-netgrp.c; \
>>>>>>        then mv -f ".deps/ldap-netgrp.Tpo" ".deps/ldap-netgrp.Po"; else
>>>>>> rm -f ".deps/ldap-netgrp.Tpo"; exit 1; fi
>>>>>> ldap-netgrp.c:24: warning: 'rcsId' defined but not used
>>>>>> if gcc -DHAVE_CONFIG_H -I. -I. -I.   -DLDAP_REFERRALS
>>>>>> -DLDAP_DEPRECATED -D_REENTRANT  -g -O2 -Wall -fPIC -MT ldap-rpc.o -MD -MP
>>>>>> -MF ".deps/ldap-rpc.Tpo" -c -o ldap-rpc.o ldap-rpc.c; \
>>>>>>        then mv -f ".deps/ldap-rpc.Tpo" ".deps/ldap-rpc.Po"; else rm -f
>>>>>> ".deps/ldap-rpc.Tpo"; exit 1; fi
>>>>>> ldap-rpc.c:30: warning: 'rcsId' defined but not used
>>>>>> if gcc -DHAVE_CONFIG_H -I. -I. -I.   -DLDAP_REFERRALS
>>>>>> -DLDAP_DEPRECATED -D_REENTRANT  -g -O2 -Wall -fPIC -MT ldap-hosts.o -MD 
>>>>>> -MP
>>>>>> -MF ".deps/ldap-hosts.Tpo" -c -o ldap-hosts.o ldap-hosts.c; \
>>>>>>        then mv -f ".deps/ldap-hosts.Tpo" ".deps/ldap-hosts.Po"; else
>>>>>> rm -f ".deps/ldap-hosts.Tpo"; exit 1; fi
>>>>>> ldap-hosts.c:23: warning: 'rcsId' defined but not used
>>>>>> if gcc -DHAVE_CONFIG_H -I. -I. -I.   -DLDAP_REFERRALS
>>>>>> -DLDAP_DEPRECATED -D_REENTRANT  -g -O2 -Wall -fPIC -MT ldap-network.o -MD
>>>>>> -MP -MF ".deps/ldap-network.Tpo" -c -o ldap-network.o ldap-network.c; \
>>>>>>        then mv -f ".deps/ldap-network.Tpo" ".deps/ldap-network.Po";
>>>>>> else rm -f ".deps/ldap-network.Tpo"; exit 1; fi
>>>>>> ldap-network.c:25: warning: 'rcsId' defined but not used
>>>>>> if gcc -DHAVE_CONFIG_H -I. -I. -I.   -DLDAP_REFERRALS
>>>>>> -DLDAP_DEPRECATED -D_REENTRANT  -g -O2 -Wall -fPIC -MT ldap-proto.o -MD 
>>>>>> -MP
>>>>>> -MF ".deps/ldap-proto.Tpo" -c -o ldap-proto.o ldap-proto.c; \
>>>>>>        then mv -f ".deps/ldap-proto.Tpo" ".deps/ldap-proto.Po"; else
>>>>>> rm -f ".deps/ldap-proto.Tpo"; exit 1; fi
>>>>>> ldap-proto.c:30: warning: 'rcsId' defined but not used
>>>>>> if gcc -DHAVE_CONFIG_H -I. -I. -I.   -DLDAP_REFERRALS
>>>>>> -DLDAP_DEPRECATED -D_REENTRANT  -g -O2 -Wall -fPIC -MT ldap-spwd.o -MD 
>>>>>> -MP
>>>>>> -MF ".deps/ldap-spwd.Tpo" -c -o ldap-spwd.o ldap-spwd.c; \
>>>>>>        then mv -f ".deps/ldap-spwd.Tpo" ".deps/ldap-spwd.Po"; else rm
>>>>>> -f ".deps/ldap-spwd.Tpo"; exit 1; fi
>>>>>> ldap-spwd.c:21: warning: 'rcsId' defined but not used
>>>>>> if gcc -DHAVE_CONFIG_H -I. -I. -I.   -DLDAP_REFERRALS
>>>>>> -DLDAP_DEPRECATED -D_REENTRANT  -g -O2 -Wall -fPIC -MT ldap-alias.o -MD 
>>>>>> -MP
>>>>>> -MF ".deps/ldap-alias.Tpo" -c -o ldap-alias.o ldap-alias.c; \
>>>>>>        then mv -f ".deps/ldap-alias.Tpo" ".deps/ldap-alias.Po"; else
>>>>>> rm -f ".deps/ldap-alias.Tpo"; exit 1; fi
>>>>>> ldap-alias.c:24: warning: 'rcsId' defined but not used
>>>>>> if gcc -DHAVE_CONFIG_H -I. -I. -I.   -DLDAP_REFERRALS
>>>>>> -DLDAP_DEPRECATED -D_REENTRANT  -g -O2 -Wall -fPIC -MT ldap-service.o -MD
>>>>>> -MP -MF ".deps/ldap-service.Tpo" -c -o ldap-service.o ldap-service.c; \
>>>>>>        then mv -f ".deps/ldap-service.Tpo" ".deps/ldap-service.Po";
>>>>>> else rm -f ".deps/ldap-service.Tpo"; exit 1; fi
>>>>>> ldap-service.c:30: warning: 'rcsId' defined but not used
>>>>>> if gcc -DHAVE_CONFIG_H -I. -I. -I.   -DLDAP_REFERRALS
>>>>>> -DLDAP_DEPRECATED -D_REENTRANT  -g -O2 -Wall -fPIC -MT ldap-schema.o -MD 
>>>>>> -MP
>>>>>> -MF ".deps/ldap-schema.Tpo" -c -o ldap-schema.o ldap-schema.c; \
>>>>>>        then mv -f ".deps/ldap-schema.Tpo" ".deps/ldap-schema.Po"; else
>>>>>> rm -f ".deps/ldap-schema.Tpo"; exit 1; fi
>>>>>> ldap-schema.c:23: warning: 'rcsId' defined but not used
>>>>>> if gcc -DHAVE_CONFIG_H -I. -I. -I.   -DLDAP_REFERRALS
>>>>>> -DLDAP_DEPRECATED -D_REENTRANT  -g -O2 -Wall -fPIC -MT ldap-ethers.o -MD 
>>>>>> -MP
>>>>>> -MF ".deps/ldap-ethers.Tpo" -c -o ldap-ethers.o ldap-ethers.c; \
>>>>>>        then mv -f ".deps/ldap-ethers.Tpo" ".deps/ldap-ethers.Po"; else
>>>>>> rm -f ".deps/ldap-ethers.Tpo"; exit 1; fi
>>>>>> ldap-ethers.c:24: warning: 'rcsId' defined but not used
>>>>>> if gcc -DHAVE_CONFIG_H -I. -I. -I.   -DLDAP_REFERRALS
>>>>>> -DLDAP_DEPRECATED -D_REENTRANT  -g -O2 -Wall -fPIC -MT ldap-bp.o -MD -MP 
>>>>>> -MF
>>>>>> ".deps/ldap-bp.Tpo" -c -o ldap-bp.o ldap-bp.c; \
>>>>>>        then mv -f ".deps/ldap-bp.Tpo" ".deps/ldap-bp.Po"; else rm -f
>>>>>> ".deps/ldap-bp.Tpo"; exit 1; fi
>>>>>> ldap-bp.c:24: warning: 'rcsId' defined but not used
>>>>>> ldap-bp.c:68: warning: '_nss_ldap_parse_bp' defined but not used
>>>>>> ldap-bp.c:64: warning: 'bp_context' defined but not used
>>>>>> if gcc -DHAVE_CONFIG_H -I. -I. -I.   -DLDAP_REFERRALS
>>>>>> -DLDAP_DEPRECATED -D_REENTRANT  -g -O2 -Wall -fPIC -MT ldap-automount.o 
>>>>>> -MD
>>>>>> -MP -MF ".deps/ldap-automount.Tpo" -c -o ldap-automount.o 
>>>>>> ldap-automount.c;
>>>>>> \
>>>>>>        then mv -f ".deps/ldap-automount.Tpo"
>>>>>> ".deps/ldap-automount.Po"; else rm -f ".deps/ldap-automount.Tpo"; exit 
>>>>>> 1; fi
>>>>>> ldap-automount.c:24: warning: 'rcsId' defined but not used
>>>>>> if gcc -DHAVE_CONFIG_H -I. -I. -I.   -DLDAP_REFERRALS
>>>>>> -DLDAP_DEPRECATED -D_REENTRANT  -g -O2 -Wall -fPIC -MT util.o -MD -MP -MF
>>>>>> ".deps/util.Tpo" -c -o util.o util.c; \
>>>>>>        then mv -f ".deps/util.Tpo" ".deps/util.Po"; else rm -f
>>>>>> ".deps/util.Tpo"; exit 1; fi
>>>>>> util.c:61: warning: 'rcsId' defined but not used
>>>>>> if gcc -DHAVE_CONFIG_H -I. -I. -I.   -DLDAP_REFERRALS
>>>>>> -DLDAP_DEPRECATED -D_REENTRANT  -g -O2 -Wall -fPIC -MT ltf.o -MD -MP -MF
>>>>>> ".deps/ltf.Tpo" -c -o ltf.o ltf.c; \
>>>>>>        then mv -f ".deps/ltf.Tpo" ".deps/ltf.Po"; else rm -f
>>>>>> ".deps/ltf.Tpo"; exit 1; fi
>>>>>> ltf.c:21: warning: 'rcsId' defined but not used
>>>>>> if gcc -DHAVE_CONFIG_H -I. -I. -I.   -DLDAP_REFERRALS
>>>>>> -DLDAP_DEPRECATED -D_REENTRANT  -g -O2 -Wall -fPIC -MT snprintf.o -MD -MP
>>>>>> -MF ".deps/snprintf.Tpo" -c -o snprintf.o snprintf.c; \
>>>>>>        then mv -f ".deps/snprintf.Tpo" ".deps/snprintf.Po"; else rm -f
>>>>>> ".deps/snprintf.Tpo"; exit 1; fi
>>>>>> snprintf.c:1: warning: 'rcsId' defined but not used
>>>>>> if gcc -DHAVE_CONFIG_H -I. -I. -I.   -DLDAP_REFERRALS
>>>>>> -DLDAP_DEPRECATED -D_REENTRANT  -g -O2 -Wall -fPIC -MT resolve.o -MD -MP 
>>>>>> -MF
>>>>>> ".deps/resolve.Tpo" -c -o resolve.o resolve.c; \
>>>>>>        then mv -f ".deps/resolve.Tpo" ".deps/resolve.Po"; else rm -f
>>>>>> ".deps/resolve.Tpo"; exit 1; fi
>>>>>> resolve.c:58: warning: 'rcsId' defined but not used
>>>>>> if gcc -DHAVE_CONFIG_H -I. -I. -I.   -DLDAP_REFERRALS
>>>>>> -DLDAP_DEPRECATED -D_REENTRANT  -g -O2 -Wall -fPIC -MT dnsconfig.o -MD 
>>>>>> -MP
>>>>>> -MF ".deps/dnsconfig.Tpo" -c -o dnsconfig.o dnsconfig.c; \
>>>>>>        then mv -f ".deps/dnsconfig.Tpo" ".deps/dnsconfig.Po"; else rm
>>>>>> -f ".deps/dnsconfig.Tpo"; exit 1; fi
>>>>>> dnsconfig.c:30: warning: 'rcsId' defined but not used
>>>>>> if gcc -DHAVE_CONFIG_H -I. -I. -I.   -DLDAP_REFERRALS
>>>>>> -DLDAP_DEPRECATED -D_REENTRANT  -g -O2 -Wall -fPIC -MT irs-nss.o -MD -MP 
>>>>>> -MF
>>>>>> ".deps/irs-nss.Tpo" -c -o irs-nss.o irs-nss.c; \
>>>>>>        then mv -f ".deps/irs-nss.Tpo" ".deps/irs-nss.Po"; else rm -f
>>>>>> ".deps/irs-nss.Tpo"; exit 1; fi
>>>>>> irs-nss.c:21: warning: 'rcsId' defined but not used
>>>>>> if gcc -DHAVE_CONFIG_H -I. -I. -I.   -DLDAP_REFERRALS
>>>>>> -DLDAP_DEPRECATED -D_REENTRANT  -g -O2 -Wall -fPIC -MT pagectrl.o -MD -MP
>>>>>> -MF ".deps/pagectrl.Tpo" -c -o pagectrl.o pagectrl.c; \
>>>>>>        then mv -f ".deps/pagectrl.Tpo" ".deps/pagectrl.Po"; else rm -f
>>>>>> ".deps/pagectrl.Tpo"; exit 1; fi
>>>>>> pagectrl.c:23: warning: 'rcsId' defined but not used
>>>>>> if gcc -DHAVE_CONFIG_H -I. -I. -I.   -DLDAP_REFERRALS
>>>>>> -DLDAP_DEPRECATED -D_REENTRANT  -g -O2 -Wall -fPIC -MT ldap-sldap.o -MD 
>>>>>> -MP
>>>>>> -MF ".deps/ldap-sldap.Tpo" -c -o ldap-sldap.o ldap-sldap.c; \
>>>>>>        then mv -f ".deps/ldap-sldap.Tpo" ".deps/ldap-sldap.Po"; else
>>>>>> rm -f ".deps/ldap-sldap.Tpo"; exit 1; fi
>>>>>> ldap-sldap.c:24: warning: 'rcsId' defined but not used
>>>>>> if gcc -DHAVE_CONFIG_H -I. -I. -I.   -DLDAP_REFERRALS
>>>>>> -DLDAP_DEPRECATED -D_REENTRANT  -g -O2 -Wall -fPIC -MT
>>>>>> ldap-init-krb5-cache.o -MD -MP -MF ".deps/ldap-init-krb5-cache.Tpo" -c -o
>>>>>> ldap-init-krb5-cache.o ldap-init-krb5-cache.c; \
>>>>>>        then mv -f ".deps/ldap-init-krb5-cache.Tpo"
>>>>>> ".deps/ldap-init-krb5-cache.Po"; else rm -f
>>>>>> ".deps/ldap-init-krb5-cache.Tpo"; exit 1; fi
>>>>>> ldap-init-krb5-cache.c:25: warning: 'rcsId' defined but not used
>>>>>> CVSVERSIONDIR=. vers_string -v
>>>>>> /bin/sh: vers_string: command not found
>>>>>> make[1]: *** [vers.c] Error 127
>>>>>> make[1]: Leaving directory `/opt/nss_ldap-265'
>>>>>> make: *** [all] Error 2
>>>>>>
>>>>>>
>>>>>> Abs,
>>>>>>
>>>>>>   On Tue, Jan 11, 2011 at 1:29 PM, Paulo Daniel Dorensbach <
>>>>>> [email protected] <mailto:[email protected]>> wrote:
>>>>>>
>>>>>>    Sim.
>>>>>>    Slackware 12.1
>>>>>>
>>>>>>    Em 11-01-2011 14:20, sabias palavras foram ditas por Jessé Spinho,
>>>>>>    que transcrevo total ou parcialmente abaixo:
>>>>>>
>>>>>>        Só uma pergunta: Você implantou o LDAP sobre a distro
>>>>>> Slackware?
>>>>>>
>>>>>>
>>>>>>    --     +--------------------------------------------------+
>>>>>>                 Paulo Daniel Dorensbach
>>>>>>     www.dorensbach.com.br/blog <http://www.dorensbach.com.br/blog>
>>>>>>
>>>>>>     Usuario GNU/Linux #363631 - http://counter.li.org/
>>>>>>    www.velocidadejusta.com.br/rfc.htm
>>>>>>     <http://www.velocidadejusta.com.br/rfc.htm>
>>>>>>
>>>>>>
>>>>>>                REDUZA, REUSE, RECICLE
>>>>>>        "Eu queria ser civilizado como os animais"
>>>>>>
>>>>>>                  By Mozilla Seamonkey
>>>>>>     www.seamonkey-project.org <http://www.seamonkey-project.org>
>>>>>>
>>>>>>    +--------------------------------------------------+
>>>>>>
>>>>>>    --     GUS-BR - Grupo de Usuários de Slackware Brasil
>>>>>>    http://www.slackwarebrasil.org/
>>>>>>    http://groups.google.com/group/slack-users-br
>>>>>>
>>>>>>    Antes de perguntar:
>>>>>>    http://www.istf.com.br/perguntas/
>>>>>>
>>>>>>    Para sair da lista envie um e-mail para:
>>>>>>    
>>>>>> [email protected]<slack-users-br%[email protected]>
>>>>>>     
>>>>>> <mailto:slack-users-br%[email protected]<slack-users-br%[email protected]>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>>
>>>>>> Jessé Spinho
>>>>>> _________________________
>>>>>> /"//Humanidade acima de tudo...
>>>>>> //Juntos por um mundo mais digno!!!"
>>>>>> /
>>>>>> --
>>>>>> GUS-BR - Grupo de Usuários de Slackware Brasil
>>>>>> http://www.slackwarebrasil.org/
>>>>>> http://groups.google.com/group/slack-users-br
>>>>>>
>>>>>> Antes de perguntar:
>>>>>> http://www.istf.com.br/perguntas/
>>>>>>
>>>>>> Para sair da lista envie um e-mail para:
>>>>>> [email protected]<slack-users-br%[email protected]>
>>>>>>
>>>>>
>>>>> --
>>>>> +--------------------------------------------------+
>>>>>              Paulo Daniel Dorensbach
>>>>>            www.dorensbach.com.br/blog
>>>>>  Usuario GNU/Linux #363631 - http://counter.li.org/
>>>>>         www.velocidadejusta.com.br/rfc.htm
>>>>>
>>>>>             REDUZA, REUSE, RECICLE
>>>>>     "Eu queria ser civilizado como os animais"
>>>>>
>>>>>               By Mozilla Seamonkey
>>>>>             www.seamonkey-project.org
>>>>> +--------------------------------------------------+
>>>>>
>>>>> --
>>>>> GUS-BR - Grupo de Usuários de Slackware Brasil
>>>>> http://www.slackwarebrasil.org/
>>>>> http://groups.google.com/group/slack-users-br
>>>>>
>>>>> Antes de perguntar:
>>>>> http://www.istf.com.br/perguntas/
>>>>>
>>>>> Para sair da lista envie um e-mail para:
>>>>> [email protected]<slack-users-br%[email protected]>
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> Jessé Spinho
>>>> _________________________
>>>> *"**Humanidade acima de tudo...
>>>> **Juntos por um mundo mais digno!!!"
>>>> *
>>>> --
>>>> GUS-BR - Grupo de Usuários de Slackware Brasil
>>>> http://www.slackwarebrasil.org/
>>>> http://groups.google.com/group/slack-users-br
>>>>
>>>> Antes de perguntar:
>>>> http://www.istf.com.br/perguntas/
>>>>
>>>> Para sair da lista envie um e-mail para:
>>>> [email protected]
>>>>
>>>>
>>>>    --
>>>> GUS-BR - Grupo de Usuários de Slackware Brasil
>>>> http://www.slackwarebrasil.org/
>>>> http://groups.google.com/group/slack-users-br
>>>>
>>>> Antes de perguntar:
>>>> http://www.istf.com.br/perguntas/
>>>>
>>>> Para sair da lista envie um e-mail para:
>>>> [email protected]<slack-users-br%[email protected]>
>>>>
>>>
>>>
>>>
>>> --
>>>
>>> Jessé Spinho
>>> _________________________
>>> *"**Humanidade acima de tudo...
>>> **Juntos por um mundo mais digno!!!"
>>> *
>>> --
>>> GUS-BR - Grupo de Usuários de Slackware Brasil
>>> http://www.slackwarebrasil.org/
>>> http://groups.google.com/group/slack-users-br
>>>
>>> Antes de perguntar:
>>> http://www.istf.com.br/perguntas/
>>>
>>> Para sair da lista envie um e-mail para:
>>> [email protected]<slack-users-br%[email protected]>
>>>
>>
>>
>>
>> --
>> Desde já agradeço,
>> +++
>> Flávio de Oliveira Barros
>> Manaus - Amazonas - Brasil
>>
>> Copiar é bom!
>> Seja Legal
>> Use Software Livre
>> Ubuntu User number is # 28558
>> Linux Registered User# 278223
>>
>> --
>> GUS-BR - Grupo de Usuários de Slackware Brasil
>> http://www.slackwarebrasil.org/
>> http://groups.google.com/group/slack-users-br
>>
>> Antes de perguntar:
>> http://www.istf.com.br/perguntas/
>>
>> Para sair da lista envie um e-mail para:
>> [email protected]<slack-users-br%[email protected]>
>>
>
>
>
> --
>
> Jessé Spinho
> _________________________
> *"**Humanidade acima de tudo...
> **Juntos por um mundo mais digno!!!"
> *
> --
> GUS-BR - Grupo de Usuários de Slackware Brasil
> http://www.slackwarebrasil.org/
> http://groups.google.com/group/slack-users-br
>
> Antes de perguntar:
> http://www.istf.com.br/perguntas/
>
> Para sair da lista envie um e-mail para:
> [email protected]
>
>  --
> GUS-BR - Grupo de Usuários de Slackware Brasil
> http://www.slackwarebrasil.org/
> http://groups.google.com/group/slack-users-br
>
> Antes de perguntar:
> http://www.istf.com.br/perguntas/
>
> Para sair da lista envie um e-mail para:
> [email protected]<slack-users-br%[email protected]>
>



-- 

Jessé Spinho
_________________________
*"**Humanidade acima de tudo...
**Juntos por um mundo mais digno!!!"
*

-- 
GUS-BR - Grupo de Usuários de Slackware Brasil
http://www.slackwarebrasil.org/
http://groups.google.com/group/slack-users-br

Antes de perguntar:
http://www.istf.com.br/perguntas/

Para sair da lista envie um e-mail para:
[email protected]

Responder a