Re: Certificate - LDAP Mapping

1999-06-13 Thread William M. Perry
[EMAIL PROTECTED] wrote: > "William M. Perry" wrote: > > But this code is for use when _all_ you have is their > > certificate and you > > need to verify it against an LDAP directory. Unfortunately, > > you cannot > > search binary attributes in LDAP, otherwise you could just > > search on the >

Re: Certificate - LDAP Mapping

1999-06-13 Thread William M. Perry
Alessandro Vesely wrote: > "William M. Perry" wrote: > > But this code is for use when _all_ you have is their certificate and you > > need to verify it against an LDAP directory. Unfortunately, you cannot > > search binary attributes in LDAP, otherwise you could just search on the > > certifica

RE: Certificate - LDAP Mapping

1999-06-13 Thread mads
"William M. Perry" wrote: > But this code is for use when _all_ you have is their > certificate and you > need to verify it against an LDAP directory. Unfortunately, > you cannot > search binary attributes in LDAP, otherwise you could just > search on the > certificate. One solution I've seen is

Re: Certificate - LDAP Mapping

1999-06-13 Thread Alessandro Vesely
"William M. Perry" wrote: > But this code is for use when _all_ you have is their certificate and you > need to verify it against an LDAP directory. Unfortunately, you cannot > search binary attributes in LDAP, otherwise you could just search on the > certificate. Then why dooes one store a cert

Re: Certificate - LDAP Mapping

1999-06-12 Thread William M. Perry
Massimiliano Pala <[EMAIL PROTECTED]> writes: > "William M. Perry" wrote: > > > Searching by e-mail doesn't mean you search certificate's e-mail, but the > > > attribute > > > > > > email: someone@somewhere > > > > > > in the LDAP directory. When found the email, than you get the user's >c

Re: Certificate - LDAP Mapping

1999-06-09 Thread William M. Perry
Lisa Lutz <[EMAIL PROTECTED]> writes: > How are you going to handle multiple OUs? In the case where a > certificate contains 4 multiple OUs but a user DN only contains one of > those 4? Hmmm... good question. How should we handle something like that? I suppose some logic could be put in there

RE: Certificate - LDAP Mapping

1999-06-09 Thread Lisa Lutz
How are you going to handle multiple OUs? In the case where a certificate contains 4 multiple OUs but a user DN only contains one of those 4? Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Andrea e Luca Giacobazzi Sent: Tuesday, June 08, 1999

Re: Certificate - LDAP Mapping

1999-06-08 Thread William M. Perry
Massimiliano Pala <[EMAIL PROTECTED]> writes: > Lisa Lutz wrote: > > > > I need to map certificate Subject DNs to LDAP User DNs. I would like to be > > handle complex cases such as: > > > > Subject DN = CN=Fred+UID=FSMITH, OU=DEV, O=CompanyA > > to > > UserDN UID=CN=Fred+FSMITH, OU=DEV, O=Comp

Re: Certificate - LDAP Mapping

1999-06-03 Thread Massimiliano Pala
Lisa Lutz wrote: > > I need to map certificate Subject DNs to LDAP User DNs. I would like to be > handle complex cases such as: > > Subject DN = CN=Fred+UID=FSMITH, OU=DEV, O=CompanyA > to > UserDN UID=CN=Fred+FSMITH, OU=DEV, O=CompanyA > > Is there a standard certificate mapping syntax that I