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

RE: Specifying write access for more then one user?



> -----Original Message-----
> From: owner-openldap-software@OpenLDAP.org
> [mailto:owner-openldap-software@OpenLDAP.org]On Behalf Of Markus Fischer
 
>     If I write
> 
>         by dn="ou=administartors,o=company,c=TLD" write
> 
>     All works without problems.
> 
>     Still I don't understand exactly why. At least, I don't
>     understand why it does not work when I use "cn=*...".

Probably because the ACLs use regular expression syntax. This regexp
	"cn=*"
means "cn=" followed by zero or more '=' characters.

You probably meant "cn=.*"

  -- Howard Chu
  Chief Architect, Symas Corp.       Director, Highland Sun
  http://www.symas.com               http://highlandsun.com/hyc
  Symas: Premier OpenSource Development and Support