21 Dec
2008
21 Dec
'08
4:21 p.m.
JR Mayberry wrote:
I'm not really sure if I'm doing this right, maybe someone can provide guidance. I have two problems a) how to structure my directory and b) how to do two lookups in rlm_ldap.
The LDAP module isn't set up to do multiple lookups.
So, I'm basically doing two ldap lookups. Right now, I'm doing it in an rlm_perl module which has obvious disadvantages (ldap persistence).
Hmm... the best solution would be to allow persistence in the Perl module. I haven't looked at the perl API's, so I', not sure how to do that.
So a) is there a better way to structure my directory?
I'm not an LDAP guy... I don't know.
b) can I do multiple ldap lookups using rlm_ldap to achieve same end goal?
No. Alan DeKok.