[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
ACL problem
- To: openldap-technical@openldap.org
- Subject: ACL problem
- From: Il Neofita <asteriskmail@gmail.com>
- Date: Mon, 21 Dec 2009 19:26:01 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=NrEY54M7B3d5u4ILDdvw70hABO3pbzCQqxJUc8Zx0bY=; b=qYslZZBpVLceFESq3oeIhWaxyZyPKVhtb1FlZZ12GuQEQvYYrLcFMHCWak4XXczCI1 fD+dMh1GgziS1nbTiAMsMpkmc8WSv46jcUpftFNFmgI+yexk/itKiYkvWudtbc0fhBLV O5f1U+63inMgEL+fxuFDAaqQJ0VLXlgJIFfjI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=OlBzAultdFCZihX1PLkienDfns1E6cxtHgkQPMGxXXdu64X+F10kWvjpzBXFEXeDYG fYGd8q97T6+9yzfhpVMgaWgkVml9JJUjBqOjiWAqUJiRInKfzMweeYZ9sqAurrIhvi+k 9l0WmLHTa2ueOk2yM3Wih9Py63F/ekyXjLcyI=
Hi
I am new and probably I am facing a very basic error
I am tring to create an admin for a subset
I create this ldif
dn: cn=mmmm,dc=test,dc=xx
cn: mmmm
sn: mmmm
objectClass: person
objectClass: top
userPassword: test
then on sladp.conf
...
access to dn.subtree="ou=people,dc=test,dc=xx"
by dn="cn=mmmm,dc=test,dc=xx" write
by * read
...
Restarted ldap
ldapsearch -x -D "cn=mmmm,dc=test,dc=xx" -W '(objectclass=*)'
ldap_bind: Invalid credentials (49)
What am I do wrong?