From: Michael W. <mw...@do...> - 2002-03-20 15:31:51
|
It returned the full dn: =20 cn=3Dmwille, ou=3DMIS, ou=3DSOUTHFIELD, o=3DWBDONER, c=3DUS Once I added the full dn to the named bind request, the bind was successful= ! I guess you have to have every element, which is unfortunate. If we = are using the bind for authentication in web apps, we really only know by = default the cn, o=3DWBDONER, and c=3DUS. Does anyone know if there is any = other way to find this info or not use it in the bind? For performance = reasons, doing a search before the authentication is not desireable, nor = is asking the user which office and department they are from. =20 Thanks a bunch! - Mike >>> Chris Ridd <chr...@me...> 03/20/02 08:26AM >>> What does $entry->dn() return? Cheers, Chris |