Ho Michael … thanks for your help but i don’t login with any user…
THIS PRINCIPAL DETAIL IS:
MY LDAP PRIMARY BASE IS INSTALL IN ONE SERVER, MY EGROUPWARE IS INSTALL IN ANOTHER SERVER:
SERVER 01 = LDAP BASE MASTER
SERVER 02 = LDAP BASE SLAVE + EGROUPWARE
BUT MY EGROUP IS APPOIMENT FOR LDAP BASE MASTER NO SLAVE.
If i again entry with user EgwAdmin i receive message "Bad Login or Password"
If i again entry another user existing in my ldap base i receive message: "“Youtr session could not be verified.”
The strange is that in my ldap base user EgwAdmin exist and created for egroupware interface web.
You know if exist specified entry in ldap for egroup ware? Especified atribute to user for use egroupware? Exist epecified schemas for egroup ?
My slapd.conf is:
#SLAPD.CONF BY FABIO PIRES FOR DOMAIN
#DATE: 17/09
########################################################################
#PERMITE A UTILIZACAO DE BIND PARA PESQUISAS
allow bind_v2
########################################################################
#SCHEMAS DISPONIVES PARA CRIACAO DE BASE LDAP NAS OBJECTCLASS
include /etc/ldap/schema/core.schema
include /etc/ldap/schema/cosine.schema
include /etc/ldap/schema/nis.schema
#include /etc/ldap/schema/rfc2307bis.schema
include /etc/ldap/schema/inetorgperson.schema
include /etc/ldap/schema/samba.schema
include /etc/ldap/schema/qmail.schema
include /etc/ldap/schema/dnszone.schema
########################################################################
#GOSA schemas
include /etc/ldap/schema/samba3.schema
include /etc/ldap/schema/gofon.schema
include /etc/ldap/schema/gosystem.schema
include /etc/ldap/schema/goto.schema
include /etc/ldap/schema/gosa+samba3.schema
include /etc/ldap/schema/goserver.schema
include /etc/ldap/schema/goto-mime.schema
include /etc/ldap/schema/gofax.schema
#########################################################################
#REFERENCIAS AOS PROCESSOS
pidfile /var/run/slapd/slapd.pid
argsfile /var/run/slapd/slapd.args
#########################################################################
#########################################################################
#NIVEL DE DEPURACÃO DO LOG
loglevel 1
#########################################################################
#LOCAL DOS MODULOS E LOCAL A SER CARREGADO
modulepath /usr/lib/ldap
moduleload syncprov
moduleload back_bdb
#########################################################################
#QUANTIDE DE ENTRADAS POR BUSCA
sizelimit 1000
#########################################################################
#QUANTIDADE DE CPU’S PARA REALIZAR AS CONSULTAS
tool-threads 3
#######################################################################
#TIPO DE ARMAZENAMENTO DE DADOS DA BASE LDAP
backend bdb
checkpoint 512 30
#######################################################################
#ESPECIFICAR AS DIRETIVAS PARA A BASE DE DADOS OU BACKEND
##backend
#######################################################################
#DIRETIVAS DA BASE DE DADOS
database bdb
suffix "dc=domain"
rootdn "cn=admin,dc=domain"
rootpw {CRYPT}ssdsnmdsod;NHUIGH
directory “/var/lib/ldap”
#######################################################################
#######################################################################
#CONFIGURACÕES PARA A REPLICACÃO DA BASE LDAP - ALBANO
overlay syncprov
syncprov-checkpoint 100 10
syncprov-sessionlog 100
#######################################################################
PARAMETROS DE OTIMIZACAO DAS PESQUISAS
#dbconfig set_cachesize 0 2097152 0
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
#############################################################
#INDEX PARA PESQUISAS DISPONIVEIS NA BASE LDAP
index entryCSN eq
index entryUUID eq
index objectClass eq
index uid pres,eq,sub
index displayName pres,sub,eq
index gosaMailDeliveryMode pres,eq,sub
index sambaSID,sambaGroupType,sambaSIDList eq,pres
index sambaDomainName,uniqueMember eq,pres
index zoneName eq
index relativeDomainName eq
index ou,cn,sn,mail,givenname eq,pres,sub
index uidNumber,gidNumber,memberUid eq,pres
index loginShell eq,pres# Save the time that the entry gets modified, for database #1
lastmod on
#############################################################
#PERMISSOES DE ACESSO PARA PESQUISAS NA BASE
access to attrs=userPassword,shadowLastChange,shadowMax,shadowExpire
by dn=“cn=admin,dc=domain” write
by anonymous auth
by self write
by * none
access to dn.base=""
by * read
access to dn.base="cn=Subschema"
by * read
access to attrs=userPassword,userPKCS12
by self write
by * auth
access to attrs=shadowLastChange
by self write
by * read
access to *
by dn=“cn=admin,dc=domain” write
by * read
Thanks for any help !!!