[Date Prev][Date Next] [Chronological] [Thread] [Top]

Netscape roaming profile auth error



Title: Message
Hello,
 
 
I am having trouble with my Netscape roaming profile.  When I try to login in Netscape responds that it can't authenticate me and I should type the password again.  Is there something wrong with the settings in my slapd.conf file or should I check something else?  I've listed slapd.conf below:
 
# OpenLdap slapd.conf
include         /usr/local/etc/openldap/schema/core.schema
 
# Schema for supporting Netscape Roaming
include         /usr/local/etc/openldap/schema/netscape_roaming.at.conf
include         /usr/local/etc/openldap/schema/netscape_roaming.oc.conf
#include        /usr/local/etc/openldap/schema/mail_netscape.at.conf
#include        /usr/local/etc/openldap/schema/mail_netscape.oc.conf
 

schemacheck     off
 
pidfile         /usr/local/var/slapd.pid
argsfile        /usr/local/var/slapd.args
 
lastmod on
 
defaultaccess read
 
access to dn=".*,ou=People,dc=GreenCat" by self write
access to dn=".*,ou=Roaming,dc=GreenCat"
        by dnattr=owner write
 
access to attribute=userPassword
        by dn="Manager" write
        by self write
        by * none
 
# The admin dn has full write access
access to * by dn="Manager" write
 
database        ldbm
suffix          "dc=GreenCat"
rootdn          "cn=Manager, dc=GreenCat"
for details.
rootpw          secret
 
directory       /usr/local/var/openldap-ldbm
index   objectClass     eq