[Samba] Re: winbind with ldap backend permissions

Igor Belyi sambauser at katehok.ac93.org
Thu Oct 7 01:45:42 GMT 2004


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



More information about the samba mailing list