Hello everyone, for a while now i have ben using ldap groups to create
restriccion classes for manage the access of my users like this

correose_search_base = ou=Groups,dc=jovenclub,dc=cu
correose_query_filter = (&(|(cn=CorreoSE))(memberUid=%u))
correose_result_attribute = cn

So i get the cn of the group if the user is present in that group and
with that i can create a class,  this was posible be cause of memberUid
attribute that match with what postfix check_sender_access retrieve from
that consult: user or user@domain.

However new version of ldap now use member attribute instead of
memberUid (depreacted it seems) meaning that now the membership of a
user in a group is defined by the complete user is cn

cn=user,dc=domain

so i cant use ^ for my task, so has anyone face o try to use ldap group
this way with the new attribute ?

Thanks in advance and sorry if any miss typo not native english.

Carlos R Laguna

-- 
Este mensaje ha sido analizado por MailScanner
en busca de virus y otros contenidos peligrosos,
y se considera que está limpio.

Reply via email to