Re: Connecting to Active Directory

2006-06-06 Thread Achim Grolms
On Tuesday 30 May 2006 05:36, Don C. Miller wrote: > Ronald, it is not necessary to bind with the complete DN to AD. You can > use the domain\username structure or the UPN. Or use your DC's Keberos5 by using the Authen::SASL::Perl::GSSAPI module. Achim pgpHYODsZi7fU.pgp Description: PGP signat

RE: Connecting to Active Directory

2006-06-01 Thread Hirmke Michael
Hi, > Hi everyone > > I seem to recall reading somewhere it is not necessary to use > a complete > DN when binding to AD - does anyone know if this is the case that's true - it works perfectly by using the saMAccountName only. > (Yes - I'm > having difficulty getting this to work :)) > > T

Re: Connecting to Active Directory

2006-05-29 Thread Don C. Miller
Ronald, it is not necessary to bind with the complete DN to AD. You can use the domain\username structure or the UPN. Don Ronald wrote: Hi everyone I seem to recall reading somewhere it is not necessary to use a complete DN when binding to AD - does anyone know if this is the case (Yes - I

Connecting to Active Directory

2006-05-29 Thread Ronald
Hi everyone I seem to recall reading somewhere it is not necessary to use a complete DN when binding to AD - does anyone know if this is the case (Yes - I'm having difficulty getting this to work :)) Thanks in advance! Ronald