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

ACLand regex (matching self)



Hi all,

Is the following assertion wrong or right ?


---
When having the follwing ACL:

access to user=(.*),cd=example,dc=com
	by self write

the DN:

user=JohnQ,cd=example,dc=com

will NOT match the 'by' clause, and the 'by' clause must be rewritten to:

	by dn="user=$1,cd=example,cd=com" write
---

TIA,
Ace