This is a discussion on Re: how to translate hash into ldap form?? within the mailing.postfix.users forums, part of the Mail Servers and Related category; On Wednesday, October 06, 2004 at 02:10 CEST, Hiu Yen Onn <yohiu@shinyang.com.my> wrote: > ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Wednesday, October 06, 2004 at 02:10 CEST,
Hiu Yen Onn <yohiu@shinyang.com.my> wrote: > Magnus B=E4ck wrote: >=20 > > Do you need help with the LDAP schema or with constructing a Postfix > > LDAP query filter? >=20 > i think i need both helps. > actually, my ldap is binded with my qmail. > and my qmail is relaying to my postfix. > but then, i am using postfix to do the user restrictions. > pls advise. You need one LDAP attribute for storing the list of restrictions. You could go with a multi-value attribute, but because the order of restrictions matters but ordering without multi-value attributes AFAIK isn't enforced that approach doesn't work. When you reached that far, all you need is a trivial query filter. Have you read LDAP_README and ldap_table(5) which describes how LDAP works in Postfix? --=20 Magnus B=E4ck magnus@dsek.lth.se |