[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Question with creating user accounts(What am I doing wrong?)
- To: openldap-software@OpenLDAP.org
- Subject: Question with creating user accounts(What am I doing wrong?)
- From: Sundar Narayanasamy <linux@esaravana.com>
- Date: Mon, 04 Feb 2002 15:25:39 -0700
- User-agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1
Hello,
I trying to configure my LDAP server to get accessed
# create an account
dn: cn=sunny bunny, ou=individual1,ou=addressbook,dc=MyDomain dc=com
objectClass: top
[ ... and so on ..]
uid: sunny
userPassword: crypted
then I have group account as
dn: cn=Administrators, dc=MyDomain dc=com
objectClass: groupOfNames
member:
member: cn=sunny bunny, ou=individual1,ou=addressbook,dc=MyDomain dc=com
and so on..
then once these accounts have been added to ldap then I put the
following line
access to * by dn="cn=Administrator, dc=MyDomain, dc=com" read
The problem is , when I try browse LDAP with UserDN
cn=sunny bunny, ou=individual1,ou=addressbook,dc=MyDomain, dc=com
I get [ERROR] Insufficient Access
Any help is appreciated.
Sundar