Thorsten Scherf wrote:
On Wed,, 06.10.2004 Igor Belyi wrote:
I think the difference is that you forgot to add '.regexp' to your access statement. It should have been:
dn.regexp="(.*),ou=idmap,dc=example,dc=com"
otherwise it was matching dn as it is without applying regular expression rules.
I think I got it! :o)
To add entries you need to have access to the root entry where children are created and that's what subtree does.
In your example you have an extra comma which cause you the headache. Try to change it to the following:
dn="(.*)ou=idmap,dc=example,dc=com"
Hope it helps, Igor
-- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
